yt-dlc/youtube_dlc
pukkandan 6623ac349b 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"
..
downloader Sponskrub integration
extractor Make Twitch Video ID output from Playlist and VOD extractor same.
postprocessor Sponskrub integration
YoutubeDL.py Sponskrub integration
__init__.py Sponskrub integration
__main__.py [skip travis] renaming
aes.py [skip travis] renaming
cache.py [skip travis] renaming
compat.py Add --write-*-link by h-h-h-h
jsinterp.py [skip travis] renaming
options.py Added negative switches for many existing options
socks.py [skip travis] renaming
swfinterp.py [skip travis] renaming
update.py flake8. added sha256 check to updater.
utils.py Option to present -F output to a more tabular form
version.py [skip travis]