]> jfr.im git - yt-dlp.git/commit
Added negative switches for many existing options
authorpukkandan <redacted>
Mon, 4 Jan 2021 17:45:15 +0000 (23:15 +0530)
committerpukkandan <redacted>
Mon, 4 Jan 2021 17:45:15 +0000 (23:15 +0530)
commit6623ac349b41d044ceaddf3083d1d74ce1373029
tree794aba8adbdab74a78cda824f99c843448b37eb3
parenta9e7f54670cad336ccb5e21fccfb87ea1e27df51
Added negative switches for many existing options

* The idea is that it should be possible to negate any boolean option by adding a `no-` to the switch

New: `--no-ignore-dynamic-mpd`, `--no-allow-dynamic-mpd`, `--allow-dynamic-mpd`, `--youtube-include-hls-manifest`, `--no-youtube-include-hls-manifest`, `--no-youtube-skip-hls-manifest`, `--no-download`, `--no-download-archive`, `--resize-buffer`, `--part`, `--mtime`, `--no-keep-fragments`, `--no-cookies`, `--no-write-annotations`, `--no-write-info-json`, `--no-write-description`, `--no-write-thumbnail`, `--youtube-include-dash-manifest`, `--post-overwrites`, `--no-keep-video`, `--no-embed-subs`, `--no-embed-thumbnail`, `--no-add-metadata`, `--no-include-ads`, `--no-write-sub`, `--no-write-auto-sub`, `--no-playlist-reverse`, `--no-restrict-filenames`, `--youtube-include-dash-manifest`, `--no-format-sort-force`, `--flat-videos`, `--no-list-formats-as-table`, `--no-sponskrub`, `--no-sponskrub-cut`, `--no-sponskrub-force`

Renamed: `--write-subs`, --no-write-subs`, `--no-write-auto-subs, `--write-auto-subs`. Note that these can still be used without the ending "s"
README.md
youtube_dlc/options.py