]> jfr.im git - yt-dlp.git/blame_incremental - Changelog.md
Revert commit 8562218
[yt-dlp.git] / Changelog.md
... / ...
CommitLineData
1# Changelog
2
3<!--
4# Instuctions for creating release
5
6* Run `make doc`
7* Update Changelog.md and CONTRIBUTORS
8* Change "Merged with ytdl" version in Readme.md if needed
9* Commit to master as `Release <version>`
10* Push to origin/release - build task will now run
11* Update version.py using devscripts\update-version.py
12* Run `make issuetemplates`
13* Commit to master as `[version] update :ci skip all`
14* Push to origin/master
15* Update changelog in /releases
16
17-->
18
19
20### 2021.03.24
21* Merge youtube-dl: Upto [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
22* Parse metadata from multiple fields using `--parse-metadata`
23* Ability to load playlist infojson using `--load-info-json`
24* Write current epoch to infojson when using `--no-clean-infojson`
25* [youtube_live_chat] fix bug when trying to set cookies
26* [niconico] Fix for when logged in by: @CXwudi and @xtkoba
27* [linuxacadamy] Fix login
28
29
30### 2021.03.21
31* Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
32* Option `--no-clean-infojson` to keep private keys in the infojson
33* [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
34* [aria2c] Better default arguments
35* [movefiles] Fix bugs and make more robust
36* [formatSort] Fix `quality` being ignored
37* [splitchapters] Fix for older ffmpeg
38* [sponskrub] Pass proxy to sponskrub
39* Make sure `post_hook` gets the final filename
40* Recursively remove any private keys from infojson
41* Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
42* Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
43* Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
44* Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
45* More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
46* [documentation] Add deprecated options and aliases in readme
47* [documentation] Fix some minor mistakes
48
49* [niconico] Partial fix adapted from [animelover1984/youtube-dl@b5eff52](https://github.com/animelover1984/youtube-dl/commit/b5eff52dd9ed5565672ea1694b38c9296db3fade) (login and smile formats still don't work)
50* [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
51* [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
52* [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
53* [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
54* [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
55* [linuxacadamy] Improve regex
56* [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [colethedj](https://github.com/colethedj) and [pukkandan](https://github.com/pukkandan)
57* [youtube] bugfix for channel playlist extraction
58* [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
59
60
61### 2021.03.15
62* **Split video by chapters**: using option `--split-chapters`
63 * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
64 * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
65* **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
66 * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
67* Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
68* [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
69* [rai] fix drm check [nixxo](https://github.com/nixxo)
70* [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
71* [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
72* [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
73* [youtube] Rewrite comment extraction by [colethedj](https://github.com/colethedj)
74* [embedthumbnail] Set mtime correctly
75* Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
76
77
78### 2021.03.07
79* [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [colethedj](https://github.com/colethedj)
80* [youtube] Fix private feeds/playlists on multi-channel accounts by [colethedj](https://github.com/colethedj)
81* [youtube] Extract alerts from continuation by [colethedj](https://github.com/colethedj)
82* [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
83* [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
84* [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
85* [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
86* [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
87* [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
88* [trovo] Pass origin header
89* [rai] Check for DRM by [nixxo](https://github.com/nixxo)
90* [downloader] Fix bug for `ffmpeg`/`httpie`
91* [update] Fix updater removing the executable bit on some UNIX distros
92* [update] Fix current build hash for UNIX
93* [documentation] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
94* Fix some videos downloading with `m3u8` extension
95* Remove "fixup is ignored" warning when fixup wasn't passed by user
96
97
98### 2021.03.03.2
99* [build] Fix bug
100
101
102### 2021.03.03
103* [youtube] Use new browse API for continuation page extraction by [colethedj](https://github.com/colethedj) and [pukkandan](https://github.com/pukkandan)
104* Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
105* Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
106* [mtv] Fix extractor
107* [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
108* [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
109* [youtube] Throw error when `--extractor-retries` are exhausted
110* Reduce default of `--extractor-retries` to 3
111* Fix packaging bugs by [hseg](https://github.com/hseg)
112
113
114### 2021.03.01
115* Allow specifying path in `--external-downloader`
116* Add option `--sleep-requests` to sleep b/w requests
117* Add option `--extractor-retries` to retry on known extractor errors
118* Extract comments only when needed
119* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
120* Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
121* [youtube] Retry on more known errors than just HTTP-5xx
122* [youtube] Fix inconsistent `webpage_url`
123* [tennistv] Fix format sorting
124* [bilibiliaudio] Recognize the file as audio-only
125* [hrfensehen] Fix wrong import
126* [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
127* [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
128* [hls] Fix bug with m3u8 format extraction
129* [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
130* [embedthumbnail] Fix bug with deleting original thumbnail
131* [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
132* [ci] Disable download tests unless specifically invoked
133* Cleanup some code and fix typos
134
135
136### 2021.02.24
137* Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
138* **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
139 * Also, `youtube-dlc` config files are no longer loaded
140* Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
141* [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
142* [youtube] Show if video was a live stream in info (`was_live`)
143* [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
144* [jwplatform] Add support for `hyland.com`
145* [tennistv] Fix extractor
146* [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
147* [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
148* [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
149* Fix `--windows-filenames` removing `/` from UNIX paths
150* [hls] Show warning if pycryptodome is not found
151* [documentation] Improvements
152 * Fix documentation of `Extractor Options`
153 * Document `all` in format selection
154 * Document `playable_in_embed` in output templates
155
156
157### 2021.02.19
158* Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
159* [viki] Fix extractor
160* [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
161* [youtube] Multiple page support for hashtag URLs
162* [youtube] Add more invidious instances
163* [youtube] Fix comment extraction when comment text is empty
164* Option `--windows-filenames` to force use of windows compatible filenames
165* [ExtractAudio] Bugfix
166* Don't raise `parser.error` when exiting for update
167* [MoveFiles] Fix for when merger can't run
168* Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
169* Format Sort improvements:
170 * Prefer `vp9.2` more than other `vp9` codecs
171 * Remove forced priority of `quality`
172 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
173* Build improvements:
174 * Fix hash output by [shirt](https://github.com/shirt-dev)
175 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
176 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
177 * Set version number based on UTC time, not local time
178 * Publish on PyPi only if token is set
179* [documentation] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
180
181
182### 2021.02.15
183* Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
184* [niconico] Improved extraction and support encrypted/SMILE movies by [kurumigi](https://github.com/kurumigi), [tsukumi](https://github.com/tsukumi), [bbepis](https://github.com/bbepis), [pukkandan](https://github.com/pukkandan)
185* Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
186* [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
187* [rumble] Add support for video page
188* Option `--allow-unplayable-formats` to allow downloading unplayable video formats
189* [ExtractAudio] Don't re-encode when file is already in a common audio format
190* [youtube] Fix search continuations
191* [youtube] Fix for new accounts
192* Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
193 * Fix SHA256 calculation in build and implement hash checking for updater
194 * Exit immediately in windows once the update process starts
195 * Fix updater for `x86.exe`
196 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
197 * Change optional dependency to `pycryptodome`
198* Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
199* Fix `allow_playlist_files` not being correctly passed through
200* Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
201* Fix `get_executable_path` in UNIX
202* [sponskrub] Print ffmpeg output and errors to terminal
203* `__real_download` should be false when ffmpeg unavailable and no download
204* Show `exe`/`zip`/`source` and 32/64bit in verbose message
205
206
207### 2021.02.09
208* **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
209* **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
210* [youtube] Fix comment extraction
211* [youtube_live_chat] Improve extraction
212* [youtube] Fix for channel URLs sometimes not downloading all pages
213* [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
214* Add fallback for thumbnails
215* [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
216* [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
217* [pyinst.py] Move back to root dir
218* [youtube] Simplified renderer parsing and bugfixes
219* [movefiles] Fix compatibility with python2
220* [remuxvideo] Fix validation of conditional remux
221* [sponskrub] Don't raise error when the video does not exist
222* [documentation] Crypto is an optional dependency
223
224
225### 2021.02.04
226* Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
227* **Date/time formatting in output template:**
228 * You can use [`strftime`](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes) to format date/time fields. Example: `%(upload_date>%Y-%m-%d)s`
229* **Multiple output templates:**
230 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
231 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
232* [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
233* New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
234* [audius] Fix extractor
235* [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
236* [postprocessor] Raise errors correctly
237* [metadatafromtitle] Fix bug when extracting data from numeric fields
238* Fix issue with overwriting files
239* Fix "Default format spec" appearing in quiet mode
240* [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
241* [FormatSort] fix bug where `quality` had more priority than `hasvid`
242* [pyinst] Automatically detect python architecture and working directory
243* Strip out internal fields such as `_filename` from infojson
244
245
246### 2021.01.29
247* **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
248 * Add `--get-comments`
249 * [youtube] Extract comments
250 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
251 * [billibilli] Extract comments
252 * [billibilli] Better video extraction
253 * Write playlist data to infojson
254 * [FFmpegMetadata] Embed infojson inside the video
255 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
256 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
257 * [EmbedThumbnail] Embed in ogg/opus
258 * [VideoRemuxer] Conditionally remux video
259 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
260 * [ffmpeg] Print entire stderr in verbose when there is error
261 * [EmbedSubtitle] Warn when embedding ass in mp4
262 * [anvato] Use NFLTokenGenerator if possible
263* **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
264 * The extracted fields can be used in `--output`
265 * Deprecated `--metadata-from-title`
266* [Audius] Add extractor
267* [youtube] Extract playlist description and write it to `.description` file
268* Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
269* Fix wrong user config from v2021.01.24
270* [youtube] Report error message from youtube as error instead of warning
271* [FormatSort] Fix some fields not sorting from v2021.01.24
272* [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
273* [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
274* [movefiles] Don't give "cant find" warning when move is unnecessary
275* Refactor `update-version`, `pyinst.py` and related files
276* [ffmpeg] Document more formats that are supported for remux/recode
277
278
279### 2021.01.24
280* Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
281* Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
282* **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
283 * The syntax is `-P "type:path" -P "type:path"` ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=-P,%20--paths%20TYPE:PATH))
284 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
285 * Additionally, configuration file is taken from home directory or current directory ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=Home%20Configuration))
286* Allow passing different arguments to different external downloaders ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=--downloader-args%20NAME:ARGS))
287* [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
288* Warn when using old style `--external-downloader-args` and `--post-processor-args`
289* Fix `--no-overwrite` when using `--write-link`
290* [sponskrub] Output `unrecognized argument` error message correctly
291* [cbs] Make failure to extract title non-fatal
292* Fix typecasting when pre-checking archive
293* Fix issue with setting title on UNIX
294* Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
295* [tests] Fix test_post_hooks
296* [tests] Split core and download tests
297
298
299### 2021.01.20
300* [TrovoLive] Add extractor (only VODs)
301* [pokemon] Add `/#/player` URLs
302* Improved parsing of multiple postprocessor-args, add `--ppa` as alias
303* [EmbedThumbnail] Simplify embedding in mkv
304* [sponskrub] Encode filenames correctly, better debug output and error message
305* [readme] Cleanup options
306
307
308### 2021.01.16
309* Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
310* **Configuration files:**
311 * Portable configuration file: `./yt-dlp.conf`
312 * Allow the configuration files to be named `yt-dlp` instead of `youtube-dlc`. See [this](https://github.com/yt-dlp/yt-dlp#configuration) for details
313* Add PyPI release
314
315
316### 2021.01.14
317* Added option `--break-on-reject`
318* [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
319* [tiktok] Fix for when share_info is empty
320* [EmbedThumbnail] Fix bug due to incorrect function name
321* [documentation] Changed sponskrub links to point to [yt-dlp/SponSkrub](https://github.com/yt-dlp/SponSkrub) since I am now providing both linux and windows releases
322* [documentation] Change all links to correctly point to new fork URL
323* [documentation] Fixes typos
324
325
326### 2021.01.12
327* [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
328* Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
329* Changed fork name to `yt-dlp`
330* Fix typos by [FelixFrog](https://github.com/FelixFrog)
331* [ci] Option to skip
332* [changelog] Added unreleased changes in blackjack4494/yt-dlc
333
334
335### 2021.01.10
336* [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
337* [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
338* [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
339* [youtube] Show if video is embeddable in info (`playable_in_embed`)
340* Update version badge automatically in README
341* Enable `test_youtube_search_matching`
342* Create `to_screen` and similar functions in postprocessor/common
343
344
345### 2021.01.09
346* [youtube] Fix bug in automatic caption extraction
347* Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
348* Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
349* Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
350* Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
351* Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
352
353
354### 2021.01.08
355* Merge youtube-dl: Upto [2021.01.08](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.08) except stitcher ([1](https://github.com/ytdl-org/youtube-dl/commit/bb38a1215718cdf36d73ff0a7830a64cd9fa37cc), [2](https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f))
356* Moved changelog to seperate file
357
358
359### 2021.01.07-1
360* [Akamai] fix by [nixxo](https://github.com/nixxo)
361* [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
362* [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
363* [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
364* Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
365* Allow passing different arguments to different postprocessors using `--postprocessor-args`
366* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
367* [CI] Split tests into core-test and full-test
368
369
370### 2021.01.07
371* Removed priority of `av01` codec in `-S` since most devices don't support it yet
372* Added `duration_string` to be used in `--output`
373* Created First Release
374
375
376### 2021.01.05-1
377* **Changed defaults:**
378 * Enabled `--ignore`
379 * Disabled `--video-multistreams` and `--audio-multistreams`
380 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
381 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
382 * Changed `webm` to be more preferable than `flv` in format sorting
383 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
384 * Enabled `--list-formats-as-table`
385
386
387### 2021.01.05
388* **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
389* **Format Selection:** See [Format Selection](README.md#format-selection) for details
390 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
391 * Changed video format sorting to show video only files and video+audio files together.
392 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
393 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
394* Shortcut Options: Added `--write-link`, `--write-url-link`, `--write-webloc-link`, `--write-desktop-link` by [h-h-h-h](https://github.com/h-h-h-h) - See [Internet Shortcut Options](README.md#internet-shortcut-options) for details
395* **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
396* Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
397* Added `--list-formats-as-table`, `--list-formats-old`
398* **Negative Options:** Makes it possible to negate most boolean options by adding a `no-` to the switch. Usefull when you want to reverse an option that is defined in a config file
399 * Added `--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`
400 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
401* Relaxed validation for format filters so that any arbitrary field can be used
402* Fix for embedding thumbnail in mp3 by [pauldubois98](https://github.com/pauldubois98) ([ytdl-org/youtube-dl#21569](https://github.com/ytdl-org/youtube-dl/pull/21569))
403* Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
404* Merge youtube-dl: Upto [2021.01.03](https://github.com/ytdl-org/youtube-dl/commit/8e953dcbb10a1a42f4e12e4e132657cb0100a1f8) - See [blackjack4494/yt-dlc#280](https://github.com/blackjack4494/yt-dlc/pull/280) for details
405 * Extractors [tiktok](https://github.com/ytdl-org/youtube-dl/commit/fb626c05867deab04425bad0c0b16b55473841a2) and [hotstar](https://github.com/ytdl-org/youtube-dl/commit/bb38a1215718cdf36d73ff0a7830a64cd9fa37cc) have not been merged
406* Cleaned up the fork for public use
407
408
409**PS**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
410
411### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
412* Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
413* Youtube improvements by [pukkandan](https://github.com/pukkandan)
414 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
415 * Fix some improper Youtube URLs
416 * Redirect channel home to /video
417 * Print youtube's warning message
418 * Handle Multiple pages for feeds better
419* [youtube] Fix ytsearch not returning results sometimes due to promoted content by [colethedj](https://github.com/colethedj)
420* [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
421* Add --break-on-existing by [gergesh](https://github.com/gergesh)
422* Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
423* [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
424* [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
425* [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
426* [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
427* [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
428* [ina] support mobile links by [B0pol](https://github.com/B0pol)
429* [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
430* [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
431* [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
432* [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
433* [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
434* [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
435* [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
436* [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
437* [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
438* make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)