]> jfr.im git - yt-dlp.git/blame - Changelog.md
[build] Improve release process (#880)
[yt-dlp.git] / Changelog.md
CommitLineData
034b6215 1# Changelog
2
4084f235 3<!--
4# Instuctions for creating release
5
6* Run `make doc`
0bc0a322 7* Update Changelog.md and CONTRIBUTORS
c74d1aa3 8* Change "Merged with ytdl" version in Readme.md if needed
b31fdeed 9* Add new/fixed extractors in "new features" section of Readme.md
4c88ff87 10* Commit as `Release <version>`
02aabd45 11* Push to origin/release using `git push origin master:release`
12 build task will now run
4084f235 13
14-->
15
f703a880 16
9ee4f0bb 17### 2021.09.02
18
19* **Native SponsorBlock** implementation by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
20 * `--sponsorblock-remove CATS` removes specified chapters from file
21 * `--sponsorblock-mark CATS` marks the specified sponsor sections as chapters
22 * `--sponsorblock-chapter-title TMPL` to specify sponsor chapter template
23 * `--sponsorblock-api URL` to use a different API
24 * No re-encoding is done unless `--force-keyframes-at-cuts` is used
25 * The fetched sponsor sections are written to the infojson
26 * Deprecates: `--sponskrub`, `--no-sponskrub`, `--sponskrub-cut`, `--no-sponskrub-cut`, `--sponskrub-force`, `--no-sponskrub-force`, `--sponskrub-location`, `--sponskrub-args`
27* Split `--embed-chapters` from `--embed-metadata` (it still implies the former by default)
526d74ec 28* Add option `--remove-chapters` to remove arbitrary chapters by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
9ee4f0bb 29* Add option `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters by [nihil-admirari](https://github.com/nihil-admirari)
30* Let `--match-filter` reject entries early
31 * Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
32* [lazy_extractor] Improvements (It now passes all tests)
33 * Bugfix for when plugin directory doesn't exist by [kidonng](https://github.com/kidonng)
34 * Create instance only after pre-checking archive
35 * Import actual class if an attribute is accessed
36 * Fix `suitable` and add flake8 test
37* [downloader/ffmpeg] Experimental support for DASH manifests (including live)
38 * Your ffmpeg must have [this patch](https://github.com/FFmpeg/FFmpeg/commit/3249c757aed678780e22e99a1a49f4672851bca9) applied for YouTube DASH to work
39* [downloader/ffmpeg] Allow passing custom arguments before `-i`
40
41* [BannedVideo] Add extractor by [smege1001](https://github.com/smege1001), [blackjack4494](https://github.com/blackjack4494), [pukkandan](https://github.com/pukkandan)
42* [bilibili] Add category extractor by [animelover1984](https://github.com/animelover1984)
43* [Epicon] Add extractors by [Ashish0804](https://github.com/Ashish0804)
44* [filmmodu] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
45* [GabTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
46* [Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` by [Ashish0804](https://github.com/Ashish0804)
47* [ManotoTV] Add new extractors by [tandy1000](https://github.com/tandy1000)
48* [Niconico] Add Search extractors by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
49* [Patreon] Add `PatreonUserIE` by [zenerdi0de](https://github.com/zenerdi0de)
50* [peloton] Add extractor by [IONECarter](https://github.com/IONECarter), [capntrips](https://github.com/capntrips), [pukkandan](https://github.com/pukkandan)
51* [ProjectVeritas] Add extractor by [Ashish0804](https://github.com/Ashish0804)
52* [radiko] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
53* [StarTV] Add extractor for `startv.com.tr` by [mrfade](https://github.com/mrfade), [coletdjnz](https://github.com/coletdjnz)
54* [tiktok] Add `TikTokUserIE` by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
55* [Tokentube] Add extractor by [u-spec-png](https://github.com/u-spec-png)
56* [TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` by [Ashish0804](https://github.com/Ashish0804)
57* [voicy] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
58
59* [adobepass] Fix Verizon SAML login by [nyuszika7h](https://github.com/nyuszika7h), [ParadoxGBB](https://github.com/ParadoxGBB)
60* [afreecatv] Fix adult VODs by [wlritchi](https://github.com/wlritchi)
61* [afreecatv] Tolerate failure to parse date string by [wlritchi](https://github.com/wlritchi)
62* [aljazeera] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
63* [ATV.at] Fix extractor for ATV.at by [NeroBurner](https://github.com/NeroBurner), [coletdjnz](https://github.com/coletdjnz)
64* [bitchute] Fix test by [mahanstreamer](https://github.com/mahanstreamer)
65* [camtube] Remove obsolete extractor by [alerikaisattera](https://github.com/alerikaisattera)
66* [CDA] Add more formats by [u-spec-png](https://github.com/u-spec-png)
67* [eroprofile] Fix page skipping in albums by [jhwgh1968](https://github.com/jhwgh1968)
68* [facebook] Fix format sorting
69* [facebook] Fix metadata extraction by [kikuyan](https://github.com/kikuyan)
70* [facebook] Update onion URL by [Derkades](https://github.com/Derkades)
71* [HearThisAtIE] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
72* [instagram] Add referrer to prevent throttling by [u-spec-png](https://github.com/u-spec-png), [kikuyan](https://github.com/kikuyan)
73* [iwara.tv] Extract more metadata by [BunnyHelp](https://github.com/BunnyHelp)
74* [iwara] Add thumbnail by [i6t](https://github.com/i6t)
75* [kakao] Fix extractor
76* [mediaset] Fix extraction for some videos by [nyuszika7h](https://github.com/nyuszika7h)
77* [Motherless] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
78* [Nova] fix extractor by [std-move](https://github.com/std-move)
79* [ParamountPlus] Fix geo verification by [shirt](https://github.com/shirt-dev)
80* [peertube] handle new video URL format by [Chocobozzz](https://github.com/Chocobozzz)
81* [pornhub] Separate and fix playlist extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
82* [reddit] Fix for quarantined subreddits by [ouwou](https://github.com/ouwou)
83* [ShemarooMe] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
84* [soundcloud] Refetch `client_id` on 403
85* [tiktok] Fix metadata extraction
86* [TV2] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
87* [tv5mondeplus] Fix extractor by [korli](https://github.com/korli)
88* [VH1,TVLand] Fix extractors by [Sipherdrakon](https://github.com/Sipherdrakon)
89* [Viafree] Fix extractor and extract subtitles by [coletdjnz](https://github.com/coletdjnz)
90* [XHamster] Extract `uploader_id` by [octotherp](https://github.com/octotherp)
91* [youtube] Add `shorts` to `_VALID_URL`
92* [youtube] Add av01 itags to known formats list by [blackjack4494](https://github.com/blackjack4494)
93* [youtube] Extract error messages from HTTPError response by [coletdjnz](https://github.com/coletdjnz)
94* [youtube] Fix subtitle names
95* [youtube] Prefer audio stream that YouTube considers default
96* [youtube] Remove annotations and deprecate `--write-annotations` by [coletdjnz](https://github.com/coletdjnz)
97* [Zee5] Fix extractor and add subtitles by [Ashish0804](https://github.com/Ashish0804)
98
99* [aria2c] Obey `--rate-limit`
100* [EmbedSubtitle] Continue even if some files are missing
101* [extractor] Better error message for DRM
102* [extractor] Common function `_match_valid_url`
103* [extractor] Show video id in error messages if possible
104* [FormatSort] Remove priority of `lang`
105* [options] Add `_set_from_options_callback`
106* [SubtitleConvertor] Fix bug during subtitle conversion
107* [utils] Add `parse_qs`
108* [webvtt] Fix timestamp overflow adjustment by [fstirlitz](https://github.com/fstirlitz)
109* Bugfix for `--replace-in-metadata`
110* Don't try to merge with final extension
111* Fix `--force-overwrites` when using `-k`
112* Fix `--no-prefer-free-formats` by [CeruleanSky](https://github.com/CeruleanSky)
113* Fix `-F` for extractors that directly return url
114* Fix `-J` when there are failed videos
115* Fix `extra_info` being reused across runs
116* Fix `playlist_index` not obeying `playlist_start` and add tests
117* Fix resuming of single formats when using `--no-part`
118* Revert erroneous use of the `Content-Length` header by [fstirlitz](https://github.com/fstirlitz)
119* Use `os.replace` where applicable by; paulwrubel
120* [build] Add homebrew taps `yt-dlp/taps/yt-dlp` by [nao20010128nao](https://github.com/nao20010128nao)
121* [build] Fix bug in making `yt-dlp.tar.gz`
122* [docs] Fix some typos by [pukkandan](https://github.com/pukkandan), [zootedb0t](https://github.com/zootedb0t)
123* [cleanup] Replace improper use of tab in trovo by [glenn-slayden](https://github.com/glenn-slayden)
124
125
418964fa 126### 2021.08.10
127
128* Add option `--replace-in-metadata`
129* Add option `--no-simulate` to not simulate even when `--print` or `--list...` are used - Deprecates `--print-json`
130* Allow entire infodict to be printed using `%()s` - makes `--dump-json` redundant
131* Allow multiple `--exec` and `--exec-before-download`
132* Add regex to `--match-filter`
133* Add all format filtering operators also to `--match-filter` by [max-te](https://github.com/max-te)
134* Add compat-option `no-keep-subs`
135* [adobepass] Add MSO Cablevision by [Jessecar96](https://github.com/Jessecar96)
136* [BandCamp] Add BandcampMusicIE by [Ashish0804](https://github.com/Ashish0804)
5a64127f 137* [blackboardcollaborate] Add new extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
418964fa 138* [eroprofile] Add album downloader by [jhwgh1968](https://github.com/jhwgh1968)
139* [mirrativ] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
140* [openrec] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
141* [nbcolympics:stream] Fix extractor by [nchilada](https://github.com/nchilada), [pukkandan](https://github.com/pukkandan)
142* [nbcolympics] Update extractor for 2020 olympics by [wesnm](https://github.com/wesnm)
143* [paramountplus] Separate extractor and fix some titles by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
144* [RCTIPlus] Support events and TV by [MinePlayersPE](https://github.com/MinePlayersPE)
145* [Newgrounds] Improve extractor and fix playlist by [u-spec-png](https://github.com/u-spec-png)
146* [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` by [wesnm](https://github.com/wesnm)
147* [crunchyroll] Fix thumbnail by [funniray](https://github.com/funniray)
148* [HotStar] Use API for metadata and extract subtitles by [Ashish0804](https://github.com/Ashish0804)
149* [instagram] Fix comments extraction by [u-spec-png](https://github.com/u-spec-png)
150* [peertube] Fix videos without description by [u-spec-png](https://github.com/u-spec-png)
151* [twitch:clips] Extract `display_id` by [dirkf](https://github.com/dirkf)
152* [viki] Print error message from API request
153* [Vine] Remove invalid formats by [u-spec-png](https://github.com/u-spec-png)
154* [VrtNU] Fix XSRF token by [pgaig](https://github.com/pgaig)
155* [vrv] Fix thumbnail extraction by [funniray](https://github.com/funniray)
156* [youtube] Add extractor-arg `include-live-dash` to show live dash formats
157* [youtube] Improve signature function detection by [PSlava](https://github.com/PSlava)
158* [youtube] Raise appropriate error when API pages can't be downloaded
159* Ensure `_write_ytdl_file` closes file handle on error
160* Fix `--compat-options filename` by [stdedos](https://github.com/stdedos)
161* Fix issues with infodict sanitization
162* Fix resuming when using `--no-part`
163* Fix wrong extension for intermediate files
164* Handle `BrokenPipeError` by [kikuyan](https://github.com/kikuyan)
165* Show libraries present in verbose head
166* [extractor] Detect `sttp` as subtitles in MPD by [fstirlitz](https://github.com/fstirlitz)
167* [extractor] Reset non-repeating warnings per video
168* [ffmpeg] Fix streaming `mp4` to `stdout`
169* [ffpmeg] Allow `--ffmpeg-location` to be a file with different name
170* [utils] Fix `InAdvancePagedList.__getitem__`
171* [utils] Fix `traverse_obj` depth when `is_user_input`
172* [webvtt] Merge daisy-chained duplicate cues by [fstirlitz](https://github.com/fstirlitz)
173* [build] Use custom build of `pyinstaller` by [shirt](https://github.com/shirt-dev)
174* [tests:download] Add batch testing for extractors (`test_YourExtractor_all`)
175* [docs] Document which fields `--add-metadata` adds to the file
176* [docs] Fix some mistakes and improve doc
177* [cleanup] Misc code cleanup
178
179
6ccf351a 180### 2021.08.02
181
182* Add logo, banner and donate links
183* Expand and escape environment variables correctly in output template
184* Add format types `j` (json), `l` (comma delimited list), `q` (quoted for terminal) in output template
185* [downloader] Allow streaming some unmerged formats to stdout using ffmpeg
186* [youtube] **Age-gate bypass**
187 * Add `agegate` clients by [pukkandan](https://github.com/pukkandan), [MinePlayersPE](https://github.com/MinePlayersPE)
188 * Add `thirdParty` to agegate clients to bypass more videos
189 * Simplify client definitions, expose `embedded` clients
190 * Improve age-gate detection by [coletdjnz](https://github.com/coletdjnz)
191 * Fix default global API key by [coletdjnz](https://github.com/coletdjnz)
192 * Add `creator` clients for age-gate bypass using unverified accounts by [zerodytrash](https://github.com/zerodytrash), [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
193* [adobepass] Add MSO Sling TV by [wesnm](https://github.com/wesnm)
194* [CBS] Add ParamountPlusSeriesIE by [Ashish0804](https://github.com/Ashish0804)
195* [dplay] Add `ScienceChannelIE` by [Sipherdrakon](https://github.com/Sipherdrakon)
196* [UtreonIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
197* [youtube] Add `mweb` client by [coletdjnz](https://github.com/coletdjnz)
198* [youtube] Add `player_client=all`
199* [youtube] Force `hl=en` for comments by [coletdjnz](https://github.com/coletdjnz)
200* [youtube] Fix format sorting when using alternate clients
201* [youtube] Misc cleanup by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
202* [youtube] Extract SAPISID only once
203* [CBS] Add fallback by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
204* [Hotstar] Support cookies by [Ashish0804](https://github.com/Ashish0804)
205* [HotStarSeriesIE] Fix regex by [Ashish0804](https://github.com/Ashish0804)
206* [bilibili] Improve `_VALID_URL`
207* [mediaset] Fix extraction by [nixxo](https://github.com/nixxo)
208* [Mxplayer] Add h265 formats by [Ashish0804](https://github.com/Ashish0804)
209* [RCTIPlus] Remove PhantomJS dependency by [MinePlayersPE](https://github.com/MinePlayersPE)
210* [tenplay] Add MA15+ age limit by [pento](https://github.com/pento)
211* [vidio] Fix login error detection by [MinePlayersPE](https://github.com/MinePlayersPE)
212* [vimeo] Better extraction of original file by [Ashish0804](https://github.com/Ashish0804)
213* [generic] Support KVS player (replaces ThisVidIE) by [rigstot](https://github.com/rigstot)
214* Add compat-option `no-clean-infojson`
215* Remove `asr` appearing twice in `-F`
216* Set `home:` as the default key for `-P`
217* [utils] Fix slicing of reversed `LazyList`
218* [FormatSort] Fix bug for audio with unknown codec
219* [test:download] Support testing with `ignore_no_formats_error`
220* [cleanup] Refactor some code
221
222
f703a880 223### 2021.07.24
224
225* [youtube:tab] Extract video duration early
226* [downloader] Pass `info_dict` to `progress_hook`s
28dff70b 227* [youtube] Fix age-gated videos for API clients when cookies are supplied by [coletdjnz](https://github.com/coletdjnz)
f703a880 228* [youtube] Disable `get_video_info` age-gate workaround - This endpoint seems to be completely dead
229* [youtube] Try all clients even if age-gated
230* [youtube] Fix subtitles only being extracted from the first client
231* [youtube] Simplify `_get_text`
232* [cookies] bugfix for microsoft edge on macOS
233* [cookies] Handle `sqlite` `ImportError` gracefully by [mbway](https://github.com/mbway)
234* [cookies] Handle errors when importing `keyring`
235
245524e6 236### 2021.07.21
237
238* **Add option `--cookies-from-browser`** to load cookies from a browser by [mbway](https://github.com/mbway)
239 * Usage: `--cookies-from-browser BROWSER[:PROFILE_NAME_OR_PATH]`
240 * Also added `--no-cookies-from-browser`
241 * To decrypt chromium cookies, `keyring` is needed for UNIX and `pycryptodome` for Windows
242* Add option `--exec-before-download`
243* Add field `live_status`
244* [FFmpegMetadata] Add language of each stream and some refactoring
245* [douyin] Add extractor by [pukkandan](https://github.com/pukkandan), [pyx](https://github.com/pyx)
246* [pornflip] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
28dff70b 247* **[youtube] Extract data from multiple clients** by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
245524e6 248 * `player_client` now accepts multiple clients
249 * Default `player_client` = `android,web`
250 * This uses twice as many requests, but avoids throttling for most videos while also not losing any formats
251 * Music clients can be specifically requested and is enabled by default if `music.youtube.com`
252 * Added `player_client=ios` (Known issue: formats from ios are not sorted correctly)
253 * Add age-gate bypass for android and ios clients
254* [youtube] Extract more thumbnails
255 * The thumbnail URLs are hard-coded and their actual existence is tested lazily
256 * Added option `--no-check-formats` to not test them
257* [youtube] Misc fixes
258 * Improve extraction of livestream metadata by [pukkandan](https://github.com/pukkandan), [krichbanana](https://github.com/krichbanana)
259 * Hide live dash formats since they can't be downloaded anyway
28dff70b 260 * Fix authentication when using multiple accounts by [coletdjnz](https://github.com/coletdjnz)
261 * Fix controversial videos when requested via API by [coletdjnz](https://github.com/coletdjnz)
262 * Fix session index extraction and headers for non-web player clients by [coletdjnz](https://github.com/coletdjnz)
245524e6 263 * Make `--extractor-retries` work for more errors
264 * Fix sorting of 3gp format
265 * Sanity check `chapters` (and refactor related code)
266 * Make `parse_time_text` and `_extract_chapters` non-fatal
28dff70b 267 * Misc cleanup and bug fixes by [coletdjnz](https://github.com/coletdjnz)
245524e6 268* [youtube:tab] Fix channels tab
28dff70b 269* [youtube:tab] Extract playlist availability by [coletdjnz](https://github.com/coletdjnz)
270* **[youtube:comments] Move comment extraction to new API** by [coletdjnz](https://github.com/coletdjnz)
f703a880 271 * Adds extractor-args `comment_sort` (`top`/`new`), `max_comments`, `max_comment_depth`
28dff70b 272* [youtube:comments] Fix `is_favorited`, improve `like_count` parsing by [coletdjnz](https://github.com/coletdjnz)
245524e6 273* [BravoTV] Improve metadata extraction by [kevinoconnor7](https://github.com/kevinoconnor7)
274* [crunchyroll:playlist] Force http
275* [yahoo:gyao:player] Relax `_VALID_URL` by [nao20010128nao](https://github.com/nao20010128nao)
276* [nebula] Authentication via tokens from cookie jar by [hheimbuerger](https://github.com/hheimbuerger), [TpmKranz](https://github.com/TpmKranz)
277* [RTP] Fix extraction and add subtitles by [fstirlitz](https://github.com/fstirlitz)
278* [viki] Rewrite extractors and add extractor-arg `video_types` to `vikichannel` by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
279* [vlive] Extract thumbnail directly in addition to the one from Naver
280* [generic] Extract previously missed subtitles by [fstirlitz](https://github.com/fstirlitz)
281* [generic] Extract everything in the SMIL manifest and detect discarded subtitles by [fstirlitz](https://github.com/fstirlitz)
282* [embedthumbnail] Fix `_get_thumbnail_resolution`
283* [metadatafromfield] Do not detect numbers as field names
284* Fix selectors `all`, `mergeall` and add tests
285* Errors in playlist extraction should obey `--ignore-errors`
286* Fix bug where `original_url` was not propagated when `_type`=`url`
287* Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
288 * This was wrongly checking for `write_thumbnail`
289* Improve `extractor_args` parsing
290* Rename `NOTE` in `-F` to `MORE INFO` since it's often confused to be the same as `format_note`
291* Add `only_once` param for `write_debug` and `report_warning`
292* [extractor] Allow extracting multiple groups in `_search_regex` by [fstirlitz](https://github.com/fstirlitz)
293* [utils] Improve `traverse_obj`
294* [utils] Add `variadic`
295* [utils] Improve `js_to_json` comment regex by [fstirlitz](https://github.com/fstirlitz)
296* [webtt] Fix timestamps
297* [compat] Remove unnecessary code
6ccf351a 298* [docs] fix default of multistreams
245524e6 299
f20f5fe5 300
a8bf9b4d 301### 2021.07.07
302
303* Merge youtube-dl: Upto [commit/a803582](https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada)
4bb6b02f 304* Add `--extractor-args` to pass some extractor-specific arguments. See [readme](https://github.com/yt-dlp/yt-dlp#extractor-arguments)
a8bf9b4d 305 * Add extractor option `skip` for `youtube`. Eg: `--extractor-args youtube:skip=hls,dash`
4bb6b02f 306 * Deprecates `--youtube-skip-dash-manifest`, `--youtube-skip-hls-manifest`, `--youtube-include-dash-manifest`, `--youtube-include-hls-manifest`
a8bf9b4d 307* Allow `--list...` options to work with `--print`, `--quiet` and other `--list...` options
28dff70b 308* [youtube] Use `player` API for additional video extraction requests by [coletdjnz](https://github.com/coletdjnz)
a8bf9b4d 309 * **Fixes youtube premium music** (format 141) extraction
310 * Adds extractor option `player_client` = `web`/`android`
311 * **`--extractor-args youtube:player_client=android` works around the throttling** for the time-being
312 * Adds extractor option `player_skip=config`
313 * Adds age-gate fallback using embedded client
314* [youtube] Choose correct Live chat API for upcoming streams by [krichbanana](https://github.com/krichbanana)
315* [youtube] Fix subtitle names for age-gated videos
28dff70b 316* [youtube:comments] Fix error handling and add `itct` to params by [coletdjnz](https://github.com/coletdjnz)
a8bf9b4d 317* [youtube_live_chat] Fix download with cookies by [siikamiika](https://github.com/siikamiika)
318* [youtube_live_chat] use `clickTrackingParams` by [siikamiika](https://github.com/siikamiika)
319* [Funimation] Rewrite extractor
320 * Add `FunimationShowIE` by [Mevious](https://github.com/Mevious)
321 * **Treat the different versions of an episode as different formats of a single video**
322 * This changes the video `id` and will break break existing archives
323 * Compat option `seperate-video-versions` to fall back to old behavior including using the old video ids
324 * Support direct `/player/` URL
325 * Extractor options `language` and `version` to pre-select them during extraction
326 * These options may be removed in the future if we can extract all formats without additional network requests
327 * Do not rely on these for format selection and use `-f` filters instead
328* [AdobePass] Add Spectrum MSO by [kevinoconnor7](https://github.com/kevinoconnor7), [ohmybahgosh](https://github.com/ohmybahgosh)
329* [facebook] Extract description and fix title
330* [fancode] Fix extraction, support live and allow login with refresh token by [zenerdi0de](https://github.com/zenerdi0de)
331* [plutotv] Improve `_VALID_URL`
332* [RCTIPlus] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
333* [Soundcloud] Allow login using oauth token by [blackjack4494](https://github.com/blackjack4494)
334* [TBS] Support livestreams by [llacb47](https://github.com/llacb47)
335* [videa] Fix extraction by [nyuszika7h](https://github.com/nyuszika7h)
336* [yahoo] Fix extraction by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
337* Process videos when using `--ignore-no-formats-error` by [krichbanana](https://github.com/krichbanana)
338* Fix `--throttled-rate` when using `--load-info-json`
339* Fix `--flat-playlist` when entry has no `ie_key`
340* Fix `check_formats` catching `ExtractorError` instead of `DownloadError`
341* Fix deprecated option `--list-formats-old`
342* [downloader/ffmpeg] Fix `--ppa` when using simultaneous download
343* [extractor] Prevent unnecessary download of hls manifests and refactor `hls_split_discontinuity`
344* [fragment] Handle status of download and errors in threads correctly; and minor refactoring
345* [thumbnailsconvertor] Treat `jpeg` as `jpg`
346* [utils] Fix issues with `LazyList` reversal
347* [extractor] Allow extractors to set their own login hint
348* [cleanup] Simplify format selector code with `LazyList` and `yield from`
349* [cleanup] Clean `extractor.common._merge_subtitles` signature
350* [cleanup] Fix some typos
351
352
6aecd871 353### 2021.06.23
354
355* Merge youtube-dl: Upto [commit/379f52a](https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961)
356* **Add option `--throttled-rate`** below which video data is re-extracted
357* [fragment] **Merge during download for `-N`**, and refactor `hls`/`dash`
bc97cdae 358* [websockets] Add `WebSocketFragmentFD` by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
6aecd871 359* Allow `images` formats in addition to video/audio
360* [downloader/mhtml] Add new downloader for slideshows/storyboards by [fstirlitz](https://github.com/fstirlitz)
361* [youtube] Temporary **fix for age-gate**
362* [youtube] Support ongoing live chat by [siikamiika](https://github.com/siikamiika)
28dff70b 363* [youtube] Improve SAPISID cookie handling by [coletdjnz](https://github.com/coletdjnz)
6aecd871 364* [youtube] Login is not needed for `:ytrec`
28dff70b 365* [youtube] Non-fatal alert reporting for unavailable videos page by [coletdjnz](https://github.com/coletdjnz)
6aecd871 366* [twitcasting] Websocket support by [nao20010128nao](https://github.com/nao20010128nao)
367* [mediasite] Extract slides by [fstirlitz](https://github.com/fstirlitz)
368* [funimation] Extract subtitles
369* [pornhub] Extract `cast`
370* [hotstar] Use server time for authentication instead of local time
371* [EmbedThumbnail] Fix for already downloaded thumbnail
372* [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
373* Expand `--check-formats` to thumbnails
374* Fix id sanitization in filenames
375* Skip fixup of existing files and add `--fixup force` to force it
376* Better error handling of syntax errors in `-f`
377* Use `NamedTemporaryFile` for `--check-formats`
378* [aria2c] Lower `--min-split-size` for HTTP downloads
379* [options] Rename `--add-metadata` to `--embed-metadata`
380* [utils] Improve `LazyList` and add tests
381* [build] Build Windows x86 version with py3.7 and remove redundant tests by [pukkandan](https://github.com/pukkandan), [shirt](https://github.com/shirt-dev)
382* [docs] Clarify that `--embed-metadata` embeds chapter markers
383* [cleanup] Refactor fixup
384
385
0d47c278 386### 2021.06.09
387
388* Fix bug where `%(field)d` in filename template throws error
389* Improve offset parsing in outtmpl
390* [test] More rigorous tests for `prepare_filename`
391
3b1fe47d 392### 2021.06.08
393
394* Remove support for obsolete Python versions: Only 3.6+ is now supported
395* Merge youtube-dl: Upto [commit/c2350ca](https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2)
396* [hls] Fix decryption for multithreaded downloader
397* [extractor] Fix pre-checking archive for some extractors
884ce9d0 398* [extractor] Fix FourCC fallback when parsing ISM by [fstirlitz](https://github.com/fstirlitz)
399* [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE by [pukkandan](https://github.com/pukkandan), [nao20010128nao](https://github.com/nao20010128nao)
400* [vidio] Add VidioPremierIE and VidioLiveIE by [MinePlayersPE](Https://github.com/MinePlayersPE)
6aecd871 401* [viki] Fix extraction from [ytdl-org/youtube-dl@59e583f](https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82)
3b1fe47d 402* [youtube] Support shorts URL
403* [zoom] Extract transcripts as subtitles
404* Add field `original_url` with the user-inputted URL
405* Fix and refactor `prepare_outtmpl`
406* Make more fields available for `--print` when used with `--flat-playlist`
407* [utils] Generalize `traverse_dict` to `traverse_obj`
884ce9d0 408* [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode by [fstirlitz](https://github.com/fstirlitz)
3b1fe47d 409* [build] Release `yt-dlp.tar.gz`
884ce9d0 410* [build,update] Add GNU-style SHA512 and prepare updater for simlar SHA256 by [nihil-admirari](https://github.com/nihil-admirari)
411* [pyinst] Show Python version in exe metadata by [nihil-admirari](https://github.com/nihil-admirari)
3b1fe47d 412* [docs] Improve documentation of dependencies
413* [cleanup] Mark unused files
884ce9d0 414* [cleanup] Point all shebang to `python3` by [fstirlitz](https://github.com/fstirlitz)
3b1fe47d 415* [cleanup] Remove duplicate file `trovolive.py`
416
417
3de7c2ce 418### 2021.06.01
419
420* Merge youtube-dl: Upto [commit/d495292](https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf)
421* Pre-check archive and filters during playlist extraction
422* Handle Basic Auth `user:pass` in URLs by [hhirtz](https://github.com/hhirtz) and [pukkandan](https://github.com/pukkandan)
28dff70b 423* [archiveorg] Add YoutubeWebArchiveIE by [coletdjnz](https://github.com/coletdjnz) and [alex-gedeon](https://github.com/alex-gedeon)
eb038991 424* [fancode] Add extractor by [rhsmachine](https://github.com/rhsmachine)
3de7c2ce 425* [patreon] Support vimeo embeds by [rhsmachine](https://github.com/rhsmachine)
426* [Saitosan] Add new extractor by [llacb47](https://github.com/llacb47)
427* [ShemarooMe] Add extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
428* [telemundo] Add extractor by [king-millez](https://github.com/king-millez)
429* [SonyLIV] Add SonyLIVSeriesIE and subtitle support by [Ashish0804](https://github.com/Ashish0804)
430* [Hotstar] Add HotStarSeriesIE by [Ashish0804](https://github.com/Ashish0804)
431* [Voot] Add VootSeriesIE by [Ashish0804](https://github.com/Ashish0804)
432* [vidio] Support login and premium videos by [MinePlayersPE](https://github.com/MinePlayersPE)
433* [fragment] When using `-N`, do not keep the fragment content in memory
434* [ffmpeg] Download and merge in a single step if possible
435* [ThumbnailsConvertor] Support conversion to `png` and make it the default by [louie-github](https://github.com/louie-github)
436* [VideoConvertor] Generalize with remuxer and allow conditional recoding
437* [EmbedThumbnail] Embed in `mp4`/`m4a` using mutagen by [tripulse](https://github.com/tripulse) and [pukkandan](https://github.com/pukkandan)
438* [EmbedThumbnail] Embed if any thumbnail was downloaded, not just the best
439* [EmbedThumbnail] Correctly escape filename
440* [update] replace self without launching a subprocess in windows
441* [update] Block further update for unsupported systems
442* Refactor `__process_playlist` by creating `LazyList`
443* Write messages to `stderr` when both `quiet` and `verbose`
444* Sanitize and sort playlist thumbnails
445* Remove `None` values from `info.json`
446* [extractor] Always prefer native hls downloader by default
447* [extractor] Skip subtitles without URI in m3u8 manifests by [hheimbuerger](https://github.com/hheimbuerger)
448* [extractor] Functions to parse `socket.io` response as `json` by [pukkandan](https://github.com/pukkandan) and [llacb47](https://github.com/llacb47)
449* [extractor] Allow `note=False` when extracting manifests
450* [utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
451* [hls] Disable external downloader for `webtt`
452* [youtube] `/live` URLs should raise error if channel is not live
453* [youtube] Bug fixes
454* [zee5] Fix m3u8 formats' extension
455* [ard] Allow URLs without `-` before id by [olifre](https://github.com/olifre)
456* [cleanup] `YoutubeDL._match_entry`
457* [cleanup] Refactor updater
458* [cleanup] Refactor ffmpeg convertors
459* [cleanup] setup.py
460
461
0fdf490d 462### 2021.05.20
463
464* **Youtube improvements**:
465 * Support youtube music `MP`, `VL` and `browse` pages
28dff70b 466 * Extract more formats for youtube music by [craftingmod](https://github.com/craftingmod), [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
0fdf490d 467 * Extract multiple subtitles in same language by [pukkandan](https://github.com/pukkandan) and [tpikonen](https://github.com/tpikonen)
468 * Redirect channels that doesn't have a `videos` tab to their `UU` playlists
469 * Support in-channel search
470 * Sort audio-only formats correctly
471 * Always extract `maxresdefault` thumbnail
472 * Extract audio language
473 * Add subtitle language names by [nixxo](https://github.com/nixxo) and [tpikonen](https://github.com/tpikonen)
474 * Show alerts only from the final webpage
28dff70b 475 * Add `html5=1` param to `get_video_info` page requests by [coletdjnz](https://github.com/coletdjnz)
0fdf490d 476 * Better message when login required
477* **Add option `--print`**: to print any field/template
34488702 478 * Makes redundant: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url`
0fdf490d 479* Field `additional_urls` to download additional videos from metadata using [`--parse-metadata`](https://github.com/yt-dlp/yt-dlp#modifying-metadata)
480* Merge youtube-dl: Upto [commit/dfbbe29](https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b)
481* Write thumbnail of playlist and add `pl_thumbnail` outtmpl key
482* [embedthumbnail] Add `flac` support and refactor `mutagen` code by [pukkandan](https://github.com/pukkandan) and [tripulse](https://github.com/tripulse)
483* [audius:artist] Add extractor by [king-millez](https://github.com/king-millez)
484* [parlview] Add extractor by [king-millez](https://github.com/king-millez)
485* [tenplay] Fix extractor by [king-millez](https://github.com/king-millez)
486* [rmcdecouverte] Generalize `_VALID_URL`
487* Add compat-option `no-attach-infojson`
488* Add field `name` for subtitles
489* Ensure `post_extract` and `pre_process` only run once
490* Fix `--check-formats` when there is network error
491* Standardize `write_debug` and `get_param`
492* [options] Alias `--write-comments`, `--no-write-comments`
493* [options] Refactor callbacks
494* [test:download] Only extract enough videos for `playlist_mincount`
495* [extractor] bugfix for when `compat_opts` is not given
cd59e221 496* [build] Fix x86 build by [shirt](https://github.com/shirt-dev)
0fdf490d 497* [cleanup] code formatting, youtube tests and readme
498
fac98805 499### 2021.05.11
fac98805 500* **Deprecate support for python versions < 3.6**
eaeca38f 501* **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details
fac98805 502* **Improve output template:**
503 * Allow slicing lists/strings using `field.start:end:step`
504 * A field can also be used as offset like `field1+num+field2`
505 * A default value can be given using `field|default`
506 * Prevent invalid fields from causing errors
eaeca38f 507* **Merge youtube-dl**: Upto [commit/a726009](https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0)
fac98805 508* **Remove options** `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `--literal`, `--id`
509* [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes
510* [downloader] Fix `quiet` and `to_stderr`
511* [fragment] Ensure the file is closed on error
512* [fragment] Make sure first segment is not skipped
513* [aria2c] Fix whitespace being stripped off
514* [embedthumbnail] Fix bug where jpeg thumbnails were converted again
515* [FormatSort] Fix for when some formats have quality and others don't
516* [utils] Add `network_exceptions`
517* [utils] Escape URL while sanitizing
518* [ukcolumn] Add Extractor
519* [whowatch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
520* [CBS] Improve `_VALID_URL` to support movies
521* [crackle] Improve extraction
522* [curiositystream] Fix collections
523* [francetvinfo] Improve video id extraction
524* [generic] Respect the encoding in manifest
525* [limelight] Obey `allow_unplayable_formats`
526* [mediasite] Generalize URL pattern by [fstirlitz](https://github.com/fstirlitz)
527* [mxplayer] Add MxplayerShowIE by [Ashish0804](https://github.com/Ashish0804)
528* [nebula] Move to nebula.app by [Lamieur](https://github.com/Lamieur)
529* [niconico] Fix HLS formats by [CXwudi](https://github.com/CXwudi), [tsukumijima](https://github.com/tsukumijima), [nao20010128nao](https://github.com/nao20010128nao) and [pukkandan](https://github.com/pukkandan)
530* [niconico] Fix title and thumbnail extraction by [CXwudi](https://github.com/CXwudi)
531* [plutotv] Extract subtitles from manifests
532* [plutotv] Fix format extraction for some urls
533* [rmcdecouverte] Improve `_VALID_URL`
534* [sonyliv] Fix `title` and `series` extraction by [Ashish0804](https://github.com/Ashish0804)
535* [tubi] Raise "no video formats" error when video url is empty
536* [youtube:tab] Detect playlists inside community posts
537* [youtube] Add `oembed` to reserved names
538* [zee5] Fix extraction for some URLs by [Hadi0609](https://github.com/Hadi0609)
539* [zee5] Fix py2 compatibility
540* Fix `playlist_index` and add `playlist_autonumber`. See [#302](https://github.com/yt-dlp/yt-dlp/issues/302) for details
541* Add experimental option `--check-formats` to test the URLs before format selection
eaeca38f 542* Option `--compat-options` to revert [some of yt-dlp's changes](https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior)
fac98805 543 * Deprecates `--list-formats-as-table`, `--list-formats-old`
544* Fix number of digits in `%(playlist_index)s`
545* Fix case sensitivity of format selector
546* Revert "[core] be able to hand over id and title using url_result"
547* Do not strip out whitespaces in `-o` and `-P`
548* Fix `preload_download_archive` writing verbose message to `stdout`
549* Move option warnings to `YoutubeDL`so that they obey `--no-warnings` and can output colors
550* Py2 compatibility for `FileNotFoundError`
551
552
0cf05715 553### 2021.04.22
554* **Improve output template:**
555 * Objects can be traversed like `%(field.key1.key2)s`
556 * An offset can be added to numeric fields as `%(field+N)s`
557 * Deprecates `--autonumber-start`
558* **Improve `--sub-langs`:**
559 * Treat `--sub-langs` entries as regex
560 * `all` can be used to refer to all the subtitles
561 * language codes can be prefixed with `-` to exclude it
562 * Deprecates `--all-subs`
563* Add option `--ignore-no-formats-error` to ignore the "no video format" and similar errors
564* Add option `--skip-playlist-after-errors` to skip the rest of a playlist after a given number of errors are encountered
565* Merge youtube-dl: Upto [commit/7e8b3f9](https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438)
566* [downloader] Fix bug in downloader selection
e28f1c0a 567* [BilibiliChannel] Fix pagination by [nao20010128nao](https://github.com/nao20010128nao) and [pukkandan](https://github.com/pukkandan)
0cf05715 568* [rai] Add support for http formats by [nixxo](https://github.com/nixxo)
569* [TubiTv] Add TubiTvShowIE by [Ashish0804](https://github.com/Ashish0804)
570* [twitcasting] Fix extractor
e28f1c0a 571* [viu:ott] Fix extractor and support series by [lkho](https://github.com/lkho) and [pukkandan](https://github.com/pukkandan)
28dff70b 572* [youtube:tab] Show unavailable videos in playlists by [coletdjnz](https://github.com/coletdjnz)
0cf05715 573* [youtube:tab] Reload with unavailable videos for all playlists
574* [youtube] Ignore invalid stretch ratio
28dff70b 575* [youtube] Improve channel syncid extraction to support ytcfg by [coletdjnz](https://github.com/coletdjnz)
576* [youtube] Standardize API calls for tabs, mixes and search by [coletdjnz](https://github.com/coletdjnz)
0cf05715 577* [youtube] Bugfix in `_extract_ytcfg`
578* [mildom:user:vod] Download only necessary amount of pages
579* [mildom] Remove proxy completely by [fstirlitz](https://github.com/fstirlitz)
580* [go] Fix `_VALID_URL`
581* [MetadataFromField] Improve regex and add tests
582* [Exec] Ensure backward compatibility when the command contains `%`
583* [extractor] Fix inconsistent use of `report_warning`
584* Ensure `mergeall` selects best format when multistreams are disabled
585* Improve the yt-dlp.sh script by [fstirlitz](https://github.com/fstirlitz)
586* [lazy_extractor] Do not load plugins
587* [ci] Disable fail-fast
6ccf351a 588* [docs] Clarify which deprecated options still work
589* [docs] Fix typos
0cf05715 590
591
a0f30f19 592### 2021.04.11
593* Add option `--convert-thumbnails` (only jpg currently supported)
594* Format selector `mergeall` to download and merge all formats
595* Pass any field to `--exec` using similar syntax to output template
596* Choose downloader for each protocol using `--downloader PROTO:NAME`
597 * Alias `--downloader` for `--external-downloader`
598 * Added `native` as an option for the downloader
599* Merge youtube-dl: Upto [commit/4fb25ff](https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7) (except vimeo)
600* [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE by [Ashish0804](https://github.com/Ashish0804)
601* [NFHSNetwork] Add extractor by [llacb47](https://github.com/llacb47)
602* [nebula] Add extractor (watchnebula.com) by [hheimbuerger](https://github.com/hheimbuerger)
603* [nitter] Fix extraction of reply tweets and update instance list by [B0pol](https://github.com/B0pol)
604* [nitter] Fix thumbnails by [B0pol](https://github.com/B0pol)
605* [youtube] Fix thumbnail URL
28dff70b 606* [youtube] Parse API parameters from initial webpage by [coletdjnz](https://github.com/coletdjnz)
607* [youtube] Extract comments' approximate timestamp by [coletdjnz](https://github.com/coletdjnz)
54670cf0 608* [youtube] Fix alert extraction
a0f30f19 609* [bilibili] Fix uploader
28dff70b 610* [utils] Add `datetime_from_str` and `datetime_add_months` by [coletdjnz](https://github.com/coletdjnz)
a0f30f19 611* Run some `postprocessors` before actual download
612* Improve argument parsing for `-P`, `-o`, `-S`
613* Fix some `m3u8` not obeying `--allow-unplayable-formats`
614* Fix default of `dynamic_mpd`
615* Deprecate `--all-formats`, `--include-ads`, `--hls-prefer-native`, `--hls-prefer-ffmpeg`
6ccf351a 616* [docs] Improvements
a0f30f19 617
02aabd45 618### 2021.04.03
b31fdeed 619* Merge youtube-dl: Upto [commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)
02aabd45 620* Ability to set a specific field in the file's metadata using `--parse-metadata`
621* Ability to select n'th best format like `-f bv*.2`
622* [DiscoveryPlus] Add discoveryplus.in
623* [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo)
624* [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao)
625* [ard:mediathek] Fix video id extraction
626* [generic] Detect Invidious' link element
28dff70b 627* [youtube] Show premium state in `availability` by [coletdjnz](https://github.com/coletdjnz)
02aabd45 628* [viewsource] Add extractor to handle `view-source:`
629* [sponskrub] Run before embedding thumbnail
6ccf351a 630* [docs] Improve `--parse-metadata` documentation
02aabd45 631
632
a2f0b0c6 633### 2021.03.24.1
634* Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
635
a3affbe6 636### 2021.03.24
b23b9eef 637* Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf))
a3affbe6 638* Parse metadata from multiple fields using `--parse-metadata`
639* Ability to load playlist infojson using `--load-info-json`
640* Write current epoch to infojson when using `--no-clean-infojson`
641* [youtube_live_chat] fix bug when trying to set cookies
b050d210 642* [niconico] Fix for when logged in by [CXwudi](https://github.com/CXwudi) and [xtkoba](https://github.com/xtkoba)
a3affbe6 643* [linuxacadamy] Fix login
644
645
a7f347d9 646### 2021.03.21
647* Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
a3affbe6 648* Option `--no-clean-infojson` to keep private keys in the infojson
a7f347d9 649* [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
650* [aria2c] Better default arguments
651* [movefiles] Fix bugs and make more robust
652* [formatSort] Fix `quality` being ignored
653* [splitchapters] Fix for older ffmpeg
654* [sponskrub] Pass proxy to sponskrub
655* Make sure `post_hook` gets the final filename
656* Recursively remove any private keys from infojson
657* Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
658* Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
659* Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
660* Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
661* More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
6ccf351a 662* [docs] Add deprecated options and aliases in readme
663* [docs] Fix some minor mistakes
a7f347d9 664
665* [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)
666* [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
667* [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
668* [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
669* [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
670* [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
671* [linuxacadamy] Improve regex
28dff70b 672* [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
a7f347d9 673* [youtube] bugfix for channel playlist extraction
674* [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
675
676
597c1866 677### 2021.03.15
678* **Split video by chapters**: using option `--split-chapters`
679 * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
680 * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
681* **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
682 * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
683* Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
a515a78d 684* [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
597c1866 685* [rai] fix drm check [nixxo](https://github.com/nixxo)
597c1866 686* [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
687* [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
688* [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
28dff70b 689* [youtube] Rewrite comment extraction by [coletdjnz](https://github.com/coletdjnz)
597c1866 690* [embedthumbnail] Set mtime correctly
691* Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
692
693
c5640c45 694### 2021.03.07
28dff70b 695* [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [coletdjnz](https://github.com/coletdjnz)
696* [youtube] Fix private feeds/playlists on multi-channel accounts by [coletdjnz](https://github.com/coletdjnz)
697* [youtube] Extract alerts from continuation by [coletdjnz](https://github.com/coletdjnz)
c5640c45 698* [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
a515a78d 699* [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
c5640c45 700* [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
701* [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
994443d2 702* [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
c5640c45 703* [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
704* [trovo] Pass origin header
705* [rai] Check for DRM by [nixxo](https://github.com/nixxo)
994443d2 706* [downloader] Fix bug for `ffmpeg`/`httpie`
c5640c45 707* [update] Fix updater removing the executable bit on some UNIX distros
708* [update] Fix current build hash for UNIX
6ccf351a 709* [docs] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
c5640c45 710* Fix some videos downloading with `m3u8` extension
711* Remove "fixup is ignored" warning when fixup wasn't passed by user
712
713
a8278aba 714### 2021.03.03.2
715* [build] Fix bug
716
5f751495 717### 2021.03.03
28dff70b 718* [youtube] Use new browse API for continuation page extraction by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
a8278aba 719* Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
c5640c45 720* Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
5f751495 721* [mtv] Fix extractor
a8278aba 722* [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
162e6f00 723* [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
5f751495 724* [youtube] Throw error when `--extractor-retries` are exhausted
725* Reduce default of `--extractor-retries` to 3
a8278aba 726* Fix packaging bugs by [hseg](https://github.com/hseg)
5f751495 727
728
5ef7d9bd 729### 2021.03.01
730* Allow specifying path in `--external-downloader`
731* Add option `--sleep-requests` to sleep b/w requests
732* Add option `--extractor-retries` to retry on known extractor errors
733* Extract comments only when needed
734* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
5372545d 735* Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
5ef7d9bd 736* [youtube] Retry on more known errors than just HTTP-5xx
5372545d 737* [youtube] Fix inconsistent `webpage_url`
5ef7d9bd 738* [tennistv] Fix format sorting
5ef7d9bd 739* [bilibiliaudio] Recognize the file as audio-only
740* [hrfensehen] Fix wrong import
5ef7d9bd 741* [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
5372545d 742* [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
743* [hls] Fix bug with m3u8 format extraction
744* [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
5ef7d9bd 745* [embedthumbnail] Fix bug with deleting original thumbnail
746* [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
747* [ci] Disable download tests unless specifically invoked
748* Cleanup some code and fix typos
749
750
c74d1aa3 751### 2021.02.24
752* Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
753* **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
127d0759 754 * Also, `youtube-dlc` config files are no longer loaded
c5640c45 755* Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
c74d1aa3 756* [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
757* [youtube] Show if video was a live stream in info (`was_live`)
a515a78d 758* [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
c74d1aa3 759* [jwplatform] Add support for `hyland.com`
760* [tennistv] Fix extractor
761* [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
762* [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
127d0759 763* [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
c74d1aa3 764* Fix `--windows-filenames` removing `/` from UNIX paths
765* [hls] Show warning if pycryptodome is not found
6ccf351a 766* [docs] Improvements
c74d1aa3 767 * Fix documentation of `Extractor Options`
127d0759 768 * Document `all` in format selection
c74d1aa3 769 * Document `playable_in_embed` in output templates
770
771
4524baf0 772### 2021.02.19
c5640c45 773* Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
4524baf0 774* [viki] Fix extractor
775* [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
776* [youtube] Multiple page support for hashtag URLs
777* [youtube] Add more invidious instances
778* [youtube] Fix comment extraction when comment text is empty
779* Option `--windows-filenames` to force use of windows compatible filenames
780* [ExtractAudio] Bugfix
781* Don't raise `parser.error` when exiting for update
782* [MoveFiles] Fix for when merger can't run
783* Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
784* Format Sort improvements:
785 * Prefer `vp9.2` more than other `vp9` codecs
786 * Remove forced priority of `quality`
787 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
788* Build improvements:
789 * Fix hash output by [shirt](https://github.com/shirt-dev)
790 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
791 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
792 * Set version number based on UTC time, not local time
793 * Publish on PyPi only if token is set
6ccf351a 794* [docs] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
4524baf0 795
796
aa837ddf 797### 2021.02.15
c5640c45 798* Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
eb038991 799* [niconico] Improved extraction and support encrypted/SMILE movies by [kurumigi](https://github.com/kurumigi), [tsukumijima](https://github.com/tsukumijima), [bbepis](https://github.com/bbepis), [pukkandan](https://github.com/pukkandan)
4524baf0 800* Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
801* [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
aa837ddf 802* [rumble] Add support for video page
4524baf0 803* Option `--allow-unplayable-formats` to allow downloading unplayable video formats
aa837ddf 804* [ExtractAudio] Don't re-encode when file is already in a common audio format
aa837ddf 805* [youtube] Fix search continuations
806* [youtube] Fix for new accounts
4524baf0 807* Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
aa837ddf 808 * Fix SHA256 calculation in build and implement hash checking for updater
809 * Exit immediately in windows once the update process starts
810 * Fix updater for `x86.exe`
811 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
4524baf0 812 * Change optional dependency to `pycryptodome`
813* Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
aa837ddf 814* Fix `allow_playlist_files` not being correctly passed through
4524baf0 815* Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
aa837ddf 816* Fix `get_executable_path` in UNIX
817* [sponskrub] Print ffmpeg output and errors to terminal
818* `__real_download` should be false when ffmpeg unavailable and no download
819* Show `exe`/`zip`/`source` and 32/64bit in verbose message
820
821
ba9f36d7 822### 2021.02.09
823* **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
824* **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
825* [youtube] Fix comment extraction
826* [youtube_live_chat] Improve extraction
827* [youtube] Fix for channel URLs sometimes not downloading all pages
828* [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
829* Add fallback for thumbnails
830* [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
831* [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
832* [pyinst.py] Move back to root dir
833* [youtube] Simplified renderer parsing and bugfixes
834* [movefiles] Fix compatibility with python2
835* [remuxvideo] Fix validation of conditional remux
836* [sponskrub] Don't raise error when the video does not exist
6ccf351a 837* [docs] Crypto is an optional dependency
ba9f36d7 838
839
c25228e5 840### 2021.02.04
c5640c45 841* Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
0fd1a2b0 842* **Date/time formatting in output template:**
843 * 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`
c25228e5 844* **Multiple output templates:**
0fd1a2b0 845 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
846 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
c25228e5 847* [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
848* New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
849* [audius] Fix extractor
850* [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
851* [postprocessor] Raise errors correctly
852* [metadatafromtitle] Fix bug when extracting data from numeric fields
853* Fix issue with overwriting files
854* Fix "Default format spec" appearing in quiet mode
855* [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
856* [FormatSort] fix bug where `quality` had more priority than `hasvid`
857* [pyinst] Automatically detect python architecture and working directory
858* Strip out internal fields such as `_filename` from infojson
859
860
29b6000e 861### 2021.01.29
4524baf0 862* **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
29b6000e 863 * Add `--get-comments`
864 * [youtube] Extract comments
865 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
866 * [billibilli] Extract comments
867 * [billibilli] Better video extraction
868 * Write playlist data to infojson
869 * [FFmpegMetadata] Embed infojson inside the video
870 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
871 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
872 * [EmbedThumbnail] Embed in ogg/opus
873 * [VideoRemuxer] Conditionally remux video
874 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
875 * [ffmpeg] Print entire stderr in verbose when there is error
876 * [EmbedSubtitle] Warn when embedding ass in mp4
877 * [anvato] Use NFLTokenGenerator if possible
878* **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
879 * The extracted fields can be used in `--output`
880 * Deprecated `--metadata-from-title`
881* [Audius] Add extractor
882* [youtube] Extract playlist description and write it to `.description` file
883* Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
884* Fix wrong user config from v2021.01.24
885* [youtube] Report error message from youtube as error instead of warning
886* [FormatSort] Fix some fields not sorting from v2021.01.24
887* [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
888* [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
889* [movefiles] Don't give "cant find" warning when move is unnecessary
890* Refactor `update-version`, `pyinst.py` and related files
891* [ffmpeg] Document more formats that are supported for remux/recode
892
893
0bc0a322 894### 2021.01.24
c5640c45 895* Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
7a5c1cfe 896* Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
0bc0a322 897* **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
6ccf351a 898 * The syntax is `-P "type:path" -P "type:path"`
0bc0a322 899 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
6ccf351a 900 * Additionally, configuration file is taken from home directory or current directory
901* Allow passing different arguments to different external downloaders
ba9f36d7 902* [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
0bc0a322 903* Warn when using old style `--external-downloader-args` and `--post-processor-args`
904* Fix `--no-overwrite` when using `--write-link`
905* [sponskrub] Output `unrecognized argument` error message correctly
906* [cbs] Make failure to extract title non-fatal
907* Fix typecasting when pre-checking archive
908* Fix issue with setting title on UNIX
909* Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
910* [tests] Fix test_post_hooks
911* [tests] Split core and download tests
912
913
c69911e4 914### 2021.01.20
915* [TrovoLive] Add extractor (only VODs)
e2f6586c 916* [pokemon] Add `/#/player` URLs
c69911e4 917* Improved parsing of multiple postprocessor-args, add `--ppa` as alias
918* [EmbedThumbnail] Simplify embedding in mkv
919* [sponskrub] Encode filenames correctly, better debug output and error message
920* [readme] Cleanup options
921
e2f6586c 922
298f597b 923### 2021.01.16
c5640c45 924* Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
f57adf0e 925* **Configuration files:**
926 * Portable configuration file: `./yt-dlp.conf`
7a5c1cfe 927 * 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
298f597b 928* Add PyPI release
929
930
bf5a997e 931### 2021.01.14
932* Added option `--break-on-reject`
ba9f36d7 933* [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
bf5a997e 934* [tiktok] Fix for when share_info is empty
935* [EmbedThumbnail] Fix bug due to incorrect function name
6ccf351a 936* [docs] 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
937* [docs] Change all links to correctly point to new fork URL
938* [docs] Fixes typos
bf5a997e 939
940
9b45b9f5 941### 2021.01.12
ba9f36d7 942* [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
943* Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
9b45b9f5 944* Changed fork name to `yt-dlp`
ba9f36d7 945* Fix typos by [FelixFrog](https://github.com/FelixFrog)
9b45b9f5 946* [ci] Option to skip
947* [changelog] Added unreleased changes in blackjack4494/yt-dlc
948
949
f5546c0b 950### 2021.01.10
ba9f36d7 951* [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
952* [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
953* [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
a7f347d9 954* [youtube] Show if video is embeddable in info (`playable_in_embed`)
65156eba 955* Update version badge automatically in README
956* Enable `test_youtube_search_matching`
957* Create `to_screen` and similar functions in postprocessor/common
958
f20f5fe5 959
f5546c0b 960### 2021.01.09
4084f235 961* [youtube] Fix bug in automatic caption extraction
ba9f36d7 962* Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
963* Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
964* Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
965* Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
966* Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
034b6215 967
f20f5fe5 968
f5546c0b 969### 2021.01.08
c5640c45 970* 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))
b050d210 971* Moved changelog to separate file
e5bc03a6 972
f20f5fe5 973
034b6215 974### 2021.01.07-1
ba9f36d7 975* [Akamai] fix by [nixxo](https://github.com/nixxo)
976* [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
977* [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
978* [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
979* Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
034b6215 980* Allow passing different arguments to different postprocessors using `--postprocessor-args`
981* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
982* [CI] Split tests into core-test and full-test
983
f20f5fe5 984
034b6215 985### 2021.01.07
986* Removed priority of `av01` codec in `-S` since most devices don't support it yet
987* Added `duration_string` to be used in `--output`
988* Created First Release
989
f20f5fe5 990
034b6215 991### 2021.01.05-1
992* **Changed defaults:**
993 * Enabled `--ignore`
994 * Disabled `--video-multistreams` and `--audio-multistreams`
995 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
996 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
997 * Changed `webm` to be more preferable than `flv` in format sorting
998 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
999 * Enabled `--list-formats-as-table`
1000
f20f5fe5 1001
034b6215 1002### 2021.01.05
1003* **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
1004* **Format Selection:** See [Format Selection](README.md#format-selection) for details
1005 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
1006 * Changed video format sorting to show video only files and video+audio files together.
1007 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
1008 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
c5640c45 1009* 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
b9650873 1010* **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
ba9f36d7 1011* Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
034b6215 1012* Added `--list-formats-as-table`, `--list-formats-old`
f20f5fe5 1013* **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
034b6215 1014 * 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`
1015 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
1016* Relaxed validation for format filters so that any arbitrary field can be used
ba9f36d7 1017* 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))
034b6215 1018* Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
c5640c45 1019* 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
034b6215 1020 * 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
1021* Cleaned up the fork for public use
f20f5fe5 1022
1023
597c1866 1024**PS**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
1025
f20f5fe5 1026### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
597c1866 1027* Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
1028* Youtube improvements by [pukkandan](https://github.com/pukkandan)
f20f5fe5 1029 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
f20f5fe5 1030 * Fix some improper Youtube URLs
1031 * Redirect channel home to /video
1032 * Print youtube's warning message
597c1866 1033 * Handle Multiple pages for feeds better
28dff70b 1034* [youtube] Fix ytsearch not returning results sometimes due to promoted content by [coletdjnz](https://github.com/coletdjnz)
597c1866 1035* [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
ba9f36d7 1036* Add --break-on-existing by [gergesh](https://github.com/gergesh)
597c1866 1037* Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
1038* [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
1039* [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
1040* [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
1041* [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
1042* [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
1043* [ina] support mobile links by [B0pol](https://github.com/B0pol)
1044* [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
1045* [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
1046* [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
1047* [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
1048* [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
1049* [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
1050* [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
1051* [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
1052* [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
3de7c2ce 1053* make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)