[ytdl] implement parsing ytdl command-line options (#1680)

- adds 'config-file' and 'cmdline-args' options
  for both ytdl downloader and extractor
- create 'ytdl' helper module, which combines YoutubeDL creation
  and option parsing.
- most likely a buggy mess due to incompatibilities between the
  original youtube-dl and yt-dlp.
This commit is contained in:
Mike Fährmann
2021-11-07 02:44:11 +01:00
parent a881305357
commit efa178cc91
5 changed files with 557 additions and 82 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.19.2"
__version__ = "1.19.3-dev"