[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

@@ -1,5 +1,7 @@
# Changelog
## Unreleased
## 1.19.2 - 2021-11-05
### Additions
- [kemonoparty] add `comments` option ([#1980](https://github.com/mikf/gallery-dl/issues/1980))