]> jfr.im git - yt-dlp.git/blame - Changelog.md
[cleanup] Misc
[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
91f071af 8* Change "Based on ytdl" version in Readme.md if needed
75b725a7 9* Commit as `Release <version>` and push to master
10* Dispatch the workflow https://github.com/yt-dlp/yt-dlp/actions/workflows/build.yml on master
4084f235 11-->
12
87e04996 13
edfc7725 14### 2023.01.02
d83b0ad8 15
16* **Improve plugin architecture** by [Grub4K](https://github.com/Grub4K), [coletdjnz](https://github.com/coletdjnz), [flashdagger](https://github.com/flashdagger), [pukkandan](https://github.com/pukkandan)
17 * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.) and can be distributed and installed as packages. See [the readme](https://github.com/yt-dlp/yt-dlp/tree/05997b6e98e638d97d409c65bb5eb86da68f3b64#plugins) for more information
18* Add `--compat-options 2021,2022`
19 * This allows devs to change defaults and make other potentially breaking changes more easily. If you need everything to work exactly as-is, put Use `--compat 2022` in your config to guard against future compat changes.
20* [downloader/aria2c] Native progress for aria2c via RPC by [Lesmiscore](https://github.com/Lesmiscore), [pukkandan](https://github.com/pukkandan)
21* Merge youtube-dl: Upto [commit/195f22f](https://github.com/ytdl-org/youtube-dl/commit/195f22f6) by [Grub4k](https://github.com/Grub4k), [pukkandan](https://github.com/pukkandan)
22* Add pre-processor stage `video`
23* Let `--parse/replace-in-metadata` run at any post-processing stage
24* Add `--enable-file-urls` by [coletdjnz](https://github.com/coletdjnz)
25* Add new field `aspect_ratio`
26* Add `ac4` to known codecs
27* Add `weba` to known extensions
28* [FFmpegVideoConvertor] Add `gif` to `--recode-video`
29* Add message when there are no subtitles/thumbnails
30* Deprioritize HEVC-over-FLV formats by [Lesmiscore](https://github.com/Lesmiscore)
31* Make early reject of `--match-filter` stricter
32* Fix `--cookies-from-browser` CLI parsing
33* Fix `original_url` in playlists
34* Fix bug in writing playlist info-json
35* Fix bugs in `PlaylistEntries`
36* [downloader/ffmpeg] Fix headers for video+audio formats by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
37* [extractor] Add a way to distinguish IEs that returns only videos
38* [extractor] Implement universal format sorting and deprecate `_sort_formats`
39* [extractor] Let `_extract_format` functions obey `--ignore-no-formats`
40* [extractor/generic] Add `fragment_query` extractor arg for DASH and HLS by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
41* [extractor/generic] Decode unicode-escaped embed URLs by [bashonly](https://github.com/bashonly)
42* [extractor/generic] Don't report redirect to https
43* [extractor/generic] Fix JSON LD manifest extraction by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
44* [extractor/generic] Use `Accept-Encoding: identity` for initial request by [coletdjnz](https://github.com/coletdjnz)
45* [FormatSort] Add `mov` to `vext`
46* [jsinterp] Escape regex that looks like nested set
47* [webvtt] Handle premature EOF by [flashdagger](https://github.com/flashdagger)
48* [utils] `classproperty`: Add cache support
49* [utils] `get_exe_version`: Detect broken executables by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
50* [utils] `js_to_json`: Fix bug in [f55523c](https://github.com/yt-dlp/yt-dlp/commit/f55523c) by [ChillingPepper](https://github.com/ChillingPepper), [pukkandan](https://github.com/pukkandan)
51* [utils] Make `ExtractorError` mutable
52* [utils] Move `FileDownloader.parse_bytes` into utils
53* [utils] Move format sorting code into `utils`
54* [utils] `windows_enable_vt_mode`: Proper implementation by [Grub4K](https://github.com/Grub4K)
55* [update] Workaround [#5632](https://github.com/yt-dlp/yt-dlp/issues/5632)
56* [docs] Improvements
57* [cleanup] Misc fixes and cleanup
58* [cleanup] Use `random.choices` by [freezboltz](https://github.com/freezboltz)
59* [extractor/airtv] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
60* [extractor/amazonminitv] Add extractors by [GautamMKGarg](https://github.com/GautamMKGarg), [nyuszika7h](https://github.com/nyuszika7h)
61* [extractor/beatbump] Add extractors by [Bobscorn](https://github.com/Bobscorn), [pukkandan](https://github.com/pukkandan)
62* [extractor/europarl] Add EuroParlWebstream extractor by [HobbyistDev](https://github.com/HobbyistDev)
63* [extractor/kanal2] Add extractor by [bashonly](https://github.com/bashonly), [glensc](https://github.com/glensc), [pukkandan](https://github.com/pukkandan)
64* [extractor/kankanews] Add extractor by [synthpop123](https://github.com/synthpop123)
65* [extractor/kick] Add extractor by [bashonly](https://github.com/bashonly)
66* [extractor/mediastream] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [elyse0](https://github.com/elyse0)
67* [extractor/noice] Add NoicePodcast extractor by [HobbyistDev](https://github.com/HobbyistDev)
68* [extractor/oneplace] Add OnePlacePodcast extractor by [HobbyistDev](https://github.com/HobbyistDev)
69* [extractor/rumble] Add RumbleIE extractor by [flashdagger](https://github.com/flashdagger)
70* [extractor/screencastify] Add extractor by [bashonly](https://github.com/bashonly)
71* [extractor/trtcocuk] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
72* [extractor/Veoh] Add user extractor by [tntmod54321](https://github.com/tntmod54321)
73* [extractor/videoken] Add extractors by [bashonly](https://github.com/bashonly)
74* [extractor/webcamerapl] Add extractor by [milkknife](https://github.com/milkknife)
75* [extractor/amazon] Add `AmazonReviews` extractor by [bashonly](https://github.com/bashonly)
76* [extractor/netverse] Add `NetverseSearch` extractor by [HobbyistDev](https://github.com/HobbyistDev)
77* [extractor/vimeo] Add `VimeoProIE` by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
78* [extractor/xiami] Remove extractors by [synthpop123](https://github.com/synthpop123)
79* [extractor/youtube] Add `piped.video` by [Bnyro](https://github.com/Bnyro)
80* [extractor/youtube] Consider language in format de-duplication
81* [extractor/youtube] Extract DRC formats
82* [extractor/youtube] Fix `ytuser:`
83* [extractor/youtube] Fix bug in handling of music URLs
84* [extractor/youtube] Subtitles cannot be translated to `und`
85* [extractor/youtube:tab] Extract metadata from channel items by [coletdjnz](https://github.com/coletdjnz)
86* [extractor/ARD] Add vtt subtitles by [CapacitorSet](https://github.com/CapacitorSet)
87* [extractor/ArteTV] Extract chapters by [bashonly](https://github.com/bashonly), [iw0nderhow](https://github.com/iw0nderhow)
88* [extractor/bandcamp] Add `album_artist` by [stelcodes](https://github.com/stelcodes)
89* [extractor/bilibili] Fix `--no-playlist` for anthology
90* [extractor/bilibili] Improve `_VALID_URL` by [skbeh](https://github.com/skbeh)
91* [extractor/biliintl:series] Make partial download of series faster
92* [extractor/BiliLive] Fix extractor
93* [extractor/brightcove] Add `BrightcoveNewBaseIE` and fix embed extraction
94* [extractor/cda] Support premium and misc improvements by [selfisekai](https://github.com/selfisekai)
95* [extractor/ciscowebex] Support password-protected videos by [damianoamatruda](https://github.com/damianoamatruda)
96* [extractor/curiositystream] Fix auth by [mnn](https://github.com/mnn)
97* [extractor/embedly] Handle vimeo embeds
98* [extractor/fifa] Fix Preplay extraction by [dirkf](https://github.com/dirkf)
99* [extractor/foxsports] Fix extractor by [bashonly](https://github.com/bashonly)
100* [extractor/gronkh] Fix `_VALID_URL` by [muddi900](https://github.com/muddi900)
101* [extractor/hotstar] Improve format metadata
102* [extractor/iqiyi] Fix `Iq` JS regex by [bashonly](https://github.com/bashonly)
103* [extractor/la7] Improve extractor by [nixxo](https://github.com/nixxo)
104* [extractor/mediaset] Better embed detection and error messages by [nixxo](https://github.com/nixxo)
105* [extractor/mixch] Support `--wait-for-video`
106* [extractor/naver] Improve `_VALID_URL` for `NaverNowIE` by [bashonly](https://github.com/bashonly)
107* [extractor/naver] Treat fan subtitles as separate language
108* [extractor/netverse] Extract comments by [HobbyistDev](https://github.com/HobbyistDev)
109* [extractor/nosnl] Add support for /video by [HobbyistDev](https://github.com/HobbyistDev)
110* [extractor/odnoklassniki] Extract subtitles by [bashonly](https://github.com/bashonly)
111* [extractor/pinterest] Fix extractor by [bashonly](https://github.com/bashonly)
112* [extractor/plutotv] Fix videos with non-zero start by [digitall](https://github.com/digitall)
113* [extractor/polskieradio] Adapt to next.js redesigns by [selfisekai](https://github.com/selfisekai)
114* [extractor/reddit] Add vcodec to fallback format by [chengzhicn](https://github.com/chengzhicn)
115* [extractor/reddit] Extract crossposted media by [bashonly](https://github.com/bashonly)
116* [extractor/reddit] Extract video embeds in text posts by [bashonly](https://github.com/bashonly)
117* [extractor/rutube] Support private videos by [mexus](https://github.com/mexus)
118* [extractor/sibnet] Separate from VKIE
119* [extractor/slideslive] Fix extractor by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
120* [extractor/slideslive] Support embeds and slides by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
121* [extractor/soundcloud] Support user permalink by [nosoop](https://github.com/nosoop)
122* [extractor/spankbang] Fix extractor by [JChris246](https://github.com/JChris246)
123* [extractor/stv] Detect DRM
124* [extractor/swearnet] Fix description bug
125* [extractor/tencent] Fix geo-restricted video by [elyse0](https://github.com/elyse0)
126* [extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` by [bashonly](https://github.com/bashonly)
127* [extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg by [bashonly](https://github.com/bashonly)
128* [extractor/tiktok] Update API hostname by [redraskal](https://github.com/redraskal)
129* [extractor/twitcasting] Fix videos with password by [Spicadox](https://github.com/Spicadox), [bashonly](https://github.com/bashonly)
130* [extractor/twitter] Heed `--no-playlist` for multi-video tweets by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
131* [extractor/twitter] Refresh guest token when expired by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
132* [extractor/twitter:spaces] Add `Referer` to m3u8 by [nixxo](https://github.com/nixxo)
133* [extractor/udemy] Fix lectures that have no URL and detect DRM
134* [extractor/unsupported] Add more URLs
135* [extractor/urplay] Support for audio-only formats by [barsnick](https://github.com/barsnick)
136* [extractor/wistia] Improve extension detection by [Grub4k](https://github.com/Grub4k), [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
137* [extractor/yle_areena] Support restricted videos by [docbender](https://github.com/docbender)
138* [extractor/youku] Fix extractor by [KurtBestor](https://github.com/KurtBestor)
139* [extractor/youporn] Fix metadata by [marieell](https://github.com/marieell)
140* [extractor/redgifs] Fix bug in [8c188d5](https://github.com/yt-dlp/yt-dlp/commit/8c188d5d09177ed213a05c900d3523867c5897fd)
141
142
8b644025 143### 2022.11.11
144
145* Merge youtube-dl: Upto [commit/de39d12](https://github.com/ytdl-org/youtube-dl/commit/de39d128)
146* Backport SSL configuration from Python 3.10 by [coletdjnz](https://github.com/coletdjnz)
147* Do more processing in `--flat-playlist`
148* Fix `--list` options not implying `-s` in some cases by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
149* Fix end time of clips by [cruel-efficiency](https://github.com/cruel-efficiency)
150* Fix for `formats=None`
151* Write API params in debug head
152* [outtmpl] Ensure ASCII in json and add option for Unicode
153* [SponsorBlock] Add `type` field, obey `--retry-sleep extractor`, relax duration check for large segments
154* [SponsorBlock] **Support `chapter` category** by [ajayyy](https://github.com/ajayyy), [pukkandan](https://github.com/pukkandan)
155* [ThumbnailsConvertor] Fix filename escaping by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
156* [ModifyChapters] Handle the entire video being marked for removal
157* [embedthumbnail] Fix thumbnail name in mp3 by [How-Bout-No](https://github.com/How-Bout-No)
158* [downloader/fragment] HLS download can continue without first fragment
159* [cookies] Improve `LenientSimpleCookie` by [Grub4K](https://github.com/Grub4K)
160* [jsinterp] Improve separating regex
161* [extractor/common] Fix `fatal=False` for `_search_nuxt_data`
162* [extractor/common] Improve `_generic_title`
163* [extractor/common] Fix `json_ld` type checks by [Grub4K](https://github.com/Grub4K)
164* [extractor/generic] Separate embed extraction into own function
165* [extractor/generic:quoted-html] Add extractor by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
166* [extractor/unsupported] Raise error on known DRM-only sites by [coletdjnz](https://github.com/coletdjnz)
167* [utils] `js_to_json`: Improve escape handling by [Grub4K](https://github.com/Grub4K)
168* [utils] `strftime_or_none`: Workaround Python bug on Windows
169* [utils] `traverse_obj`: Always return list when branching, allow `re.Match` objects by [Grub4K](https://github.com/Grub4K)
170* [build, test] Harden workflows' security by [sashashura](https://github.com/sashashura)
171* [build] `py2exe`: Migrate to freeze API by [SG5](https://github.com/SG5), [pukkandan](https://github.com/pukkandan)
172* [build] Create `armv7l` and `aarch64` releases by [MrOctopus](https://github.com/MrOctopus), [pukkandan](https://github.com/pukkandan)
173* [build] Make linux binary truly standalone using `conda` by [mlampe](https://github.com/mlampe)
174* [build] Replace `set-output` with `GITHUB_OUTPUT` by [Lesmiscore](https://github.com/Lesmiscore)
175* [update] Use error code `100` for update errors
176* [compat] Fix `shutils.move` in restricted ACL mode on BSD by [ClosedPort22](https://github.com/ClosedPort22), [pukkandan](https://github.com/pukkandan)
177* [docs, devscripts] Document `pyinst`'s argument passthrough by [jahway603](https://github.com/jahway603)
178* [test] Allow `extract_flat` in download tests by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
179* [cleanup] Misc fixes and cleanup by [pukkandan](https://github.com/pukkandan), [Alienmaster](https://github.com/Alienmaster)
180* [extractor/aeon] Add extractor by [DoubleCouponDay](https://github.com/DoubleCouponDay)
181* [extractor/agora] Add extractors by [selfisekai](https://github.com/selfisekai)
182* [extractor/camsoda] Add extractor by [zulaport](https://github.com/zulaport)
183* [extractor/cinetecamilano] Add extractor by [timendum](https://github.com/timendum)
184* [extractor/deuxm] Add extractors by [CrankDatSouljaBoy](https://github.com/CrankDatSouljaBoy)
185* [extractor/genius] Add extractors by [bashonly](https://github.com/bashonly)
186* [extractor/japandiet] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
187* [extractor/listennotes] Add extractor by [lksj](https://github.com/lksj), [pukkandan](https://github.com/pukkandan)
188* [extractor/nos.nl] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
189* [extractor/oftv] Add extractors by [DoubleCouponDay](https://github.com/DoubleCouponDay)
190* [extractor/podbayfm] Add extractor by [schnusch](https://github.com/schnusch)
191* [extractor/qingting] Add extractor by [bashonly](https://github.com/bashonly), [changren-wcr](https://github.com/changren-wcr)
192* [extractor/screen9] Add extractor by [tpikonen](https://github.com/tpikonen)
193* [extractor/swearnet] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
194* [extractor/YleAreena] Add extractor by [pukkandan](https://github.com/pukkandan), [vitkhab](https://github.com/vitkhab)
195* [extractor/zeenews] Add extractor by [m4tu4g](https://github.com/m4tu4g), [pukkandan](https://github.com/pukkandan)
196* [extractor/youtube:tab] **Update tab handling for redesign** by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
197 * Channel URLs download all uploads of the channel as multiple playlists, separated by tab
198* [extractor/youtube] Differentiate between no comments and disabled comments by [coletdjnz](https://github.com/coletdjnz)
199* [extractor/youtube] Extract `concurrent_view_count` for livestreams by [coletdjnz](https://github.com/coletdjnz)
200* [extractor/youtube] Fix `duration` for premieres by [nosoop](https://github.com/nosoop)
201* [extractor/youtube] Fix `live_status` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
202* [extractor/youtube] Ignore incomplete data error for comment replies by [coletdjnz](https://github.com/coletdjnz)
203* [extractor/youtube] Improve chapter parsing from description
204* [extractor/youtube] Mark videos as fully watched by [bsun0000](https://github.com/bsun0000)
205* [extractor/youtube] Update piped instances by [Generator](https://github.com/Generator)
206* [extractor/youtube] Update playlist metadata extraction for new layout by [coletdjnz](https://github.com/coletdjnz)
207* [extractor/youtube:tab] Fix video metadata from tabs by [coletdjnz](https://github.com/coletdjnz)
208* [extractor/youtube:tab] Let `approximate_date` return timestamp
209* [extractor/americastestkitchen] Fix extractor by [bashonly](https://github.com/bashonly)
210* [extractor/bbc] Support onion domains by [DoubleCouponDay](https://github.com/DoubleCouponDay)
211* [extractor/bilibili] Add chapters and misc cleanup by [lockmatrix](https://github.com/lockmatrix), [pukkandan](https://github.com/pukkandan)
212* [extractor/bilibili] Fix BilibiliIE and Bangumi extractors by [lockmatrix](https://github.com/lockmatrix), [pukkandan](https://github.com/pukkandan)
213* [extractor/bitchute] Better error for geo-restricted videos by [flashdagger](https://github.com/flashdagger)
214* [extractor/bitchute] Improve `BitChuteChannelIE` by [flashdagger](https://github.com/flashdagger), [pukkandan](https://github.com/pukkandan)
215* [extractor/bitchute] Simplify extractor by [flashdagger](https://github.com/flashdagger), [pukkandan](https://github.com/pukkandan)
216* [extractor/cda] Support login through API by [selfisekai](https://github.com/selfisekai)
217* [extractor/crunchyroll] Beta is now the only layout by [tejing1](https://github.com/tejing1)
218* [extractor/detik] Avoid unnecessary extraction
219* [extractor/doodstream] Remove extractor
220* [extractor/dplay] Add MotorTrendOnDemand extractor by [bashonly](https://github.com/bashonly)
221* [extractor/epoch] Support videos without data-trailer by [gibson042](https://github.com/gibson042), [pukkandan](https://github.com/pukkandan)
222* [extractor/fox] Extract thumbnail by [vitkhab](https://github.com/vitkhab)
223* [extractor/foxnews] Add `FoxNewsVideo` extractor
224* [extractor/hotstar] Add season support by [m4tu4g](https://github.com/m4tu4g)
225* [extractor/hotstar] Refactor v1 API calls
226* [extractor/iprima] Make json+ld non-fatal by [bashonly](https://github.com/bashonly)
227* [extractor/iq] Increase phantomjs timeout
228* [extractor/kaltura] Support playlists by [jwoglom](https://github.com/jwoglom), [pukkandan](https://github.com/pukkandan)
229* [extractor/lbry] Authenticate with cookies by [flashdagger](https://github.com/flashdagger)
230* [extractor/livestreamfails] Support posts by [invertico](https://github.com/invertico)
231* [extractor/mlb] Add `MLBArticle` extractor by [HobbyistDev](https://github.com/HobbyistDev)
232* [extractor/mxplayer] Improve extractor by [m4tu4g](https://github.com/m4tu4g)
233* [extractor/niconico] Always use HTTPS for requests
234* [extractor/nzherald] Support new video embed by [coletdjnz](https://github.com/coletdjnz)
235* [extractor/odnoklassniki] Support boosty.to embeds by [Lesmiscore](https://github.com/Lesmiscore), [megapro17](https://github.com/megapro17), [pukkandan](https://github.com/pukkandan)
236* [extractor/paramountplus] Update API token by [bashonly](https://github.com/bashonly)
237* [extractor/reddit] Add fallback format by [bashonly](https://github.com/bashonly)
238* [extractor/redgifs] Fix extractors by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
239* [extractor/redgifs] Refresh auth token for 401 by [endotronic](https://github.com/endotronic), [pukkandan](https://github.com/pukkandan)
240* [extractor/rumble] Add HLS formats and extract more metadata by [flashdagger](https://github.com/flashdagger)
241* [extractor/sbs] Improve `_VALID_URL` by [bashonly](https://github.com/bashonly)
242* [extractor/skyit] Fix extractors by [nixxo](https://github.com/nixxo)
243* [extractor/stripchat] Fix hostname for HLS stream by [zulaport](https://github.com/zulaport)
244* [extractor/stripchat] Improve error message by [freezboltz](https://github.com/freezboltz)
245* [extractor/telegram] Add playlist support and more metadata by [bashonly](https://github.com/bashonly), [bsun0000](https://github.com/bsun0000)
246* [extractor/Tnaflix] Fix for HTTP 500 by [SG5](https://github.com/SG5), [pukkandan](https://github.com/pukkandan)
247* [extractor/tubitv] Better DRM detection by [bashonly](https://github.com/bashonly)
248* [extractor/tvp] Update extractors by [selfisekai](https://github.com/selfisekai)
249* [extractor/twitcasting] Fix `data-movie-playlist` extraction by [Lesmiscore](https://github.com/Lesmiscore)
250* [extractor/twitter] Add onion site to `_VALID_URL` by [DoubleCouponDay](https://github.com/DoubleCouponDay)
251* [extractor/twitter] Add Spaces extractor and GraphQL API by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly), [nixxo](https://github.com/nixxo), [pukkandan](https://github.com/pukkandan)
252* [extractor/twitter] Support multi-video posts by [Grub4K](https://github.com/Grub4K)
253* [extractor/uktvplay] Fix `_VALID_URL`
254* [extractor/viu] Support subtitles of on-screen text by [tkgmomosheep](https://github.com/tkgmomosheep)
255* [extractor/VK] Fix playlist URLs by [the-marenga](https://github.com/the-marenga)
256* [extractor/vlive] Extract `release_timestamp`
257* [extractor/voot] Improve `_VALID_URL` by [freezboltz](https://github.com/freezboltz)
258* [extractor/wordpress:mb.miniAudioPlayer] Add embed extractor by [coletdjnz](https://github.com/coletdjnz)
259* [extractor/YoutubeWebArchive] Improve metadata extraction by [coletdjnz](https://github.com/coletdjnz)
260* [extractor/zee5] Improve `_VALID_URL` by [m4tu4g](https://github.com/m4tu4g)
261* [extractor/zenyandex] Fix extractors by [lksj](https://github.com/lksj), [puc9](https://github.com/puc9), [pukkandan](https://github.com/pukkandan)
262
263
4e0511f2 264### 2022.10.04
265
266* Allow a `set` to be passed as `download_archive` by [pukkandan](https://github.com/pukkandan), [bashonly](https://github.com/bashonly)
267* Allow open ranges for time ranges by [Lesmiscore](https://github.com/Lesmiscore)
268* Allow plugin extractors to replace the built-in ones
269* Don't download entire video when no matching `--download-sections`
270* Fix `--config-location -`
271* Improve [5736d79](https://github.com/yt-dlp/yt-dlp/pull/5044/commits/5736d79172c47ff84740d5720467370a560febad)
272* Fix for when playlists don't have `webpage_url`
273* Support environment variables in `--ffmpeg-location`
274* Workaround `libc_ver` not be available on Windows Store version of Python
275* [outtmpl] Curly braces to filter keys by [pukkandan](https://github.com/pukkandan)
276* [outtmpl] Make `%s` work in strfformat for all systems
277* [jsinterp] Workaround operator associativity issue
278* [cookies] Let `_get_mac_keyring_password` fail gracefully
279* [cookies] Parse cookies leniently by [Grub4K](https://github.com/Grub4K)
280* [phantomjs] Fix bug in [587021c](https://github.com/yt-dlp/yt-dlp/commit/587021cd9f717181b44e881941aca3f8d753758b) by [elyse0](https://github.com/elyse0)
281* [downloader/aria2c] Fix filename containing leading whitespace by [std-move](https://github.com/std-move)
282* [downloader/ism] Support ec-3 codec by [nixxo](https://github.com/nixxo)
283* [extractor] Fix `fatal=False` in `RetryManager`
284* [extractor] Improve json-ld extraction
285* [extractor] Make `_search_json` able to parse lists
286* [extractor] Escape `%` in `representation_id` of m3u8
287* [extractor/generic] Pass through referer from json-ld
288* [utils] `base_url`: URL paths can contain `&` by [elyse0](https://github.com/elyse0)
289* [utils] `js_to_json`: Improve
290* [utils] `Popen.run`: Fix default return in binary mode
291* [utils] `traverse_obj`: Rewrite, document and add tests by [Grub4K](https://github.com/Grub4K)
292* [devscripts] `make_lazy_extractors`: Fix for Docker by [josanabr](https://github.com/josanabr)
293* [docs] Misc Improvements
294* [cleanup] Misc fixes and cleanup by [pukkandan](https://github.com/pukkandan), [gamer191](https://github.com/gamer191)
295* [extractor/24tv.ua] Add extractors by [coletdjnz](https://github.com/coletdjnz)
296* [extractor/BerufeTV] Add extractor by [Fabi019](https://github.com/Fabi019)
297* [extractor/booyah] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [elyse0](https://github.com/elyse0)
298* [extractor/bundesliga] Add extractor by [Fabi019](https://github.com/Fabi019)
299* [extractor/GoPlay] Add extractor by [CNugteren](https://github.com/CNugteren), [basrieter](https://github.com/basrieter), [jeroenj](https://github.com/jeroenj)
300* [extractor/iltalehti] Add extractor by [tpikonen](https://github.com/tpikonen)
301* [extractor/IsraelNationalNews] Add extractor by [Bobscorn](https://github.com/Bobscorn)
302* [extractor/mediaworksnzvod] Add extractor by [coletdjnz](https://github.com/coletdjnz)
303* [extractor/MicrosoftEmbed] Add extractor by [DoubleCouponDay](https://github.com/DoubleCouponDay)
304* [extractor/nbc] Add NBCStations extractor by [bashonly](https://github.com/bashonly)
305* [extractor/onenewsnz] Add extractor by [coletdjnz](https://github.com/coletdjnz)
306* [extractor/prankcast] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [columndeeply](https://github.com/columndeeply)
307* [extractor/Smotrim] Add extractor by [Lesmiscore](https://github.com/Lesmiscore), [nikita-moor](https://github.com/nikita-moor)
308* [extractor/tencent] Add Iflix extractor by [elyse0](https://github.com/elyse0)
309* [extractor/unscripted] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
310* [extractor/adobepass] Add MSO AlticeOne (Optimum TV) by [CplPwnies](https://github.com/CplPwnies)
311* [extractor/youtube] **Download `post_live` videos from start** by [Lesmiscore](https://github.com/Lesmiscore), [pukkandan](https://github.com/pukkandan)
312* [extractor/youtube] Add support for Shorts audio pivot feed by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
313* [extractor/youtube] Detect `lazy-load-for-videos` embeds
314* [extractor/youtube] Do not warn on duplicate chapters
315* [extractor/youtube] Fix video like count extraction by [coletdjnz](https://github.com/coletdjnz)
316* [extractor/youtube] Support changing extraction language by [coletdjnz](https://github.com/coletdjnz)
317* [extractor/youtube:tab] Improve continuation items extraction
318* [extractor/youtube:tab] Support `reporthistory` page
319* [extractor/amazonstore] Fix JSON extraction by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
320* [extractor/amazonstore] Retry to avoid captcha page by [Lesmiscore](https://github.com/Lesmiscore)
321* [extractor/animeondemand] Remove extractor by [TokyoBlackHole](https://github.com/TokyoBlackHole)
322* [extractor/anvato] Fix extractor and refactor by [bashonly](https://github.com/bashonly)
323* [extractor/artetv] Remove duplicate stream urls by [Grub4K](https://github.com/Grub4K)
324* [extractor/audioboom] Support direct URLs and refactor by [pukkandan](https://github.com/pukkandan), [tpikonen](https://github.com/tpikonen)
325* [extractor/bandcamp] Extract `uploader_url`
326* [extractor/bilibili] Add space.bilibili extractors by [lockmatrix](https://github.com/lockmatrix)
327* [extractor/BilibiliSpace] Fix extractor and better error message by [lockmatrix](https://github.com/lockmatrix)
328* [extractor/BiliIntl] Support uppercase lang in `_VALID_URL` by [coletdjnz](https://github.com/coletdjnz)
329* [extractor/BiliIntlSeries] Fix `_VALID_URL`
330* [extractor/bongacams] Update `_VALID_URL` by [0xGodspeed](https://github.com/0xGodspeed)
331* [extractor/crunchyroll:beta] Improve handling of hardsubs by [Grub4K](https://github.com/Grub4K)
332* [extractor/detik] Generalize extractors by [HobbyistDev](https://github.com/HobbyistDev), [coletdjnz](https://github.com/coletdjnz)
333* [extractor/dplay:italy] Add default authentication by [Timendum](https://github.com/Timendum)
334* [extractor/heise] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
335* [extractor/holodex] Fix `_VALID_URL` by [LiviaMedeiros](https://github.com/LiviaMedeiros)
336* [extractor/hrfensehen] Fix extractor by [snapdgn](https://github.com/snapdgn)
337* [extractor/hungama] Add subtitle by [GautamMKGarg](https://github.com/GautamMKGarg), [pukkandan](https://github.com/pukkandan)
338* [extractor/instagram] Extract more metadata by [pritam20ps05](https://github.com/pritam20ps05)
339* [extractor/JWPlatform] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
340* [extractor/malltv] Fix video_id extraction by [HobbyistDev](https://github.com/HobbyistDev)
341* [extractor/MLBTV] Detect live streams
342* [extractor/motorsport] Support native embeds
343* [extractor/Mxplayer] Fix extractor by [itachi-19](https://github.com/itachi-19)
344* [extractor/nebula] Add nebula.tv by [tannertechnology](https://github.com/tannertechnology)
345* [extractor/nfl] Fix extractor by [bashonly](https://github.com/bashonly)
346* [extractor/ondemandkorea] Update `jw_config` regex by [julien-hadleyjack](https://github.com/julien-hadleyjack)
347* [extractor/paramountplus] Better DRM detection by [bashonly](https://github.com/bashonly)
348* [extractor/patreon] Sort formats
349* [extractor/rcs] Fix embed extraction by [coletdjnz](https://github.com/coletdjnz)
350* [extractor/redgifs] Fix extractor by [jhwgh1968](https://github.com/jhwgh1968)
351* [extractor/rutube] Fix `_EMBED_REGEX` by [coletdjnz](https://github.com/coletdjnz)
352* [extractor/RUTV] Fix warnings for livestreams by [Lesmiscore](https://github.com/Lesmiscore)
353* [extractor/soundcloud:search] More metadata in `--flat-playlist` by [SuperSonicHub1](https://github.com/SuperSonicHub1)
354* [extractor/telegraaf] Use mobile GraphQL API endpoint by [coletdjnz](https://github.com/coletdjnz)
355* [extractor/tennistv] Fix timestamp by [zenerdi0de](https://github.com/zenerdi0de)
356* [extractor/tiktok] Fix TikTokIE by [bashonly](https://github.com/bashonly)
357* [extractor/triller] Fix auth token by [bashonly](https://github.com/bashonly)
358* [extractor/trovo] Fix extractors by [Mehavoid](https://github.com/Mehavoid)
359* [extractor/tv2] Support new url format by [tobi1805](https://github.com/tobi1805)
360* [extractor/web.archive:youtube] Fix `_YT_INITIAL_PLAYER_RESPONSE_RE`
361* [extractor/wistia] Add support for channels by [coletdjnz](https://github.com/coletdjnz)
362* [extractor/wistia] Match IDs in embed URLs by [bashonly](https://github.com/bashonly)
363* [extractor/wordpress:playlist] Add generic embed extractor by [coletdjnz](https://github.com/coletdjnz)
364* [extractor/yandexvideopreview] Update `_VALID_URL` by [Grub4K](https://github.com/Grub4K)
365* [extractor/zee5] Fix `_VALID_URL` by [m4tu4g](https://github.com/m4tu4g)
366* [extractor/zee5] Generate device ids by [freezboltz](https://github.com/freezboltz)
367
368
5d7c7d65 369### 2022.09.01
370
371* Add option `--use-extractors`
372* Merge youtube-dl: Upto [commit/ed5c44e](https://github.com/ytdl-org/youtube-dl/commit/ed5c44e7)
373* Add yt-dlp version to infojson
374* Fix `--break-per-url --max-downloads`
375* Fix bug in `--alias`
376* [cookies] Support firefox container in `--cookies-from-browser` by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
377* [downloader/external] Smarter detection of executable
378* [extractor/generic] Don't return JW player without formats
379* [FormatSort] Fix `aext` for `--prefer-free-formats`
380* [jsinterp] Various improvements by [pukkandan](https://github.com/pukkandan), [dirkf](https://github.com/dirkf), [elyse0](https://github.com/elyse0)
381* [cache] Mechanism to invalidate old cache
382* [utils] Add `deprecation_warning`
383* [utils] Add `orderedSet_from_options`
384* [utils] `Popen`: Restore `LD_LIBRARY_PATH` when using PyInstaller by [Lesmiscore](https://github.com/Lesmiscore)
385* [build] `make tar` should not follow `DESTDIR` by [satan1st](https://github.com/satan1st)
386* [build] Update pyinstaller by [shirt-dev](https://github.com/shirt-dev)
387* [test] Fix `test_youtube_signature`
388* [cleanup] Misc fixes and cleanup by [DavidH-2022](https://github.com/DavidH-2022), [MrRawes](https://github.com/MrRawes), [pukkandan](https://github.com/pukkandan)
389* [extractor/epoch] Add extractor by [tejasa97](https://github.com/tejasa97)
390* [extractor/eurosport] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
391* [extractor/IslamChannel] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
392* [extractor/newspicks] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
393* [extractor/triller] Add extractor by [bashonly](https://github.com/bashonly)
394* [extractor/VQQ] Add extractors by [elyse0](https://github.com/elyse0)
395* [extractor/youtube] Improvements to nsig extraction
396* [extractor/youtube] Fix bug in format sorting
397* [extractor/youtube] Update iOS Innertube clients by [SamantazFox](https://github.com/SamantazFox)
398* [extractor/youtube] Use device-specific user agent by [coletdjnz](https://github.com/coletdjnz)
399* [extractor/youtube] Add `--compat-option no-youtube-prefer-utc-upload-date` by [coletdjnz](https://github.com/coletdjnz)
400* [extractor/arte] Bug fix by [cgrigis](https://github.com/cgrigis)
401* [extractor/bilibili] Extract `flac` with premium account by [jackyyf](https://github.com/jackyyf)
402* [extractor/BiliBiliSearch] Don't sort by date
403* [extractor/BiliBiliSearch] Fix infinite loop
404* [extractor/bitchute] Mark errors as expected
405* [extractor/crunchyroll:beta] Use anonymous access by [tejing1](https://github.com/tejing1)
406* [extractor/huya] Fix stream extraction by [ohaiibuzzle](https://github.com/ohaiibuzzle)
407* [extractor/medaltv] Fix extraction by [xenova](https://github.com/xenova)
408* [extractor/mediaset] Fix embed extraction
409* [extractor/mixcloud] All formats are audio-only
410* [extractor/rtbf] Fix jwt extraction by [elyse0](https://github.com/elyse0)
411* [extractor/screencastomatic] Support `--video-password` by [shreyasminocha](https://github.com/shreyasminocha)
412* [extractor/stripchat] Don't modify input URL by [dfaker](https://github.com/dfaker)
413* [extractor/uktv] Improve `_VALID_URL` by [dirkf](https://github.com/dirkf)
414* [extractor/vimeo:user] Fix `_VALID_URL`
415
416
48c88e08 417### 2022.08.19
418
419* Fix bug in `--download-archive`
420* [jsinterp] **Fix for new youtube players** and related improvements by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
421* [phantomjs] Add function to execute JS without a DOM by [MinePlayersPE](https://github.com/MinePlayersPE), [pukkandan](https://github.com/pukkandan)
422* [build] Exclude devscripts from installs by [Lesmiscore](https://github.com/Lesmiscore)
423* [cleanup] Misc fixes and cleanup
424* [extractor/youtube] **Add fallback to phantomjs** for nsig
425* [extractor/youtube] Fix error reporting of "Incomplete data"
426* [extractor/youtube] Improve format sorting for IOS formats
427* [extractor/youtube] Improve signature caching
428* [extractor/instagram] Fix extraction by [bashonly](https://github.com/bashonly), [pritam20ps05](https://github.com/pritam20ps05)
429* [extractor/rai] Minor fix by [nixxo](https://github.com/nixxo)
430* [extractor/rtbf] Fix stream extractor by [elyse0](https://github.com/elyse0)
431* [extractor/SovietsCloset] Fix extractor by [ChillingPepper](https://github.com/ChillingPepper)
432* [extractor/zattoo] Fix Zattoo resellers by [goggle](https://github.com/goggle)
433
55937202 434### 2022.08.14
435
436* Merge youtube-dl: Upto [commit/d231b56](https://github.com/ytdl-org/youtube-dl/commit/d231b56)
437* [jsinterp] Handle **new youtube signature functions**
438* [jsinterp] Truncate error messages
439* [extractor] Fix format sorting of `channels`
440* [ffmpeg] Disable avconv unless `--prefer-avconv`
441* [ffmpeg] Smarter detection of ffprobe filename
a831c2ea 442* [embedthumbnail] Detect `libatomicparsley.so`
55937202 443* [ThumbnailsConvertor] Fix conversion after `fixup_webp`
444* [utils] Fix `get_compatible_ext`
445* [build] Fix changelog
446* [update] Set executable bit-mask by [pukkandan](https://github.com/pukkandan), [Lesmiscore](https://github.com/Lesmiscore)
447* [devscripts] Fix import
448* [docs] Consistent use of `e.g.` by [Lesmiscore](https://github.com/Lesmiscore)
449* [cleanup] Misc fixes and cleanup
450* [extractor/moview] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
451* [extractor/parler] Add extractor by [palewire](https://github.com/palewire)
a831c2ea 452* [extractor/patreon] Ignore erroneous media attachments by [coletdjnz](https://github.com/coletdjnz)
55937202 453* [extractor/truth] Add extractor by [palewire](https://github.com/palewire)
454* [extractor/aenetworks] Add formats parameter by [jacobtruman](https://github.com/jacobtruman)
455* [extractor/crunchyroll] Improve `_VALID_URL`s
456* [extractor/doodstream] Add `wf` domain by [aldoridhoni](https://github.com/aldoridhoni)
457* [extractor/facebook] Add reel support by [bashonly](https://github.com/bashonly)
458* [extractor/MLB] New extractor by [ischmidt20](https://github.com/ischmidt20)
459* [extractor/rai] Misc fixes by [nixxo](https://github.com/nixxo)
460* [extractor/toggo] Improve `_VALID_URL` by [masta79](https://github.com/masta79)
461* [extractor/tubitv] Extract additional formats by [shirt-dev](https://github.com/shirt-dev)
462* [extractor/zattoo] Potential fix for resellers
463
464
3157158f 465### 2022.08.08
466
467* **Remove Python 3.6 support**
468* Determine merge container better by [pukkandan](https://github.com/pukkandan), [selfisekai](https://github.com/selfisekai)
469* Framework for embed detection by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
470* Merge youtube-dl: Upto [commit/adb5294](https://github.com/ytdl-org/youtube-dl/commit/adb5294)
471* `--compat-option no-live-chat` should disable danmaku
472* Fix misleading DRM message
473* Import ctypes only when necessary
1e4fca9a 474* Minor bugfixes
475* Reject entire playlists faster with `--match-filter`
3157158f 476* Remove filtered entries from `-J`
1e4fca9a 477* Standardize retry mechanism
3157158f 478* Validate `--merge-output-format`
479* [downloader] Add average speed to final progress line
480* [extractor] Add field `audio_channels`
481* [extractor] Support multiple archive ids for one video
482* [ffmpeg] Set `ffmpeg_location` in a contextvar
483* [FFmpegThumbnailsConvertor] Fix conversion from GIF
484* [MetadataParser] Don't set `None` when the field didn't match
1e4fca9a 485* [outtmpl] Smarter replacing of unsupported characters
3157158f 486* [outtmpl] Treat empty values as None in filenames
487* [utils] sanitize_open: Allow any IO stream as stdout
488* [build, devscripts] Add devscript to set a build variant
489* [build] Improve build process by [shirt-dev](https://github.com/shirt-dev)
490* [build] Update pyinstaller
491* [devscripts] Create `utils` and refactor
492* [docs] Clarify `best*`
493* [docs] Fix bug report issue template
494* [docs] Fix capitalization in references by [christoph-heinrich](https://github.com/christoph-heinrich)
495* [cleanup, mhtml] Use imghdr
496* [cleanup, utils] Consolidate known media extensions
497* [cleanup] Misc fixes and cleanup
498* [extractor/angel] Add extractor by [AxiosDeminence](https://github.com/AxiosDeminence)
499* [extractor/dplay] Add MotorTrend extractor by [Sipherdrakon](https://github.com/Sipherdrakon)
500* [extractor/harpodeon] Add extractor by [eren-kemer](https://github.com/eren-kemer)
501* [extractor/holodex] Add extractor by [pukkandan](https://github.com/pukkandan), [sqrtNOT](https://github.com/sqrtNOT)
502* [extractor/kompas] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
503* [extractor/rai] Add raisudtirol extractor by [nixxo](https://github.com/nixxo)
504* [extractor/tempo] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
505* [extractor/youtube] **Fixes for third party client detection** by [coletdjnz](https://github.com/coletdjnz)
506* [extractor/youtube] Add `live_status=post_live` by [lazypete365](https://github.com/lazypete365)
507* [extractor/youtube] Extract more format info
508* [extractor/youtube] Parse translated subtitles only when requested
509* [extractor/youtube, extractor/twitch] Allow waiting for channels to become live
510* [extractor/youtube, webvtt] Extract auto-subs from livestream VODs by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
511* [extractor/AbemaTVTitle] Implement paging by [Lesmiscore](https://github.com/Lesmiscore)
512* [extractor/archiveorg] Improve handling of formats by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
513* [extractor/arte] Fix title extraction
514* [extractor/arte] **Move to v2 API** by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
515* [extractor/bbc] Fix news articles by [ajj8](https://github.com/ajj8)
516* [extractor/camtasia] Separate into own extractor by [coletdjnz](https://github.com/coletdjnz)
517* [extractor/cloudflarestream] Fix video_id padding by [haobinliang](https://github.com/haobinliang)
1e4fca9a 518* [extractor/crunchyroll] Fix conversion of thumbnail from GIF
3157158f 519* [extractor/crunchyroll] Handle missing metadata correctly by [Burve](https://github.com/Burve), [pukkandan](https://github.com/pukkandan)
520* [extractor/crunchyroll:beta] Extract timestamp and fix tests by [tejing1](https://github.com/tejing1)
521* [extractor/crunchyroll:beta] Use streams API by [tejing1](https://github.com/tejing1)
522* [extractor/doodstream] Support more domains by [Galiley](https://github.com/Galiley)
523* [extractor/ESPN] Extract duration by [ischmidt20](https://github.com/ischmidt20)
524* [extractor/FIFA] Change API endpoint by [Bricio](https://github.com/Bricio), [yashkc2025](https://github.com/yashkc2025)
525* [extractor/globo:article] Remove false positives by [Bricio](https://github.com/Bricio)
526* [extractor/Go] Extract timestamp by [ischmidt20](https://github.com/ischmidt20)
527* [extractor/hidive] Fix cookie login when netrc is also given by [winterbird-code](https://github.com/winterbird-code)
528* [extractor/html5] Separate into own extractor by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
529* [extractor/ina] Improve extractor by [elyse0](https://github.com/elyse0)
530* [extractor/NaverNow] Change endpoint by [ping](https://github.com/ping)
531* [extractor/ninegag] Extract uploader by [DjesonPV](https://github.com/DjesonPV)
532* [extractor/NovaPlay] Fix extractor by [Bojidarist](https://github.com/Bojidarist)
533* [extractor/orf:radio] Rewrite extractors
534* [extractor/patreon] Fix and improve extractors by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
535* [extractor/rai] Fix RaiNews extraction by [nixxo](https://github.com/nixxo)
536* [extractor/redbee] Unify and update extractors by [elyse0](https://github.com/elyse0)
537* [extractor/stripchat] Fix _VALID_URL by [freezboltz](https://github.com/freezboltz)
538* [extractor/tubi] Exclude playlists from playlist entries by [sqrtNOT](https://github.com/sqrtNOT)
539* [extractor/tviplayer] Improve `_VALID_URL` by [HobbyistDev](https://github.com/HobbyistDev)
540* [extractor/twitch] Extract chapters for single chapter VODs by [mpeter50](https://github.com/mpeter50)
541* [extractor/vgtv] Support tv.vg.no by [sqrtNOT](https://github.com/sqrtNOT)
542* [extractor/vidio] Support embed link by [HobbyistDev](https://github.com/HobbyistDev)
543* [extractor/vk] Fix extractor by [Mehavoid](https://github.com/Mehavoid)
544* [extractor/WASDTV:record] Fix `_VALID_URL`
545* [extractor/xfileshare] Add Referer by [Galiley](https://github.com/Galiley)
546* [extractor/YahooJapanNews] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
547* [extractor/yandexmusic] Extract higher quality format
548* [extractor/zee5] Update Device ID by [m4tu4g](https://github.com/m4tu4g)
549
550
135f05ef 551### 2022.07.18
552
553* Allow users to specify encoding in each config files by [Lesmiscore](https://github.com/Lesmiscore)
554* Discard infodict from memory if no longer needed
555* Do not allow extractors to return `None`
556* Do not load system certificates when `certifi` is used
557* Fix rounding of integers in format table
558* Improve chapter sanitization
559* Skip some fixup if remux/recode is needed by [Lesmiscore](https://github.com/Lesmiscore)
560* Support `--no-progress` for `--wait-for-video`
561* Fix bug in [612f2be](https://github.com/yt-dlp/yt-dlp/commit/612f2be5d3924540158dfbe5f25d841f04cff8c6)
562* [outtmpl] Add alternate form `h` for HTML escaping
563* [aes] Add multiple padding modes in CBC by [elyse0](https://github.com/elyse0)
564* [extractor/common] Passthrough `errnote=False` to parsers
565* [extractor/generic] Remove HEAD request
566* [http] Ensure the file handle is always closed
567* [ModifyChapters] Modify duration in infodict
568* [options] Fix aliases to `--config-location`
569* [utils] Fix `get_domain`
570* [build] Consistent order for lazy extractors by [lamby](https://github.com/lamby)
571* [build] Fix architecture suffix of executables by [odo2063](https://github.com/odo2063)
572* [build] Improve `setup.py`
573* [update] Do not check `_update_spec` when up to date
574* [update] Prepare to remove Python 3.6 support
575* [compat] Let PyInstaller detect _legacy module
576* [devscripts/update-formulae] Do not change dependency section
577* [test] Split download tests so they can be more easily run in CI
578* [docs] Improve docstring of `download_ranges` by [FirefoxMetzger](https://github.com/FirefoxMetzger)
579* [docs] Improve issue templates
580* [build] Fix bug in [6d916fe](https://github.com/yt-dlp/yt-dlp/commit/6d916fe709a38e8c4c69b73843acf170b5165931)
581* [cleanup, utils] Refactor parse_codecs
582* [cleanup] Misc fixes and cleanup
583* [extractor/acfun] Add extractors by [lockmatrix](https://github.com/lockmatrix)
584* [extractor/Audiodraft] Add extractors by [Ashish0804](https://github.com/Ashish0804), [fstirlitz](https://github.com/fstirlitz)
585* [extractor/cellebrite] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
586* [extractor/detik] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
587* [extractor/hytale] Add extractor by [llamasblade](https://github.com/llamasblade), [pukkandan](https://github.com/pukkandan)
588* [extractor/liputan6] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
589* [extractor/mocha] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
590* [extractor/rtl.lu] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
591* [extractor/rtvsl] Add extractor by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
592* [extractor/StarTrek] Add extractor by [scy](https://github.com/scy)
593* [extractor/syvdk] Add extractor by [misaelaguayo](https://github.com/misaelaguayo)
594* [extractor/theholetv] Add extractor by [dosy4ev](https://github.com/dosy4ev)
595* [extractor/TubeTuGraz] Add extractor by [Ferdi265](https://github.com/Ferdi265), [pukkandan](https://github.com/pukkandan)
596* [extractor/tviplayer] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
597* [extractor/wetv] Add extractors by [elyse0](https://github.com/elyse0)
598* [extractor/wikimedia] Add extractor by [EhtishamSabir](https://github.com/EhtishamSabir), [pukkandan](https://github.com/pukkandan)
599* [extractor/youtube] Fix duration check for post-live manifestless mode
600* [extractor/youtube] More metadata for storyboards by [ftk](https://github.com/ftk)
601* [extractor/bigo] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
602* [extractor/BiliIntl] Fix subtitle extraction by [MinePlayersPE](https://github.com/MinePlayersPE)
603* [extractor/crunchyroll] Improve `_VALID_URL`
604* [extractor/fifa] Fix extractor by [ischmidt20](https://github.com/ischmidt20)
605* [extractor/instagram] Fix post/story extractors by [pritam20ps05](https://github.com/pritam20ps05), [pukkandan](https://github.com/pukkandan)
606* [extractor/iq] Set language correctly for Korean subtitles
607* [extractor/MangoTV] Fix subtitle languages
608* [extractor/Netverse] Improve playlist extractor by [HobbyistDev](https://github.com/HobbyistDev)
609* [extractor/philharmoniedeparis] Fix extractor by [sqrtNOT](https://github.com/sqrtNOT)
610* [extractor/Trovo] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
611* [extractor/twitch] Support storyboards for VODs by [ftk](https://github.com/ftk)
612* [extractor/WatchESPN] Improve `_VALID_URL` by [IONECarter](https://github.com/IONECarter), [dirkf](https://github.com/dirkf)
613* [extractor/WSJArticle] Fix video id extraction by [sqrtNOT](https://github.com/sqrtNOT)
614* [extractor/Ximalaya] Fix extractors by [lockmatrix](https://github.com/lockmatrix)
615* [cleanup, extractor/youtube] Fix tests by [sheerluck](https://github.com/sheerluck)
616
617
9d339c41 618### 2022.06.29
619
620* Fix `--downloader native`
621* Fix `section_end` of clips
622* Fix playlist error handling
623* Sanitize `chapters`
624* [extractor] Fix `_create_request` when headers is None
625* [extractor] Fix empty `BaseURL` in MPD
626* [ffmpeg] Write full output to debug on error
627* [hls] Warn user when trying to download live HLS
628* [options] Fix `parse_known_args` for `--`
629* [utils] Fix inconsistent default handling between HTTP and HTTPS requests by [coletdjnz](https://github.com/coletdjnz)
630* [build] Draft release until complete
631* [build] Fix release tag commit
632* [build] Standalone x64 builds for MacOS 10.9 by [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
633* [update] Ability to set a maximum version for specific variants
634* [compat] Fix `compat.WINDOWS_VT_MODE`
635* [compat] Remove deprecated functions from core code
636* [compat] Remove more functions
637* [cleanup, extractor] Reduce direct use of `_downloader`
638* [cleanup] Consistent style for file heads
639* [cleanup] Fix some typos by [crazymoose77756](https://github.com/crazymoose77756)
640* [cleanup] Misc fixes and cleanup
641* [extractor/Scrolller] Add extractor by [LunarFang416](https://github.com/LunarFang416)
642* [extractor/ViMP] Add playlist extractor by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
643* [extractor/fuyin] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
644* [extractor/livestreamfails] Add extractor by [nomevi](https://github.com/nomevi)
645* [extractor/premiershiprugby] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
646* [extractor/steam] Add broadcast extractor by [HobbyistDev](https://github.com/HobbyistDev)
647* [extractor/youtube] Mark videos as fully watched by [Brett824](https://github.com/Brett824)
648* [extractor/CWTV] Extract thumbnail by [ischmidt20](https://github.com/ischmidt20)
649* [extractor/ViMP] Add thumbnail and support more sites by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
650* [extractor/dropout] Support cookies and login only as needed by [pingiun](https://github.com/pingiun), [pukkandan](https://github.com/pukkandan)
651* [extractor/ertflix] Improve `_VALID_URL`
652* [extractor/lbry] Use HEAD request for redirect URL by [flashdagger](https://github.com/flashdagger)
653* [extractor/mediaset] Improve `_VALID_URL`
654* [extractor/npr] Implement [e50c350](https://github.com/yt-dlp/yt-dlp/commit/e50c3500b43d80e4492569c4b4523c4379c6fbb2) differently
655* [extractor/tennistv] Rewrite extractor by [pukkandan](https://github.com/pukkandan), [zenerdi0de](https://github.com/zenerdi0de)
656
a86e01e7 657### 2022.06.22.1
658
659* [build] Fix updating homebrew formula
660
0af80bcf 661### 2022.06.22
662
663* [**Deprecate support for Python 3.6**](https://github.com/yt-dlp/yt-dlp/issues/3764#issuecomment-1154051119)
664* **Add option `--download-sections` to download video partially**
62b58c09 665 * Chapter regex and time ranges are accepted, e.g. `--download-sections *1:10-2:20`
0af80bcf 666* Add option `--alias`
667* Add option `--lazy-playlist` to process entries as they are received
668* Add option `--retry-sleep`
669* Add slicing notation to `--playlist-items`
670 * Adds support for negative indices and step
671 * Add `-I` as alias for `--playlist-index`
672 * Makes `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` redundant
673* `--config-location -` to provide options interactively
674* [build] Add Linux standalone builds
675* [update] Self-restart after update
676* Merge youtube-dl: Upto [commit/8a158a9](https://github.com/ytdl-org/youtube-dl/commit/8a158a9)
677* Add `--no-update`
678* Allow extractors to specify section_start/end for clips
679* Do not print progress to `stderr` with `-q`
680* Ensure pre-processor errors do not block video download
681* Fix `--simulate --max-downloads`
682* Improve error handling of bad config files
683* Return an error code if update fails
684* Fix bug in [3a408f9](https://github.com/yt-dlp/yt-dlp/commit/3a408f9d199127ca2626359e21a866a09ab236b3)
685* [ExtractAudio] Allow conditional conversion
686* [ModifyChapters] Fix repeated removal of small segments
687* [ThumbnailsConvertor] Allow conditional conversion
688* [cookies] Detect profiles for cygwin/BSD by [moench-tegeder](https://github.com/moench-tegeder)
689* [dash] Show fragment count with `--live-from-start` by [flashdagger](https://github.com/flashdagger)
690* [extractor] Add `_search_json` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
691* [extractor] Add `default` parameter to `_search_json` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
692* [extractor] Add dev option `--load-pages`
693* [extractor] Handle `json_ld` with multiple `@type`s
694* [extractor] Import `_ALL_CLASSES` lazily
695* [extractor] Recognize `src` attribute from HTML5 media elements by [Lesmiscore](https://github.com/Lesmiscore)
696* [extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85d
697* [f4m] Bugfix
698* [ffmpeg] Check version lazily
699* [jsinterp] Some optimizations and refactoring by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
700* [utils] Improve performance using `functools.cache`
701* [utils] Send HTTP/1.1 ALPN extension by [coletdjnz](https://github.com/coletdjnz)
702* [utils] `ExtractorError`: Fix `exc_info`
703* [utils] `ISO3166Utils`: Add `EU` and `AP`
704* [utils] `Popen`: Refactor to use contextmanager
705* [utils] `locked_file`: Fix for PyPy on Windows
706* [update] Expose more functionality to API
707* [update] Use `.git` folder to distinguish `source`/`unknown`
708* [compat] Add `functools.cached_property`
709* [test] Fix `FakeYDL` signatures by [coletdjnz](https://github.com/coletdjnz)
710* [docs] Improvements
711* [cleanup, ExtractAudio] Refactor
712* [cleanup, downloader] Refactor `report_progress`
713* [cleanup, extractor] Refactor `_download_...` methods
714* [cleanup, extractor] Rename `extractors.py` to `_extractors.py`
715* [cleanup, utils] Don't use kwargs for `format_field`
716* [cleanup, build] Refactor
717* [cleanup, docs] Re-indent "Usage and Options" section
718* [cleanup] Deprecate `YoutubeDL.parse_outtmpl`
719* [cleanup] Misc fixes and cleanup by [Lesmiscore](https://github.com/Lesmiscore), [MrRawes](https://github.com/MrRawes), [christoph-heinrich](https://github.com/christoph-heinrich), [flashdagger](https://github.com/flashdagger), [gamer191](https://github.com/gamer191), [kwconder](https://github.com/kwconder), [pukkandan](https://github.com/pukkandan)
720* [extractor/DailyWire] Add extractors by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
721* [extractor/fourzerostudio] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
722* [extractor/GoogleDrive] Add folder extractor by [evansp](https://github.com/evansp), [pukkandan](https://github.com/pukkandan)
723* [extractor/MirrorCoUK] Add extractor by [LunarFang416](https://github.com/LunarFang416), [pukkandan](https://github.com/pukkandan)
724* [extractor/atscaleconfevent] Add extractor by [Ashish0804](https://github.com/Ashish0804)
725* [extractor/freetv] Add extractor by [elyse0](https://github.com/elyse0)
726* [extractor/ixigua] Add Extractor by [HobbyistDev](https://github.com/HobbyistDev)
727* [extractor/kicker.de] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
728* [extractor/netverse] Add extractors by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
729* [extractor/playsuisse] Add extractor by [pukkandan](https://github.com/pukkandan), [sbor23](https://github.com/sbor23)
730* [extractor/substack] Add extractor by [elyse0](https://github.com/elyse0)
731* [extractor/youtube] **Support downloading clips**
732* [extractor/youtube] Add `innertube_host` and `innertube_key` extractor args by [coletdjnz](https://github.com/coletdjnz)
733* [extractor/youtube] Add warning for PostLiveDvr
734* [extractor/youtube] Bring back `_extract_chapters_from_description`
735* [extractor/youtube] Extract `comment_count` from webpage
736* [extractor/youtube] Fix `:ytnotifications` extractor by [coletdjnz](https://github.com/coletdjnz)
737* [extractor/youtube] Fix initial player response extraction by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
738* [extractor/youtube] Fix live chat for videos with content warning by [coletdjnz](https://github.com/coletdjnz)
739* [extractor/youtube] Make signature extraction non-fatal
740* [extractor/youtube:tab] Detect `videoRenderer` in `_post_thread_continuation_entries`
741* [extractor/BiliIntl] Fix metadata extraction
742* [extractor/BiliIntl] Fix subtitle extraction by [HobbyistDev](https://github.com/HobbyistDev)
743* [extractor/FranceCulture] Fix extractor by [aurelg](https://github.com/aurelg), [pukkandan](https://github.com/pukkandan)
744* [extractor/PokemonSoundLibrary] Remove extractor by [Lesmiscore](https://github.com/Lesmiscore)
745* [extractor/StreamCZ] Fix extractor by [adamanldo](https://github.com/adamanldo), [dirkf](https://github.com/dirkf)
746* [extractor/WatchESPN] Support free videos and BAM_DTC by [ischmidt20](https://github.com/ischmidt20)
747* [extractor/animelab] Remove extractor by [gamer191](https://github.com/gamer191)
748* [extractor/bloomberg] Change playback endpoint by [m4tu4g](https://github.com/m4tu4g)
749* [extractor/ccc] Extract view_count by [vkorablin](https://github.com/vkorablin)
750* [extractor/crunchyroll:beta] Fix extractor after API change by [Burve](https://github.com/Burve), [tejing1](https://github.com/tejing1)
751* [extractor/curiositystream] Get `auth_token` from cookie by [mnn](https://github.com/mnn)
752* [extractor/digitalconcerthall] Fix extractor by [ZhymabekRoman](https://github.com/ZhymabekRoman)
753* [extractor/dropbox] Extract the correct `mountComponent`
754* [extractor/dropout] Login is not mandatory
755* [extractor/duboku] Fix for hostname change by [mozbugbox](https://github.com/mozbugbox)
756* [extractor/espn] Add `WatchESPN` extractor by [ischmidt20](https://github.com/ischmidt20), [pukkandan](https://github.com/pukkandan)
757* [extractor/expressen] Fix extractor by [aejdl](https://github.com/aejdl)
758* [extractor/foxnews] Update embed extraction by [elyse0](https://github.com/elyse0)
759* [extractor/ina] Fix extractor by [elyse0](https://github.com/elyse0)
760* [extractor/iwara:user] Make paging better by [Lesmiscore](https://github.com/Lesmiscore)
761* [extractor/jwplatform] Look for `data-video-jw-id`
762* [extractor/lbry] Update livestream API by [flashdagger](https://github.com/flashdagger)
763* [extractor/mediaset] Improve `_VALID_URL`
764* [extractor/naver] Add `navernow` extractor by [ping](https://github.com/ping)
765* [extractor/niconico:series] Fix extractor by [sqrtNOT](https://github.com/sqrtNOT)
766* [extractor/npr] Use stream url from json-ld by [r5d](https://github.com/r5d)
767* [extractor/pornhub] Extract `uploader_id` field by [Lesmiscore](https://github.com/Lesmiscore)
768* [extractor/radiofrance] Add more radios by [bubbleguuum](https://github.com/bubbleguuum)
769* [extractor/rumble] Detect JS embed
770* [extractor/rumble] Extract subtitles by [fstirlitz](https://github.com/fstirlitz)
771* [extractor/southpark] Add `southpark.lat` extractor by [darkxex](https://github.com/darkxex)
772* [extractor/spotify:show] Fix extractor
773* [extractor/tiktok] Detect embeds
774* [extractor/tiktok] Extract `SIGI_STATE` by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan), [sulyi](https://github.com/sulyi)
775* [extractor/tver] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
776* [extractor/vevo] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
777* [extractor/yahoo:gyao] Fix extractor
778* [extractor/zattoo] Fix live streams by [miseran](https://github.com/miseran)
779* [extractor/zdf] Improve format sorting by [elyse0](https://github.com/elyse0)
780
781
b14d5235 782### 2022.05.18
783
784* Add support for SSL client certificate authentication by [coletdjnz](https://github.com/coletdjnz), [dirkf](https://github.com/dirkf)
785 * Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password`
786* Add `--match-filter -` to interactively ask for each video
787* `--max-downloads` should obey `--break-per-input`
788* Allow use of weaker ciphers with `--legacy-server-connect`
789* Don't imply `-s` for later stages of `-O`
790* Fix `--date today`
791* Fix `--skip-unavailable-fragments`
792* Fix color in `-q -F`
793* Fix redirect HTTP method handling by [coletdjnz](https://github.com/coletdjnz)
794* Improve `--clean-infojson`
795* Remove warning for videos with an empty title
796* Run `FFmpegFixupM3u8PP` for live-streams if needed
797* Show name of downloader in verbose log
798* [cookies] Allow `cookiefile` to be a text stream
799* [cookies] Report progress when importing cookies
800* [downloader/ffmpeg] Specify headers for each URL by [elyse0](https://github.com/elyse0)
801* [fragment] Do not change chunk-size when `--test`
802* [fragment] Make single thread download work for `--live-from-start` by [Lesmiscore](https://github.com/Lesmiscore)
803* [hls] Fix `byte_range` for `EXT-X-MAP` fragment by [fstirlitz](https://github.com/fstirlitz)
804* [http] Fix retrying on read timeout by [coletdjnz](https://github.com/coletdjnz)
805* [ffmpeg] Fix features detection
806* [EmbedSubtitle] Enable for more video extensions
807* [EmbedThumbnail] Disable thumbnail conversion for mkv by [evansp](https://github.com/evansp)
808* [EmbedThumbnail] Do not obey `-k`
809* [EmbedThumbnail] Do not remove id3v1 tags
810* [FFmpegMetadata] Remove `\0` from metadata
811* [FFmpegMetadata] Remove filename from attached info-json
812* [FixupM3u8] Obey `--hls-prefer-mpegts`
813* [Sponsorblock] Don't crash when duration is unknown
814* [XAttrMetadata] Refactor and document dependencies
815* [extractor] Document netrc machines
816* [extractor] Update `manifest_url`s after redirect by [elyse0](https://github.com/elyse0)
817* [extractor] Update dash `manifest_url` after redirects by [elyse0](https://github.com/elyse0)
818* [extractor] Use `classmethod`/`property` where possible
819* [generic] Refactor `_extract_rss`
820* [utils] `is_html`: Handle double BOM
821* [utils] `locked_file`: Ignore illegal seek on `truncate` by [jakeogh](https://github.com/jakeogh)
822* [utils] `sanitize_path`: Fix when path is empty string
823* [utils] `write_string`: Workaround newline issue in `conhost`
824* [utils] `certifi`: Make sure the pem file exists
825* [utils] Fix `WebSocketsWrapper`
826* [utils] `locked_file`: Do not give executable bits for newly created files by [Lesmiscore](https://github.com/Lesmiscore)
827* [utils] `YoutubeDLCookieJar`: Detect and reject JSON file by [Lesmiscore](https://github.com/Lesmiscore)
828* [test] Convert warnings into errors and fix some existing warnings by [fstirlitz](https://github.com/fstirlitz)
829* [dependencies] Create module with all dependency imports
830* [compat] Split into sub-modules by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
831* [compat] Implement `compat.imghdr`
832* [build] Add `make uninstall` by [MrRawes](https://github.com/MrRawes)
833* [build] Avoid use of `install -D`
834* [build] Fix `Makefile` by [putnam](https://github.com/putnam)
835* [build] Fix `--onedir` on macOS
836* [build] Add more test-runners
837* [cleanup] Deprecate some compat vars by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
838* [cleanup] Remove unused code paths, extractors, scripts and tests by [fstirlitz](https://github.com/fstirlitz)
839* [cleanup] Upgrade syntax (`pyupgrade`) and sort imports (`isort`)
840* [cleanup, docs, build] Misc fixes
841* [BilibiliLive] Add extractor by [HE7086](https://github.com/HE7086), [pukkandan](https://github.com/pukkandan)
842* [Fifa] Add Extractor by [Bricio](https://github.com/Bricio)
843* [goodgame] Add extractor by [nevack](https://github.com/nevack)
844* [gronkh] Add playlist extractors by [hatienl0i261299](https://github.com/hatienl0i261299)
845* [icareus] Add extractor by [tpikonen](https://github.com/tpikonen), [pukkandan](https://github.com/pukkandan)
846* [iwara] Add playlist extractors by [i6t](https://github.com/i6t)
847* [Likee] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
848* [masters] Add extractor by [m4tu4g](https://github.com/m4tu4g)
849* [nebula] Add support for subscriptions by [hheimbuerger](https://github.com/hheimbuerger)
850* [Podchaser] Add extractors by [connercsbn](https://github.com/connercsbn)
851* [rokfin:search] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
852* [youtube] Add `:ytnotifications` extractor by [krichbanana](https://github.com/krichbanana)
853* [youtube] Add YoutubeStoriesIE (`ytstories:<channel UCID>`) by [coletdjnz](https://github.com/coletdjnz)
854* [ZingMp3] Add chart and user extractors by [hatienl0i261299](https://github.com/hatienl0i261299)
855* [adn] Update AES key by [elyse0](https://github.com/elyse0)
856* [adobepass] Allow cookies for authenticating MSO
857* [bandcamp] Exclude merch links by [Yipten](https://github.com/Yipten)
858* [chingari] Fix archiving and tests
859* [DRTV] Improve `_VALID_URL` by [vertan](https://github.com/vertan)
860* [facebook] Improve thumbnail extraction by [Wikidepia](https://github.com/Wikidepia)
861* [fc2] Stop heatbeating once FFmpeg finishes by [Lesmiscore](https://github.com/Lesmiscore)
862* [Gofile] Fix extraction and support password-protected links by [mehq](https://github.com/mehq)
863* [hotstar, cleanup] Refactor extractors
864* [InfoQ] Don't fail on missing audio format by [evansp](https://github.com/evansp)
865* [Jamendo] Extract more metadata by [evansp](https://github.com/evansp)
866* [kaltura] Update API calls by [flashdagger](https://github.com/flashdagger)
867* [KhanAcademy] Fix extractor by [rand-net](https://github.com/rand-net)
868* [LCI] Fix extractor by [MarwenDallel](https://github.com/MarwenDallel)
869* [lrt] Support livestreams by [GiedriusS](https://github.com/GiedriusS)
870* [niconico] Set `expected_protocol` to a public field
871* [Niconico] Support 2FA by [ekangmonyet](https://github.com/ekangmonyet)
872* [Olympics] Fix format extension
873* [openrec:movie] Enable fallback for /movie/ URLs
874* [PearVideo] Add fallback for formats by [hatienl0i261299](https://github.com/hatienl0i261299)
875* [radiko] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
876* [rai] Add `release_year`
877* [reddit] Prevent infinite loop
878* [rokfin] Implement login by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
879* [ruutu] Support hs.fi embeds by [tpikonen](https://github.com/tpikonen), [pukkandan](https://github.com/pukkandan)
880* [spotify] Detect iframe embeds by [fstirlitz](https://github.com/fstirlitz)
881* [telegram] Fix metadata extraction
882* [tmz, cleanup] Update tests by [diegorodriguezv](https://github.com/diegorodriguezv)
883* [toggo] Fix `_VALID_URL` by [ca-za](https://github.com/ca-za)
884* [trovo] Update to new API by [nyuszika7h](https://github.com/nyuszika7h)
885* [TVer] Improve extraction by [Lesmiscore](https://github.com/Lesmiscore)
886* [twitcasting] Pass headers for each formats by [Lesmiscore](https://github.com/Lesmiscore)
887* [VideocampusSachsen] Improve extractor by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
888* [vimeo] Fix extractors
889* [wat] Fix extraction of multi-language videos and subtitles by [elyse0](https://github.com/elyse0)
890* [wistia] Fix `_VALID_URL` by [dirkf](https://github.com/dirkf)
891* [youtube, cleanup] Minor refactoring by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
892* [youtube] Added piped instance urls by [JordanWeatherby](https://github.com/JordanWeatherby)
893* [youtube] Deprioritize auto-generated thumbnails
894* [youtube] Deprioritize format 22 (often damaged)
895* [youtube] Fix episode metadata extraction
896* [zee5] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
897* [zingmp3, cleanup] Refactor extractors
898
899
7884ade6 900### 2022.04.08
901
902* Use certificates from `certifi` if installed by [coletdjnz](https://github.com/coletdjnz)
903* Treat multiple `--match-filters` as OR
e5a998f3 904* File locking improvements:
7884ade6 905 * Do not lock downloading file on Windows
906 * Do not prevent download if locking is unsupported
907 * Do not truncate files before locking by [jakeogh](https://github.com/jakeogh), [pukkandan](https://github.com/pukkandan)
908 * Fix non-blocking non-exclusive lock
909* De-prioritize automatic-subtitles when no `--sub-lang` is given
910* Exit after `--dump-user-agent`
911* Fallback to video-only format when selecting by extension
912* Fix `--abort-on-error` for subtitles
913* Fix `--no-overwrite` for playlist infojson
914* Fix `--print` with `--ignore-no-formats` when url is `None` by [flashdagger](https://github.com/flashdagger)
915* Fix `--sleep-interval`
916* Fix `--throttled-rate`
917* Fix `autonumber`
918* Fix case of `http_headers`
919* Fix filepath sanitization in `--print-to-file`
920* Handle float in `--wait-for-video`
921* Ignore `mhtml` formats from `-f mergeall`
922* Ignore format-specific fields in initial pass of `--match-filter`
923* Protect stdout from unexpected progress and console-title
924* Remove `Accept-Encoding` header from `std_headers` by [coletdjnz](https://github.com/coletdjnz)
925* Remove incorrect warning for `--dateafter`
926* Show warning when all media formats have DRM
927* [downloader] Fix invocation of `HttpieFD`
928* [http] Fix #3215
929* [http] Reject broken range before request by [Lesmiscore](https://github.com/Lesmiscore), [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
930* [fragment] Read downloaded fragments only when needed by [Lesmiscore](https://github.com/Lesmiscore)
931* [http] Retry on more errors by [coletdjnz](https://github.com/coletdjnz)
932* [mhtml] Fix fragments with absolute urls by [coletdjnz](https://github.com/coletdjnz)
933* [extractor] Add `_perform_login` function
934* [extractor] Allow control characters inside json
935* [extractor] Support merging subtitles with data by [coletdjnz](https://github.com/coletdjnz)
936* [generic] Extract subtitles from video.js by [Lesmiscore](https://github.com/Lesmiscore)
937* [ffmpeg] Cache version data
938* [FFmpegConcat] Ensure final directory exists
939* [FfmpegMetadata] Write id3v1 tags
940* [FFmpegVideoConvertor] Add more formats to `--remux-video`
941* [FFmpegVideoConvertor] Ensure all streams are copied
942* [MetadataParser] Validate outtmpl early
943* [outtmpl] Fix replacement/default when used with alternate
944* [outtmpl] Limit changes during sanitization
945* [phantomjs] Fix bug
946* [test] Add `test_locked_file`
947* [utils] `format_decimal_suffix`: Fix for very large numbers by [s0u1h](https://github.com/s0u1h)
948* [utils] `traverse_obj`: Allow filtering by value
949* [utils] Add `filter_dict`, `get_first`, `try_call`
950* [utils] ExtractorError: Fix for older python versions
951* [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation by [Lesmiscore](https://github.com/Lesmiscore)
952* [docs] Add an `.editorconfig` file by [fstirlitz](https://github.com/fstirlitz)
953* [docs] Clarify the exact `BSD` license of dependencies by [MrRawes](https://github.com/MrRawes)
954* [docs] Minor improvements by [pukkandan](https://github.com/pukkandan), [cffswb](https://github.com/cffswb), [danielyli](https://github.com/danielyli)
955* [docs] Remove readthedocs
956* [build] Add `requirements.txt` to pip distributions
957* [cleanup, postprocessor] Create `_download_json`
958* [cleanup, vimeo] Fix tests
959* [cleanup] Misc fixes and minor cleanup
960* [cleanup] Use `_html_extract_title`
961* [AfreecaTV] Add `AfreecaTVUserIE` by [hatienl0i261299](https://github.com/hatienl0i261299)
962* [arte] Add `format_note` to m3u8 formats
963* [azmedien] Add TVO Online to supported hosts by [1-Byte](https://github.com/1-Byte)
964* [BanBye] Add extractor by [mehq](https://github.com/mehq)
965* [bilibili] Fix extraction of title with quotes by [dzek69](https://github.com/dzek69)
966* [Craftsy] Add extractor by [Bricio](https://github.com/Bricio)
967* [Cybrary] Add extractor by [aaearon](https://github.com/aaearon)
968* [Huya] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
969* [ITProTV] Add extractor by [aaearon](https://github.com/aaearon)
970* [Jable] Add extractors by [mehq](https://github.com/mehq)
971* [LastFM] Add extractors by [mehq](https://github.com/mehq)
972* [Moviepilot] Add extractor by [panatexxa](https://github.com/panatexxa)
973* [panopto] Add extractors by [coletdjnz](https://github.com/coletdjnz), [kmark](https://github.com/kmark)
974* [PokemonSoundLibrary] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
975* [WasdTV] Add extractor by [un-def](https://github.com/un-def), [hatienl0i261299](https://github.com/hatienl0i261299)
976* [adobepass] Fix Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
977* [afreecatv] Match new vod url by [wlritchi](https://github.com/wlritchi)
978* [AZMedien] Support `tv.telezueri.ch` by [goggle](https://github.com/goggle)
979* [BiliIntl] Support user-generated videos by [wlritchi](https://github.com/wlritchi)
980* [BRMediathek] Fix VALID_URL
981* [crunchyroll:playlist] Implement beta API by [tejing1](https://github.com/tejing1)
982* [crunchyroll] Fix inheritance
983* [daftsex] Fix extractor by [Soebb](https://github.com/Soebb)
984* [dailymotion] Support `geo.dailymotion.com` by [hatienl0i261299](https://github.com/hatienl0i261299)
985* [ellentube] Extract subtitles from manifest
986* [elonet] Rewrite extractor by [Fam0r](https://github.com/Fam0r), [pukkandan](https://github.com/pukkandan)
987* [fptplay] Fix metadata extraction by [hatienl0i261299](https://github.com/hatienl0i261299)
988* [FranceCulture] Support playlists by [bohwaz](https://github.com/bohwaz)
989* [go, viu] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
990* [Imdb] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
991* [MangoTV] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
992* [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
993* [niconico] Fix extraction of thumbnails and uploader (#3266)
994* [niconico] Rewrite NiconicoIE by [Lesmiscore](https://github.com/Lesmiscore)
995* [nitter] Minor fixes and update instance list by [foghawk](https://github.com/foghawk)
996* [NRK] Extract timestamp by [hatienl0i261299](https://github.com/hatienl0i261299)
997* [openrec] Download archived livestreams by [Lesmiscore](https://github.com/Lesmiscore)
998* [openrec] Refactor extractors by [Lesmiscore](https://github.com/Lesmiscore)
999* [panopto] Improve subtitle extraction and support slides by [coletdjnz](https://github.com/coletdjnz)
1000* [ParamountPlus, CBS] Change VALID_URL by [Sipherdrakon](https://github.com/Sipherdrakon)
1001* [ParamountPlusSeries] Support multiple pages by [dodrian](https://github.com/dodrian)
1002* [Piapro] Extract description with break lines by [Lesmiscore](https://github.com/Lesmiscore)
1003* [rai] Fix extraction of http formas by [nixxo](https://github.com/nixxo)
1004* [rumble] unescape title
1005* [RUTV] Fix format sorting by [Lesmiscore](https://github.com/Lesmiscore)
1006* [ruutu] Detect embeds by [tpikonen](https://github.com/tpikonen)
1007* [tenplay] Improve extractor by [aarubui](https://github.com/aarubui)
1008* [TikTok] Fix URLs with user id by [hatienl0i261299](https://github.com/hatienl0i261299)
1009* [TikTokVM] Fix redirect to user URL
1010* [TVer] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
1011* [TVer] Support landing page by [vvto33](https://github.com/vvto33)
1012* [twitcasting] Don't return multi_video for archive with single hls manifest by [Lesmiscore](https://github.com/Lesmiscore)
1013* [veo] Fix `_VALID_URL`
1014* [Veo] Fix extractor by [i6t](https://github.com/i6t)
1015* [viki] Don't attempt to modify URLs with signature by [nyuszika7h](https://github.com/nyuszika7h)
1016* [viu] Fix bypass for preview by [zackmark29](https://github.com/zackmark29)
1017* [viu] Fixed extractor by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
1018* [web.archive:youtube] Make CDX API requests non-fatal by [coletdjnz](https://github.com/coletdjnz)
1019* [wget] Fix proxy by [kikuyan](https://github.com/kikuyan), [coletdjnz](https://github.com/coletdjnz)
1020* [xnxx] Add `xnxx3.com` by [rozari0](https://github.com/rozari0)
1021* [youtube] **Add new age-gate bypass** by [zerodytrash](https://github.com/zerodytrash), [pukkandan](https://github.com/pukkandan)
1022* [youtube] Add extractor-arg to skip auto-translated subs
1023* [youtube] Avoid false positives when detecting damaged formats
1024* [youtube] Detect DRM better by [shirt](https://github.com/shirt-dev)
1025* [youtube] Fix auto-translated automatic captions
1026* [youtube] Fix pagination of `membership` tab
1027* [youtube] Fix uploader for collaborative playlists by [coletdjnz](https://github.com/coletdjnz)
1028* [youtube] Improve video upload date handling by [coletdjnz](https://github.com/coletdjnz)
1029* [youtube:api] Prefer minified JSON response by [coletdjnz](https://github.com/coletdjnz)
1030* [youtube:search] Support hashtag entries by [coletdjnz](https://github.com/coletdjnz)
1031* [youtube:tab] Fix duration extraction for shorts by [coletdjnz](https://github.com/coletdjnz)
1032* [youtube:tab] Minor improvements
1033* [youtube:tab] Return shorts url if video is a short by [coletdjnz](https://github.com/coletdjnz)
1034* [Zattoo] Fix extractors by [goggle](https://github.com/goggle)
1035* [Zingmp3] Fix signature by [hatienl0i261299](https://github.com/hatienl0i261299)
1036
1037
c0c2c57d 1038### 2022.03.08.1
1039
1040* [cleanup] Refactor `__init__.py`
1041* [build] Fix bug
1042
535eb16a 1043### 2022.03.08
1044
1045* Merge youtube-dl: Upto [commit/6508688](https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a) (except NDR)
1046* Add regex operator and quoting to format filters by [lukasfink1](https://github.com/lukasfink1)
1047* Add brotli content-encoding support by [coletdjnz](https://github.com/coletdjnz)
1048* Add pre-processor stage `after_filter`
1049* Better error message when no `--live-from-start` format
1050* Create necessary directories for `--print-to-file`
1051* Fill more fields for playlists by [Lesmiscore](https://github.com/Lesmiscore)
1052* Fix `-all` for `--sub-langs`
1053* Fix doubling of `video_id` in `ExtractorError`
1054* Fix for when stdout/stderr encoding is `None`
1055* Handle negative duration from extractor
1056* Implement `--add-header` without modifying `std_headers`
1057* Obey `--abort-on-error` for "ffmpeg not installed"
1058* Set `webpage_url_...` from `webpage_url` and not input URL
1059* Tolerate failure to `--write-link` due to unknown URL
1060* [aria2c] Add `--http-accept-gzip=true`
7884ade6 1061* [build] Update pyinstaller to 4.10 by [shirt](https://github.com/shirt-dev)
535eb16a 1062* [cookies] Update MacOS12 `Cookies.binarycookies` location by [mdpauley](https://github.com/mdpauley)
1063* [devscripts] Improve `prepare_manpage`
1064* [downloader] Do not use aria2c for non-native `m3u8`
1065* [downloader] Obey `--file-access-retries` when deleting/renaming by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
1066* [extractor] Allow `http_headers` to be specified for `thumbnails`
1067* [extractor] Extract subtitles from manifests for vimeo, globo, kaltura, svt by [fstirlitz](https://github.com/fstirlitz)
1eae7f94 1068* [extractor] Fix for manifests without period duration by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
535eb16a 1069* [extractor] Support `--mark-watched` without `_NETRC_MACHINE` by [coletdjnz](https://github.com/coletdjnz)
1070* [FFmpegConcat] Abort on `--simulate`
1071* [FormatSort] Consider `acodec`=`ogg` as `vorbis`
1072* [fragment] Fix bugs around resuming with Range by [Lesmiscore](https://github.com/Lesmiscore)
1073* [fragment] Improve `--live-from-start` for YouTube livestreams by [Lesmiscore](https://github.com/Lesmiscore)
1074* [generic] Pass referer to extracted formats
1075* [generic] Set rss `guid` as video id by [Bricio](https://github.com/Bricio)
1076* [options] Better ambiguous option resolution
1077* [options] Rename `--clean-infojson` to `--clean-info-json`
1078* [SponsorBlock] Fixes for highlight and "full video labels" by [nihil-admirari](https://github.com/nihil-admirari)
1079* [Sponsorblock] minor fixes by [nihil-admirari](https://github.com/nihil-admirari)
1080* [utils] Better traceback for `ExtractorError`
1081* [utils] Fix file locking for AOSP by [jakeogh](https://github.com/jakeogh)
1082* [utils] Improve file locking
1083* [utils] OnDemandPagedList: Do not download pages after error
1084* [utils] render_table: Fix character calculation for removing extra gap by [Lesmiscore](https://github.com/Lesmiscore)
1085* [utils] Use `locked_file` for `sanitize_open` by [jakeogh](https://github.com/jakeogh)
1086* [utils] Validate `DateRange` input
1087* [utils] WebSockets wrapper for non-async functions by [Lesmiscore](https://github.com/Lesmiscore)
1088* [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos
1089* [cleanup] Remove extractors for some dead websites by [marieell](https://github.com/marieell)
1090* [cleanup, docs] Misc cleanup
1091* [AbemaTV] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
1092* [adobepass] Add Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
1093* [ant1newsgr] Add extractor by [zmousm](https://github.com/zmousm)
1094* [bigo] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
1095* [Caltrans] Add extractor by [Bricio](https://github.com/Bricio)
1096* [daystar] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
1097* [fc2:live] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
1098* [fptplay] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
1099* [murrtube] Add extractor by [cyberfox1691](https://github.com/cyberfox1691)
1100* [nfb] Add extractor by [ofkz](https://github.com/ofkz)
1101* [niconico] Add playlist extractors and refactor by [Lesmiscore](https://github.com/Lesmiscore)
1102* [peekvids] Add extractor by [schn0sch](https://github.com/schn0sch)
1eae7f94 1103* [piapro] Add extractor by [pycabbage](https://github.com/pycabbage), [Lesmiscore](https://github.com/Lesmiscore)
1104* [rokfin] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
1105* [rokfin] Add stack and channel extractors by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
535eb16a 1106* [ruv.is] Add extractor by [iw0nderhow](https://github.com/iw0nderhow)
1107* [telegram] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
1108* [VideocampusSachsen] Add extractors by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
1109* [xinpianchang] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
1110* [abc] Support 1080p by [Ronnnny](https://github.com/Ronnnny)
1111* [afreecatv] Support password-protected livestreams by [wlritchi](https://github.com/wlritchi)
1112* [ard] Fix valid URL
1113* [ATVAt] Detect geo-restriction by [marieell](https://github.com/marieell)
1114* [bandcamp] Detect acodec
1115* [bandcamp] Fix user URLs by [lyz-code](https://github.com/lyz-code)
1116* [bbc] Fix extraction of news articles by [ajj8](https://github.com/ajj8)
1117* [beeg] Fix extractor by [Bricio](https://github.com/Bricio)
1118* [bigo] Fix extractor to not to use `form_params`
1119* [Bilibili] Pass referer for all formats by [blackgear](https://github.com/blackgear)
1120* [Biqle] Fix extractor by [Bricio](https://github.com/Bricio)
1121* [ccma] Fix timestamp parsing by [nyuszika7h](https://github.com/nyuszika7h)
1122* [crunchyroll] Better error reporting on login failure by [tejing1](https://github.com/tejing1)
1123* [cspan] Support of C-Span congress videos by [Grabien](https://github.com/Grabien)
1124* [dropbox] fix regex by [zenerdi0de](https://github.com/zenerdi0de)
1125* [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
1126* [fujitv] Extract resolution for free sources by [YuenSzeHong](https://github.com/YuenSzeHong)
1127* [Gettr] Add `GettrStreamingIE` by [i6t](https://github.com/i6t)
1128* [Gettr] Fix formats order by [i6t](https://github.com/i6t)
1129* [Gettr] Improve extractor by [i6t](https://github.com/i6t)
1130* [globo] Expand valid URL by [Bricio](https://github.com/Bricio)
1131* [lbry] Fix `--ignore-no-formats-error`
1132* [manyvids] Extract `uploader` by [regarten](https://github.com/regarten)
1133* [mildom] Fix linter
1134* [mildom] Rework extractors by [Lesmiscore](https://github.com/Lesmiscore)
1135* [mirrativ] Cleanup extractor code by [Lesmiscore](https://github.com/Lesmiscore)
1136* [nhk] Add support for NHK for School by [Lesmiscore](https://github.com/Lesmiscore)
1137* [niconico:tag] Add support for searching tags
1138* [nrk] Add fallback API
1139* [peekvids] Use JSON-LD by [schn0sch](https://github.com/schn0sch)
1140* [peertube] Add media.fsfe.org by [mxmehl](https://github.com/mxmehl)
1141* [rtvs] Fix extractor by [Bricio](https://github.com/Bricio)
1142* [spiegel] Fix `_VALID_URL`
1143* [ThumbnailsConvertor] Support `webp`
1144* [tiktok] Fix `vm.tiktok`/`vt.tiktok` URLs
1145* [tubitv] Fix/improve TV series extraction by [bbepis](https://github.com/bbepis)
1146* [tumblr] Fix extractor by [foghawk](https://github.com/foghawk)
1147* [twitcasting] Add fallback for finding running live by [Lesmiscore](https://github.com/Lesmiscore)
1148* [TwitCasting] Check for password protection by [Lesmiscore](https://github.com/Lesmiscore)
1149* [twitcasting] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
1150* [twitch] Fix field name of `view_count`
1151* [twitter] Fix for private videos by [iphoting](https://github.com/iphoting)
1152* [washingtonpost] Fix extractor by [Bricio](https://github.com/Bricio)
1153* [youtube:tab] Add `approximate_date` extractor-arg
1154* [youtube:tab] Follow redirect to regional channel by [coletdjnz](https://github.com/coletdjnz)
1155* [youtube:tab] Reject webpage data if redirected to home page
1156* [youtube] De-prioritize potentially damaged formats
1157* [youtube] Differentiate descriptive audio by language code
1158* [youtube] Ensure subtitle urls are absolute by [coletdjnz](https://github.com/coletdjnz)
1159* [youtube] Escape possible `$` in `_extract_n_function_name` regex by [Lesmiscore](https://github.com/Lesmiscore)
1160* [youtube] Fix automatic captions
1161* [youtube] Fix n-sig extraction for phone player JS by [MinePlayersPE](https://github.com/MinePlayersPE)
1162* [youtube] Further de-prioritize 3gp format
1163* [youtube] Label original auto-subs
1164* [youtube] Prefer UTC upload date for videos by [coletdjnz](https://github.com/coletdjnz)
1165* [zaq1] Remove dead extractor by [marieell](https://github.com/marieell)
1166* [zee5] Support web-series by [Aniruddh-J](https://github.com/Aniruddh-J)
1167* [zingmp3] Fix extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
1168* [zoom] Add support for screen cast by [Mipsters](https://github.com/Mipsters)
1169
1170
c1653e9e 1171### 2022.02.04
1172
1173* [youtube:search] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
1174* [youtube:search] Add tests
1175* [twitcasting] Enforce UTF-8 for POST payload by [Lesmiscore](https://github.com/Lesmiscore)
1176* [mediaset] Fix extractor by [nixxo](https://github.com/nixxo)
1177* [websocket] Make syntax error in `websockets` module non-fatal
1178
28469edd 1179### 2022.02.03
1180
1181* Merge youtube-dl: Upto [commit/78ce962](https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67)
1182* Add option `--print-to-file`
1183* Make nested --config-locations relative to parent file
1184* Ensure `_type` is present in `info.json`
1185* Fix `--compat-options list-formats`
1186* Fix/improve `InAdvancePagedList`
1187* [downloader/ffmpeg] Handle unknown formats better
1188* [outtmpl] Handle `-o ""` better
1189* [outtmpl] Handle hard-coded file extension better
962ffcf8 1190* [extractor] Add convenience function `_yes_playlist`
28469edd 1191* [extractor] Allow non-fatal `title` extraction
1192* [extractor] Extract video inside `Article` json_ld
1193* [generic] Allow further processing of json_ld URL
1194* [cookies] Fix keyring selection for unsupported desktops
1195* [utils] Strip double spaces in `clean_html` by [dirkf](https://github.com/dirkf)
1196* [aes] Add `unpad_pkcs7`
1197* [test] Fix `test_youtube_playlist_noplaylist`
1198* [docs,cleanup] Misc cleanup
1199* [dplay] Add extractors for site changes by [Sipherdrakon](https://github.com/Sipherdrakon)
1200* [ertgr] Add extractors by [zmousm](https://github.com/zmousm), [dirkf](https://github.com/dirkf)
1201* [Musicdex] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1202* [YandexVideoPreview] Add extractor by [KiberInfinity](https://github.com/KiberInfinity)
1203* [youtube] Add extractor `YoutubeMusicSearchURLIE`
1204* [archive.org] Ignore unnecessary files
1205* [Bilibili] Add 8k support by [u-spec-png](https://github.com/u-spec-png)
1206* [bilibili] Fix extractor, make anthology title non-fatal
1207* [CAM4] Add thumbnail extraction by [alerikaisattera](https://github.com/alerikaisattera)
1208* [cctv] De-prioritize sample format
1209* [crunchyroll:beta] Add cookies support by [tejing1](https://github.com/tejing1)
1210* [crunchyroll] Fix login by [tejing1](https://github.com/tejing1)
1211* [doodstream] Fix extractor
1212* [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
1213* [FFmpegConcat] Abort on --skip-download and download errors
1214* [Fujitv] Extract metadata and support premium by [YuenSzeHong](https://github.com/YuenSzeHong)
1215* [globo] Fix extractor by [Bricio](https://github.com/Bricio)
1216* [glomex] Simplify embed detection
1217* [GoogleSearch] Fix extractor
1218* [Instagram] Fix extraction when logged in by [MinePlayersPE](https://github.com/MinePlayersPE)
1219* [iq.com] Add VIP support by [MinePlayersPE](https://github.com/MinePlayersPE)
1220* [mildom] Fix extractor by [lazypete365](https://github.com/lazypete365)
1221* [MySpass] Fix video url processing by [trassshhub](https://github.com/trassshhub)
1222* [Odnoklassniki] Improve embedded players extraction by [KiberInfinity](https://github.com/KiberInfinity)
1223* [orf:tvthek] Lazy playlist extraction and obey --no-playlist
1224* [Pladform] Fix redirection to external player by [KiberInfinity](https://github.com/KiberInfinity)
1225* [ThisOldHouse] Improve Premium URL check by [Ashish0804](https://github.com/Ashish0804)
1226* [TikTok] Iterate through app versions by [MinePlayersPE](https://github.com/MinePlayersPE)
1227* [tumblr] Fix 403 errors and handle vimeo embeds by [foghawk](https://github.com/foghawk)
1228* [viki] Fix "Bad request" for manifest by [nyuszika7h](https://github.com/nyuszika7h)
1229* [Vimm] add recording extractor by [alerikaisattera](https://github.com/alerikaisattera)
1230* [web.archive:youtube] Add `ytarchive:` prefix and misc cleanup
1231* [youtube:api] Do not use seek when reading HTTPError response by [coletdjnz](https://github.com/coletdjnz)
1232* [youtube] Fix n-sig for player e06dea74
1233* [youtube, cleanup] Misc fixes and cleanup
1234
1235
144a3588 1236### 2022.01.21
1237
1238* Add option `--concat-playlist` to **concat videos in a playlist**
1239* Allow **multiple and nested configuration files**
1240* Add more post-processing stages (`after_video`, `playlist`)
1241* Allow `--exec` to be run at any post-processing stage (Deprecates `--exec-before-download`)
1242* Allow `--print` to be run at any post-processing stage
1243* Allow listing formats, thumbnails, subtitles using `--print` by [pukkandan](https://github.com/pukkandan), [Zirro](https://github.com/Zirro)
1244* Add fields `video_autonumber`, `modified_date`, `modified_timestamp`, `playlist_count`, `channel_follower_count`
1245* Add key `requested_downloads` in the root `info_dict`
1246* Write `download_archive` only after all formats are downloaded
1247* [FfmpegMetadata] Allow setting metadata of individual streams using `meta<n>_` prefix
1248* Add option `--legacy-server-connect` by [xtkoba](https://github.com/xtkoba)
1249* Allow escaped `,` in `--extractor-args`
1250* Allow unicode characters in `info.json`
1251* Check for existing thumbnail/subtitle in final directory
1252* Don't treat empty containers as `None` in `sanitize_info`
1253* Fix `-s --ignore-no-formats --force-write-archive`
1254* Fix live title for multiple formats
1255* List playlist thumbnails in `--list-thumbnails`
1256* Raise error if subtitle download fails
1257* [cookies] Fix bug when keyring is unspecified
1258* [ffmpeg] Ignore unknown streams, standardize use of `-map 0`
1259* [outtmpl] Alternate form for `D` and fix suffix's case
1260* [utils] Add `Sec-Fetch-Mode` to `std_headers`
1261* [utils] Fix `format_bytes` output for Bytes by [pukkandan](https://github.com/pukkandan), [mdawar](https://github.com/mdawar)
1262* [utils] Handle `ss:xxx` in `parse_duration`
1263* [utils] Improve parsing for nested HTML elements by [zmousm](https://github.com/zmousm), [pukkandan](https://github.com/pukkandan)
1264* [utils] Use key `None` in `traverse_obj` to return as-is
1265* [extractor] Detect more subtitle codecs in MPD manifests by [fstirlitz](https://github.com/fstirlitz)
1266* [extractor] Extract chapters from JSON-LD by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
1267* [extractor] Extract thumbnails from JSON-LD by [nixxo](https://github.com/nixxo)
1268* [extractor] Improve `url_result` and related
1269* [generic] Improve KVS player extraction by [trassshhub](https://github.com/trassshhub)
1270* [build] Reduce dependency on third party workflows
1271* [extractor,cleanup] Use `_search_nextjs_data`, `format_field`
1272* [cleanup] Minor fixes and cleanup
1273* [docs] Improvements
1274* [test] Fix TestVerboseOutput
1275* [afreecatv] Add livestreams extractor by [wlritchi](https://github.com/wlritchi)
1276* [callin] Add extractor by [foghawk](https://github.com/foghawk)
1277* [CrowdBunker] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1278* [daftsex] Add extractors by [k3ns1n](https://github.com/k3ns1n)
1279* [digitalconcerthall] Add extractor by [teridon](https://github.com/teridon)
1280* [Drooble] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1281* [EuropeanTour] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1282* [iq.com] Add extractors by [MinePlayersPE](https://github.com/MinePlayersPE)
1283* [KelbyOne] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1284* [LnkIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1285* [MainStreaming] Add extractor by [coletdjnz](https://github.com/coletdjnz)
1286* [megatvcom] Add extractors by [zmousm](https://github.com/zmousm)
1287* [Newsy] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1288* [noodlemagazine] Add extractor by [trassshhub](https://github.com/trassshhub)
1289* [PokerGo] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1290* [Pornez] Add extractor by [mozlima](https://github.com/mozlima)
1291* [PRX] Add Extractors by [coletdjnz](https://github.com/coletdjnz)
1292* [RTNews] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1293* [Rule34video] Add extractor by [trassshhub](https://github.com/trassshhub)
1294* [tvopengr] Add extractors by [zmousm](https://github.com/zmousm)
1295* [Vimm] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
1296* [glomex] Add extractors by [zmousm](https://github.com/zmousm)
1297* [instagram] Add story/highlight extractor by [u-spec-png](https://github.com/u-spec-png)
1298* [openrec] Add movie extractor by [Lesmiscore](https://github.com/Lesmiscore)
1299* [rai] Add Raiplaysound extractors by [nixxo](https://github.com/nixxo), [pukkandan](https://github.com/pukkandan)
1300* [aparat] Fix extractor
1301* [ard] Extract subtitles by [fstirlitz](https://github.com/fstirlitz)
1302* [BiliIntl] Add login by [MinePlayersPE](https://github.com/MinePlayersPE)
1303* [CeskaTelevize] Use `http` for manifests
1304* [CTVNewsIE] Add fallback for video search by [Ashish0804](https://github.com/Ashish0804)
1305* [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus by [timendum](https://github.com/timendum)
1306* [dplay] Re-structure DiscoveryPlus extractors
1307* [Dropbox] Support password protected files and more formats by [zenerdi0de](https://github.com/zenerdi0de)
1308* [facebook] Fix extraction from groups
1309* [facebook] Improve title and uploader extraction
1310* [facebook] Parse dash manifests
1311* [fox] Extract m3u8 from preview by [ischmidt20](https://github.com/ischmidt20)
1312* [funk] Support origin URLs
1313* [gfycat] Fix `uploader`
1314* [gfycat] Support embeds by [coletdjnz](https://github.com/coletdjnz)
1315* [hotstar] Add extractor args to ignore tags by [Ashish0804](https://github.com/Ashish0804)
1316* [hrfernsehen] Fix ardloader extraction by [CreaValix](https://github.com/CreaValix)
1317* [instagram] Fix username extraction for stories and highlights by [nyuszika7h](https://github.com/nyuszika7h)
1318* [kakao] Detect geo-restriction
1319* [line] Remove `tv.line.me` by [sian1468](https://github.com/sian1468)
1320* [mixch] Add `MixchArchiveIE` by [Lesmiscore](https://github.com/Lesmiscore)
1321* [mixcloud] Detect restrictions by [llacb47](https://github.com/llacb47)
1322* [NBCSports] Fix extraction of platform URLs by [ischmidt20](https://github.com/ischmidt20)
1323* [Nexx] Extract more metadata by [MinePlayersPE](https://github.com/MinePlayersPE)
1324* [Nexx] Support 3q CDN by [MinePlayersPE](https://github.com/MinePlayersPE)
1325* [pbs] de-prioritize AD formats
1326* [PornHub,YouTube] Refresh onion addresses by [unit193](https://github.com/unit193)
1327* [RedBullTV] Parse subtitles from manifest by [Ashish0804](https://github.com/Ashish0804)
1328* [streamcz] Fix extractor by [arkamar](https://github.com/arkamar), [pukkandan](https://github.com/pukkandan)
1329* [Ted] Rewrite extractor by [pukkandan](https://github.com/pukkandan), [trassshhub](https://github.com/trassshhub)
1330* [Theta] Fix valid URL by [alerikaisattera](https://github.com/alerikaisattera)
1331* [ThisOldHouseIE] Add support for premium videos by [Ashish0804](https://github.com/Ashish0804)
1332* [TikTok] Fix extraction for sigi-based webpages, add API fallback by [MinePlayersPE](https://github.com/MinePlayersPE)
1333* [TikTok] Pass cookies to formats, and misc fixes by [MinePlayersPE](https://github.com/MinePlayersPE)
1334* [TikTok] Extract captions, user thumbnail by [MinePlayersPE](https://github.com/MinePlayersPE)
1335* [TikTok] Change app version by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
1336* [TVer] Extract message for unaired live by [Lesmiscore](https://github.com/Lesmiscore)
1337* [twitcasting] Refactor extractor by [Lesmiscore](https://github.com/Lesmiscore)
1338* [twitter] Fix video in quoted tweets
1339* [veoh] Improve extractor by [foghawk](https://github.com/foghawk)
1340* [vk] Capture `clip` URLs
1341* [vk] Fix VKUserVideosIE by [Ashish0804](https://github.com/Ashish0804)
1342* [vk] Improve `_VALID_URL` by [k3ns1n](https://github.com/k3ns1n)
1343* [VrtNU] Handle empty title by [pgaig](https://github.com/pgaig)
1344* [XVideos] Check HLS formats by [MinePlayersPE](https://github.com/MinePlayersPE)
1345* [yahoo:gyao] Improved playlist handling by [hyano](https://github.com/hyano)
1346* [youtube:tab] Extract more playlist metadata by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1347* [youtube:tab] Raise error on tab redirect by [krichbanana](https://github.com/krichbanana), [coletdjnz](https://github.com/coletdjnz)
1348* [youtube] Update Innertube clients by [coletdjnz](https://github.com/coletdjnz)
1349* [youtube] Detect live-stream embeds
1350* [youtube] Do not return `upload_date` for playlists
1351* [youtube] Extract channel subscriber count by [coletdjnz](https://github.com/coletdjnz)
1352* [youtube] Make invalid storyboard URL non-fatal
1353* [youtube] Enforce UTC, update innertube clients and tests by [coletdjnz](https://github.com/coletdjnz)
1354* [zdf] Add chapter extraction by [iw0nderhow](https://github.com/iw0nderhow)
1355* [zee5] Add geo-bypass
1356
1357
6223f67a 1358### 2021.12.27
1359
1360* Avoid recursion error when re-extracting info
1361* [ffmpeg] Fix position of `--ppa`
1362* [aria2c] Don't show progress when `--no-progress`
1363* [cookies] Support other keyrings by [mbway](https://github.com/mbway)
1364* [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
1365* [generic] Fix HTTP KVS Player by [git-anony-mouse](https://github.com/git-anony-mouse)
1366* [ThumbnailsConvertor] Fix for when there are no thumbnails
1367* [docs] Add examples for using `TYPES:` in `-P`/`-o`
1368* [PixivSketch] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
1369* [tiktok] Add music, sticker and tag IEs by [MinePlayersPE](https://github.com/MinePlayersPE)
1370* [BiliIntl] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1371* [CBC] Fix URL regex
1372* [tiktok] Fix `extractor_key` used in archive
1373* [youtube] **End `live-from-start` properly when stream ends with 403**
1374* [Zee5] Fix VALID_URL for tv-shows by [Ashish0804](https://github.com/Ashish0804)
1375
87e04996 1376### 2021.12.25
1377
1378* [dash,youtube] **Download live from start to end** by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
1379 * Add option `--live-from-start` to enable downloading live videos from start
1380 * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
1381 * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
1382 * [fragment] Allow multiple live dash formats to download simultaneously
1383 * [youtube] Implement fragment re-fetching for the live dash formats
1384 * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
1385 * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms
1386 * Known issues:
1387 * Ctrl+C doesn't work on Windows when downloading multiple formats
1388 * If video becomes private, download hangs
1389* [SponsorBlock] Add `Filler` and `Highlight` categories by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
1390 * Change `--sponsorblock-cut all` to `--sponsorblock-cut default` if you do not want filler sections to be removed
1391* Add field `webpage_url_domain`
1392* Add interactive format selection with `-f -`
1393* Add option `--file-access-retries` by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
1394* [outtmpl] Add alternate forms `S`, `D` and improve `id` detection
1395* [outtmpl] Add operator `&` for replacement text by [PilzAdam](https://github.com/PilzAdam)
1396* [EmbedSubtitle] Disable duration check temporarily
1397* [extractor] Add `_search_nuxt_data` by [nao20010128nao](https://github.com/nao20010128nao)
1398* [extractor] Ignore errors in comment extraction when `-i` is given
1399* [extractor] Standardize `_live_title`
1400* [FormatSort] Prevent incorrect deprecation warning
1401* [generic] Extract m3u8 formats from JSON-LD
1402* [postprocessor/ffmpeg] Always add `faststart`
1403* [utils] Fix parsing `YYYYMMDD` dates in Nov/Dec by [wlritchi](https://github.com/wlritchi)
1404* [utils] Improve `parse_count`
1405* [utils] Update `std_headers` by [kikuyan](https://github.com/kikuyan), [fstirlitz](https://github.com/fstirlitz)
1406* [lazy_extractors] Fix for search IEs
1407* [extractor] Support default implicit graph in JSON-LD by [zmousm](https://github.com/zmousm)
1408* Allow `--no-write-thumbnail` to override `--write-all-thumbnail`
1409* Fix `--throttled-rate`
1410* Fix control characters being printed to `--console-title`
1411* Fix PostProcessor hooks not registered for some PPs
1412* Pre-process when using `--flat-playlist`
1413* Remove known invalid thumbnails from `info_dict`
1414* Add warning when using `-f best`
1415* Use `parse_duration` for `--wait-for-video` and some minor fix
1416* [test/download] Add more fields
1417* [test/download] Ignore field `webpage_url_domain` by [std-move](https://github.com/std-move)
1418* [compat] Suppress errors in enabling VT mode
1419* [docs] Improve manpage format by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
1420* [docs,cleanup] Minor fixes and cleanup
1421* [cleanup] Fix some typos by [unit193](https://github.com/unit193)
1422* [ABC:iview] Add show extractor by [pabs3](https://github.com/pabs3)
1423* [dropout] Add extractor by [TwoThousandHedgehogs](https://github.com/TwoThousandHedgehogs), [pukkandan](https://github.com/pukkandan)
1424* [GameJolt] Add extractors by [MinePlayersPE](https://github.com/MinePlayersPE)
1425* [gofile] Add extractor by [Jertzukka](https://github.com/Jertzukka), [Ashish0804](https://github.com/Ashish0804)
1426* [hse] Add extractors by [cypheron](https://github.com/cypheron), [pukkandan](https://github.com/pukkandan)
1427* [NateTV] Add NateIE and NateProgramIE by [Ashish0804](https://github.com/Ashish0804), [Hyeeji](https://github.com/Hyeeji)
1428* [OpenCast] Add extractors by [bwildenhain](https://github.com/bwildenhain), [C0D3D3V](https://github.com/C0D3D3V)
1429* [rtve] Add `RTVEAudioIE` by [kebianizao](https://github.com/kebianizao)
1430* [Rutube] Add RutubeChannelIE by [Ashish0804](https://github.com/Ashish0804)
1431* [skeb] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
1432* [soundcloud] Add related tracks extractor by [Lapin0t](https://github.com/Lapin0t)
1433* [toggo] Add extractor by [nyuszika7h](https://github.com/nyuszika7h)
1434* [TrueID] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1435* [audiomack] Update album and song VALID_URL by [abdullah-if](https://github.com/abdullah-if), [dirkf](https://github.com/dirkf)
1436* [CBC Gem] Extract 1080p formats by [DavidSkrundz](https://github.com/DavidSkrundz)
1437* [ceskatelevize] Fetch iframe from nextJS data by [mkubecek](https://github.com/mkubecek)
1438* [crackle] Look for non-DRM formats by [raleeper](https://github.com/raleeper)
1439* [dplay] Temporary fix for `discoveryplus.com/it`
1440* [DiscoveryPlusShowBaseIE] yield actual video id by [Ashish0804](https://github.com/Ashish0804)
1441* [Facebook] Handle redirect URLs
1442* [fujitv] Extract 1080p from `tv_android` m3u8 by [YuenSzeHong](https://github.com/YuenSzeHong)
1443* [gronkh] Support new URL pattern by [Sematre](https://github.com/Sematre)
1444* [instagram] Expand valid URL by [u-spec-png](https://github.com/u-spec-png)
1445* [Instagram] Try bypassing login wall with embed page by [MinePlayersPE](https://github.com/MinePlayersPE)
1446* [Jamendo] Fix use of `_VALID_URL_RE` by [jaller94](https://github.com/jaller94)
1447* [LBRY] Support livestreams by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
1448* [NJPWWorld] Extract formats from m3u8 by [aarubui](https://github.com/aarubui)
1449* [NovaEmbed] update player regex by [std-move](https://github.com/std-move)
1450* [npr] Make SMIL extraction non-fatal by [r5d](https://github.com/r5d)
1451* [ntvcojp] Extract NUXT data by [nao20010128nao](https://github.com/nao20010128nao)
1452* [ok.ru] add mobile fallback by [nao20010128nao](https://github.com/nao20010128nao)
1453* [olympics] Add uploader and cleanup by [u-spec-png](https://github.com/u-spec-png)
1454* [ondemandkorea] Update `jw_config` regex by [julien-hadleyjack](https://github.com/julien-hadleyjack)
1455* [PlutoTV] Expand `_VALID_URL`
1456* [RaiNews] Fix extractor by [nixxo](https://github.com/nixxo)
1457* [RCTIPlusSeries] Lazy extraction and video type selection by [MinePlayersPE](https://github.com/MinePlayersPE)
1458* [redtube] Handle formats delivered inside a JSON by [dirkf](https://github.com/dirkf), [nixxo](https://github.com/nixxo)
1459* [SonyLiv] Add OTP login support by [Ashish0804](https://github.com/Ashish0804)
1460* [Steam] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1461* [TikTok] Pass cookies to mobile API by [MinePlayersPE](https://github.com/MinePlayersPE)
1462* [trovo] Fix inheritance of `TrovoChannelBaseIE`
1463* [TVer] Extract better thumbnails by [YuenSzeHong](https://github.com/YuenSzeHong)
1464* [vimeo] Extract chapters
1465* [web.archive:youtube] Improve metadata extraction by [coletdjnz](https://github.com/coletdjnz)
1466* [youtube:comments] Add more options for limiting number of comments extracted by [coletdjnz](https://github.com/coletdjnz)
1467* [youtube:tab] Extract more metadata from feeds/channels/playlists by [coletdjnz](https://github.com/coletdjnz)
1468* [youtube:tab] Extract video thumbnails from playlist by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
6223f67a 1469* [youtube:tab] Ignore query when redirecting channel to playlist and cleanup of related code
87e04996 1470* [youtube] Fix `ytsearchdate`
1471* [zdf] Support videos with different ptmd location by [iw0nderhow](https://github.com/iw0nderhow)
1472* [zee5] Support /episodes in URL
1473
1474
91f071af 1475### 2021.12.01
1476
1477* **Add option `--wait-for-video` to wait for scheduled streams**
1478* Add option `--break-per-input` to apply --break-on... to each input URL
1479* Add option `--embed-info-json` to embed info.json in mkv
1480* Add compat-option `embed-metadata`
1481* Allow using a custom format selector through API
1482* [AES] Add ECB mode by [nao20010128nao](https://github.com/nao20010128nao)
1483* [build] Fix MacOS Build
1484* [build] Save Git HEAD at release alongside version info
1485* [build] Use `workflow_dispatch` for release
1486* [downloader/ffmpeg] Fix for direct videos inside mpd manifests
1487* [downloader] Add colors to download progress
1488* [EmbedSubtitles] Slightly relax duration check and related cleanup
1489* [ExtractAudio] Fix conversion to `wav` and `vorbis`
1490* [ExtractAudio] Support `alac`
1491* [extractor] Extract `average_rating` from JSON-LD
1492* [FixupM3u8] Fixup MPEG-TS in MP4 container
1493* [generic] Support mpd manifests without extension by [shirt](https://github.com/shirt-dev)
1494* [hls] Better FairPlay DRM detection by [nyuszika7h](https://github.com/nyuszika7h)
1495* [jsinterp] Fix splice to handle float (for youtube js player f1ca6900)
1496* [utils] Allow alignment in `render_table` and add tests
1497* [utils] Fix `PagedList`
1498* [utils] Fix error when copying `LazyList`
1499* Clarify video/audio-only formats in -F
1500* Ensure directory exists when checking formats
1501* Ensure path for link files exists by [Zirro](https://github.com/Zirro)
1502* Ensure same config file is not loaded multiple times
a804f6d8 1503* Fix `postprocessor_hooks`
91f071af 1504* Fix `--break-on-archive` when pre-checking
1505* Fix `--check-formats` for `mhtml`
1506* Fix `--load-info-json` of playlists with failed entries
1507* Fix `--trim-filename` when filename has `.`
1508* Fix bug in parsing `--add-header`
1509* Fix error in `report_unplayable_conflict` by [shirt](https://github.com/shirt-dev)
1510* Fix writing playlist infojson with `--no-clean-infojson`
1511* Validate --get-bypass-country
1512* [blogger] Add extractor by [pabs3](https://github.com/pabs3)
1513* [breitbart] Add extractor by [Grabien](https://github.com/Grabien)
1514* [CableAV] Add extractor by [j54vc1bk](https://github.com/j54vc1bk)
1515* [CanalAlpha] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1516* [CozyTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1517* [CPTwentyFour] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1518* [DiscoveryPlus] Add `DiscoveryPlusItalyShowIE` by [Ashish0804](https://github.com/Ashish0804)
1519* [ESPNCricInfo] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1520* [LinkedIn] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1521* [mixch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
1522* [nebula] Add `NebulaCollectionIE` and rewrite extractor by [hheimbuerger](https://github.com/hheimbuerger)
1523* [OneFootball] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1524* [peer.tv] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1525* [radiozet] Add extractor by [0xA7404A](https://github.com/0xA7404A) (Aurora)
1526* [redgifs] Add extractor by [chio0hai](https://github.com/chio0hai)
1527* [RedGifs] Add Search and User extractors by [Deer-Spangle](https://github.com/Deer-Spangle)
1528* [rtrfm] Add extractor by [pabs3](https://github.com/pabs3)
1529* [Streamff] Add extractor by [cntrl-s](https://github.com/cntrl-s)
1530* [Stripchat] Add extractor by [zulaport](https://github.com/zulaport)
1531* [Aljazeera] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1532* [AmazonStoreIE] Fix regex to not match vdp urls by [Ashish0804](https://github.com/Ashish0804)
1533* [ARDBetaMediathek] Handle new URLs
1534* [bbc] Get all available formats by [nyuszika7h](https://github.com/nyuszika7h)
1535* [Bilibili] Fix title extraction by [u-spec-png](https://github.com/u-spec-png)
1536* [CBC Gem] Fix for shows that don't have all seasons by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1537* [curiositystream] Add more metadata
1538* [CuriosityStream] Fix series
1539* [DiscoveryPlus] Rewrite extractors by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
1540* [HotStar] Set language field from tags by [Ashish0804](https://github.com/Ashish0804)
1541* [instagram, cleanup] Refactor extractors
1542* [Instagram] Display more login errors by [MinePlayersPE](https://github.com/MinePlayersPE)
1543* [itv] Fix extractor by [staubichsauger](https://github.com/staubichsauger), [pukkandan](https://github.com/pukkandan)
1544* [mediaklikk] Expand valid URL
1545* [MTV] Improve mgid extraction by [Sipherdrakon](https://github.com/Sipherdrakon), [kikuyan](https://github.com/kikuyan)
1546* [nexx] Better error message for unsupported format
1547* [NovaEmbed] Fix extractor by [pukkandan](https://github.com/pukkandan), [std-move](https://github.com/std-move)
1548* [PatreonUser] Do not capture RSS URLs
1549* [Reddit] Add support for 1080p videos by [xenova](https://github.com/xenova)
1550* [RoosterTeethSeries] Fix for multiple pages by [MinePlayersPE](https://github.com/MinePlayersPE)
1551* [sbs] Fix for movies and livestreams
1552* [Senate.gov] Add SenateGovIE and fix SenateISVPIE by [Grabien](https://github.com/Grabien), [pukkandan](https://github.com/pukkandan)
1553* [soundcloud:search] Fix pagination
1554* [tiktok:user] Set `webpage_url` correctly
1555* [Tokentube] Fix description by [u-spec-png](https://github.com/u-spec-png)
1556* [trovo] Fix extractor by [nyuszika7h](https://github.com/nyuszika7h)
1557* [tv2] Expand valid URL
1558* [Tvplayhome] Fix extractor by [pukkandan](https://github.com/pukkandan), [18928172992817182](https://github.com/18928172992817182)
1559* [Twitch:vod] Add chapters by [mpeter50](https://github.com/mpeter50)
1560* [twitch:vod] Extract live status by [DEvmIb](https://github.com/DEvmIb)
1561* [VidLii] Add 720p support by [mrpapersonic](https://github.com/mrpapersonic)
1562* [vimeo] Add fallback for config URL
1563* [vimeo] Sort http formats higher
1564* [WDR] Expand valid URL
1565* [willow] Add extractor by [aarubui](https://github.com/aarubui)
1566* [xvideos] Detect embed URLs by [4a1e2y5](https://github.com/4a1e2y5)
1567* [xvideos] Fix extractor by [Yakabuff](https://github.com/Yakabuff)
1568* [youtube, cleanup] Reorganize Tab and Search extractor inheritances
1569* [youtube:search_url] Add playlist/channel support
1570* [youtube] Add `default` player client by [coletdjnz](https://github.com/coletdjnz)
1571* [youtube] Add storyboard formats
1572* [youtube] Decrypt n-sig for URLs with `ratebypass`
1573* [youtube] Minor improvement to format sorting
1574* [cleanup] Add deprecation warnings
91f071af 1575* [cleanup] Refactor `JSInterpreter._seperate`
1576* [Cleanup] Remove some unnecessary groups in regexes by [Ashish0804](https://github.com/Ashish0804)
a804f6d8 1577* [cleanup] Misc cleanup
91f071af 1578
f703a880 1579
7144b697 1580### 2021.11.10.1
1581
1582* Temporarily disable MacOS Build
1583
86c1a8aa 1584### 2021.11.10
1585
1586* [youtube] **Fix throttling by decrypting n-sig**
1587* Merging extractors from [haruhi-dl](https://git.sakamoto.pl/laudom/haruhi-dl) by [selfisekai](https://github.com/selfisekai)
1588 * [extractor] Add `_search_nextjs_data`
1589 * [tvp] Fix extractors
1590 * [tvp] Add TVPStreamIE
1591 * [wppilot] Add extractors
1592 * [polskieradio] Add extractors
1593 * [radiokapital] Add extractors
1594 * [polsatgo] Add extractor by [selfisekai](https://github.com/selfisekai), [sdomi](https://github.com/sdomi)
1595* Separate `--check-all-formats` from `--check-formats`
1596* Approximate filesize from bitrate
1597* Don't create console in `windows_enable_vt_mode`
1598* Fix bug in `--load-infojson` of playlists
1599* [minicurses] Add colors to `-F` and standardize color-printing code
1600* [outtmpl] Add type `link` for internet shortcut files
1601* [outtmpl] Add alternate forms for `q` and `j`
1602* [outtmpl] Do not traverse `None`
1603* [fragment] Fix progress display in fragmented downloads
1604* [downloader/ffmpeg] Fix vtt download with ffmpeg
1605* [ffmpeg] Detect presence of setts and libavformat version
9222c381 1606* [ExtractAudio] Rescale `--audio-quality` correctly by [CrypticSignal](https://github.com/CrypticSignal), [pukkandan](https://github.com/pukkandan)
86c1a8aa 1607* [ExtractAudio] Use `libfdk_aac` if available by [CrypticSignal](https://github.com/CrypticSignal)
1608* [FormatSort] `eac3` is better than `ac3`
1609* [FormatSort] Fix some fields' defaults
1610* [generic] Detect more json_ld
1611* [generic] parse jwplayer with only the json URL
1612* [extractor] Add keyword automatically to SearchIE descriptions
1613* [extractor] Fix some errors being converted to `ExtractorError`
1614* [utils] Add `join_nonempty`
1615* [utils] Add `jwt_decode_hs256` by [Ashish0804](https://github.com/Ashish0804)
1616* [utils] Create `DownloadCancelled` exception
1617* [utils] Parse `vp09` as vp9
1618* [utils] Sanitize URL when determining protocol
1619* [test/download] Fallback test to `bv`
1620* [docs] Minor documentation improvements
1621* [cleanup] Improvements to error and debug messages
1622* [cleanup] Minor fixes and cleanup
1623* [3speak] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1624* [AmazonStore] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1625* [Gab] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1626* [mediaset] Add playlist support by [nixxo](https://github.com/nixxo)
1627* [MLSScoccer] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1628* [N1] Add support for nova.rs by [u-spec-png](https://github.com/u-spec-png)
1629* [PlanetMarathi] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1630* [RaiplayRadio] Add extractors by [frafra](https://github.com/frafra)
1631* [roosterteeth] Add series extractor
1632* [sky] Add `SkyNewsStoryIE` by [ajj8](https://github.com/ajj8)
1633* [youtube] Fix sorting for some videos
1634* [youtube] Populate `thumbnail` with the best "known" thumbnail
1635* [youtube] Refactor itag processing
1636* [youtube] Remove unnecessary no-playlist warning
1637* [youtube:tab] Add Invidious list for playlists/channels by [rhendric](https://github.com/rhendric)
1638* [Bilibili:comments] Fix infinite loop by [u-spec-png](https://github.com/u-spec-png)
1639* [ceskatelevize] Fix extractor by [flashdagger](https://github.com/flashdagger)
1640* [Coub] Fix media format identification by [wlritchi](https://github.com/wlritchi)
1641* [crunchyroll] Add extractor-args `language` and `hardsub`
1642* [DiscoveryPlus] Allow language codes in URL
1643* [imdb] Fix thumbnail by [ozburo](https://github.com/ozburo)
1644* [instagram] Add IOS URL support by [u-spec-png](https://github.com/u-spec-png)
1645* [instagram] Improve login code by [u-spec-png](https://github.com/u-spec-png)
1646* [Instagram] Improve metadata extraction by [u-spec-png](https://github.com/u-spec-png)
1647* [iPrima] Fix extractor by [stanoarn](https://github.com/stanoarn)
1648* [itv] Add support for ITV News by [ajj8](https://github.com/ajj8)
1649* [la7] Fix extractor by [nixxo](https://github.com/nixxo)
1650* [linkedin] Don't login multiple times
1651* [mtv] Fix some videos by [Sipherdrakon](https://github.com/Sipherdrakon)
1652* [Newgrounds] Fix description by [u-spec-png](https://github.com/u-spec-png)
1653* [Nrk] Minor fixes by [fractalf](https://github.com/fractalf)
1654* [Olympics] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1655* [piksel] Fix sorting
1656* [twitter] Do not sort by codec
1657* [viewlift] Add cookie-based login and series support by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
1658* [vimeo] Detect source extension and misc cleanup by [flashdagger](https://github.com/flashdagger)
1659* [vimeo] Fix ondemand videos and direct URLs with hash
1660* [vk] Fix login and add subtitles by [kaz-us](https://github.com/kaz-us)
1661* [VLive] Add upload_date and thumbnail by [Ashish0804](https://github.com/Ashish0804)
1662* [VRT] Fix login by [pgaig](https://github.com/pgaig)
1663* [Vupload] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1664* [wakanim] Add support for MPD manifests by [nyuszika7h](https://github.com/nyuszika7h)
1665* [wakanim] Detect geo-restriction by [nyuszika7h](https://github.com/nyuszika7h)
1666* [ZenYandex] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1667
1668
0676afb1 1669### 2021.10.22
1670
1671* [build] Improvements
1672 * Build standalone MacOS packages by [smplayer-dev](https://github.com/smplayer-dev)
1673 * Release windows exe built with `py2exe`
21633673 1674 * Enable lazy-extractors in releases
0676afb1 1675 * Set env var `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable this (experimental)
1676 * Clean up error reporting in update
1677 * Refactor `pyinst.py`, misc cleanup and improve docs
1678* [docs] Migrate issues to use forms by [Ashish0804](https://github.com/Ashish0804)
1679* [downloader] **Fix slow progress hooks**
1680 * This was causing HLS/DASH downloads to be extremely slow in some situations
1681* [downloader/ffmpeg] Improve simultaneous download and merge
1682* [EmbedMetadata] Allow overwriting all default metadata with `meta_default` key
1683* [ModifyChapters] Add ability for `--remove-chapters` to remove sections by timestamp
1684* [utils] Allow duration strings in `--match-filter`
1685* Add HDR information to formats
1686* Add negative option `--no-batch-file` by [Zirro](https://github.com/Zirro)
1687* Calculate more fields for merged formats
1688* Do not verify thumbnail URLs unless `--check-formats` is specified
1689* Don't create console for subprocesses on Windows
1690* Fix `--restrict-filename` when used with default template
1691* Fix `check_formats` output being written to stdout when `-qv`
1692* Fix bug in storyboards
1693* Fix conflict b/w id and ext in format selection
1694* Fix verbose head not showing custom configs
1695* Load archive only after printing verbose head
1696* Make `duration_string` and `resolution` available in --match-filter
1697* Re-implement deprecated option `--id`
1698* Reduce default `--socket-timeout`
1699* Write verbose header to logger
1700* [outtmpl] Fix bug in expanding environment variables
1701* [cookies] Local State should be opened as utf-8
1702* [extractor,utils] Detect more codecs/mimetypes
1703* [extractor] Detect `EXT-X-KEY` Apple FairPlay
1704* [utils] Use `importlib` to load plugins by [sulyi](https://github.com/sulyi)
1705* [http] Retry on socket timeout and show the last encountered error
1706* [fragment] Print error message when skipping fragment
1707* [aria2c] Fix `--skip-unavailable-fragment`
1708* [SponsorBlock] Obey `extractor-retries` and `sleep-requests`
1709* [Merger] Do not add `aac_adtstoasc` to non-hls audio
1710* [ModifyChapters] Do not mutate original chapters by [nihil-admirari](https://github.com/nihil-admirari)
1711* [devscripts/run_tests] Use markers to filter tests by [sulyi](https://github.com/sulyi)
1712* [7plus] Add cookie based authentication by [nyuszika7h](https://github.com/nyuszika7h)
1713* [AdobePass] Fix RCN MSO by [jfogelman](https://github.com/jfogelman)
1714* [CBC] Fix Gem livestream by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1715* [CBC] Support CBC Gem member content by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
96565c7e 1716* [crunchyroll] Add season to flat-playlist
0676afb1 1717* [crunchyroll] Add support for `beta.crunchyroll` URLs and fix series URLs with language code
1718* [EUScreen] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
1719* [Gronkh] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1720* [hidive] Fix typo
1721* [Hotstar] Mention Dynamic Range in `format_id` by [Ashish0804](https://github.com/Ashish0804)
1722* [Hotstar] Raise appropriate error for DRM
1723* [instagram] Add login by [u-spec-png](https://github.com/u-spec-png)
1724* [instagram] Show appropriate error when login is needed
1725* [microsoftstream] Add extractor by [damianoamatruda](https://github.com/damianoamatruda), [nixklai](https://github.com/nixklai)
1726* [on24] Add extractor by [damianoamatruda](https://github.com/damianoamatruda)
1727* [patreon] Fix vimeo player regex by [zenerdi0de](https://github.com/zenerdi0de)
1728* [SkyNewsAU] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1729* [tagesschau] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1730* [tbs] Add tbs live streams by [llacb47](https://github.com/llacb47)
1731* [tiktok] Fix typo and update tests
1732* [trovo] Support channel clips and VODs by [Ashish0804](https://github.com/Ashish0804)
1733* [Viafree] Add support for Finland by [18928172992817182](https://github.com/18928172992817182)
1734* [vimeo] Fix embedded `player.vimeo`
1735* [vlive:channel] Fix extraction by [kikuyan](https://github.com/kikuyan), [pukkandan](https://github.com/pukkandan)
1736* [youtube] Add auto-translated subtitles
1737* [youtube] Expose different formats with same itag
1738* [youtube:comments] Fix for new layout by [coletdjnz](https://github.com/coletdjnz)
1739* [cleanup] Cleanup bilibili code by [pukkandan](https://github.com/pukkandan), [u-spec-png](https://github.com/u-spec-png)
1740* [cleanup] Remove broken youtube login code
1741* [cleanup] Standardize timestamp formatting code
1742* [cleanup] Generalize `getcomments` implementation for extractors
1743* [cleanup] Simplify search extractors code
1744* [cleanup] misc
1745
1746
dec0d56f 1747### 2021.10.10
1748
1749* [downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`
1750* [minicurses] Fix when printing to file
1751* [downloader] Fix throttledratelimit
1752* [francetv] Fix extractor by [fstirlitz](https://github.com/fstirlitz), [sarnoud](https://github.com/sarnoud)
1753* [NovaPlay] Add extractor by [Bojidarist](https://github.com/Bojidarist)
1754* [ffmpeg] Revert "Set max probesize" - No longer needed
1755* [docs] Remove incorrect dependency on VC++10
1756* [build] Allow to release without changelog
1757
90d55df3 1758### 2021.10.09
1759
1760* Improved progress reporting
1761 * Separate `--console-title` and `--no-progress`
1762 * Add option `--progress` to show progress-bar even in quiet mode
1763 * Fix and refactor `minicurses` and use it for all progress reporting
1764 * Standardize use of terminal sequences and enable color support for windows 10
1765 * Add option `--progress-template` to customize progress-bar and console-title
1766 * Add postprocessor hooks and progress reporting
1767* [postprocessor] Add plugin support with option `--use-postprocessor`
1768* [extractor] Extract storyboards from SMIL manifests by [fstirlitz](https://github.com/fstirlitz)
1769* [outtmpl] Alternate form of format type `l` for `\n` delimited list
1770* [outtmpl] Format type `U` for unicode normalization
1771* [outtmpl] Allow empty output template to skip a type of file
1772* Merge webm formats into mkv if thumbnails are to be embedded
1773* [adobepass] Add RCN as MSO by [jfogelman](https://github.com/jfogelman)
1774* [ciscowebex] Add extractor by [damianoamatruda](https://github.com/damianoamatruda)
1775* [Gettr] Add extractor by [i6t](https://github.com/i6t)
1776* [GoPro] Add extractor by [i6t](https://github.com/i6t)
1777* [N1] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1778* [Theta] Add video extractor by [alerikaisattera](https://github.com/alerikaisattera)
1779* [Veo] Add extractor by [i6t](https://github.com/i6t)
1780* [Vupload] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1781* [bbc] Extract better quality videos by [ajj8](https://github.com/ajj8)
1782* [Bilibili] Add subtitle converter by [u-spec-png](https://github.com/u-spec-png)
1783* [CBC] Cleanup tests by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1784* [Douyin] Rewrite extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1785* [Funimation] Fix for /v/ urls by [pukkandan](https://github.com/pukkandan), [Jules-A](https://github.com/Jules-A)
1786* [Funimation] Sort formats according to the relevant extractor-args
1787* [Hidive] Fix duplicate and incorrect formats
1788* [HotStarSeries] Fix cookies by [Ashish0804](https://github.com/Ashish0804)
1789* [LinkedInLearning] Add subtitles by [Ashish0804](https://github.com/Ashish0804)
1790* [Mediaite] Relax valid url by [coletdjnz](https://github.com/coletdjnz)
1791* [Newgrounds] Add age_limit and fix duration by [u-spec-png](https://github.com/u-spec-png)
1792* [Newgrounds] Fix view count on songs by [u-spec-png](https://github.com/u-spec-png)
1793* [parliamentlive.tv] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1794* [PolskieRadio] Fix extractors by [jakubadamw](https://github.com/jakubadamw), [u-spec-png](https://github.com/u-spec-png)
1795* [reddit] Add embedded url by [u-spec-png](https://github.com/u-spec-png)
1796* [reddit] Fix 429 by generating a random `reddit_session` by [AjaxGb](https://github.com/AjaxGb)
1797* [Rumble] Add RumbleChannelIE by [Ashish0804](https://github.com/Ashish0804)
1798* [soundcloud:playlist] Detect last page correctly
1799* [SovietsCloset] Add duration from m3u8 by [ChillingPepper](https://github.com/ChillingPepper)
1800* [Streamable] Add codecs by [u-spec-png](https://github.com/u-spec-png)
1801* [vidme] Remove extractor by [alerikaisattera](https://github.com/alerikaisattera)
1802* [youtube:tab] Fallback to API when webpage fails to download by [coletdjnz](https://github.com/coletdjnz)
1803* [youtube] Fix non-fatal errors in fetching player
1804* Fix `--flat-playlist` when neither IE nor id is known
1805* Fix `-f mp4` behaving differently from youtube-dl
1806* Workaround for bug in `ssl.SSLContext.load_default_certs`
1807* [aes] Improve performance slightly by [sulyi](https://github.com/sulyi)
1808* [cookies] Fix keyring fallback by [mbway](https://github.com/mbway)
1809* [embedsubtitle] Fix error when duration is unknown
1810* [ffmpeg] Fix error when subtitle file is missing
1811* [ffmpeg] Set max probesize to workaround AAC HLS stream issues by [shirt](https://github.com/shirt-dev)
1812* [FixupM3u8] Remove redundant run if merged is needed
1813* [hls] Fix decryption issues by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
1814* [http] Respect user-provided chunk size over extractor's
1815* [utils] Let traverse_obj accept functions as keys
1816* [docs] Add note about our custom ffmpeg builds
1817* [docs] Write embedding and contributing documentation by [pukkandan](https://github.com/pukkandan), [timethrow](https://github.com/timethrow)
1818* [update] Check for new version even if not updateable
1819* [build] Add more files to the tarball
1820* [build] Allow building with py2exe (and misc fixes)
1821* [build] Use pycryptodomex by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
1822* [cleanup] Some minor refactoring, improve docs and misc cleanup
1823
1824
0ef787d7 1825### 2021.09.25
1826
1827* Add new option `--netrc-location`
1828* [outtmpl] Allow alternate fields using `,`
62b58c09 1829* [outtmpl] Add format type `B` to treat the value as bytes, e.g. to limit the filename to a certain number of bytes
0ef787d7 1830* Separate the options `--ignore-errors` and `--no-abort-on-error`
1831* Basic framework for simultaneous download of multiple formats by [nao20010128nao](https://github.com/nao20010128nao)
1832* [17live] Add 17.live extractor by [nao20010128nao](https://github.com/nao20010128nao)
1833* [bilibili] Add BiliIntlIE and BiliIntlSeriesIE by [Ashish0804](https://github.com/Ashish0804)
1834* [CAM4] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
1835* [Chingari] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1836* [CGTN] Add extractor by [chao813](https://github.com/chao813)
1837* [damtomo] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
1838* [gotostage] Add extractor by [poschi3](https://github.com/poschi3)
1839* [Koo] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1840* [Mediaite] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
1841* [Mediaklikk] Add Extractor by [tmarki](https://github.com/tmarki), [mrx23dot](https://github.com/mrx23dot), [coletdjnz](https://github.com/coletdjnz)
1842* [MuseScore] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
1843* [Newgrounds] Add NewgroundsUserIE and improve extractor by [u-spec-png](https://github.com/u-spec-png)
1844* [nzherald] Add NZHeraldIE by [coletdjnz](https://github.com/coletdjnz)
1845* [Olympics] Add replay extractor by [Ashish0804](https://github.com/Ashish0804)
1846* [Peertube] Add channel and playlist extractors by [u-spec-png](https://github.com/u-spec-png)
1847* [radlive] Add extractor by [nyuszika7h](https://github.com/nyuszika7h)
1848* [SovietsCloset] Add extractor by [ChillingPepper](https://github.com/ChillingPepper)
1849* [Streamanity] Add Extractor by [alerikaisattera](https://github.com/alerikaisattera)
1850* [Theta] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
1851* [Yandex] Add ZenYandexIE and ZenYandexChannelIE by [Ashish0804](https://github.com/Ashish0804)
0ef787d7 1852* [9Now] handle episodes of series by [dalanmiller](https://github.com/dalanmiller)
1853* [AnimalPlanet] Fix extractor by [Sipherdrakon](https://github.com/Sipherdrakon)
1854* [Arte] Improve description extraction by [renalid](https://github.com/renalid)
1855* [atv.at] Use jwt for API by [NeroBurner](https://github.com/NeroBurner)
1856* [brightcove] Extract subtitles from manifests
1857* [CBC] Fix CBC Gem extractors by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1858* [cbs] Report appropriate error for DRM
1859* [comedycentral] Support `collection-playlist` by [nixxo](https://github.com/nixxo)
1860* [DIYNetwork] Support new format by [Sipherdrakon](https://github.com/Sipherdrakon)
1861* [downloader/niconico] Pass custom headers by [nao20010128nao](https://github.com/nao20010128nao)
1862* [dw] Fix extractor
1863* [Fancode] Fix live streams by [zenerdi0de](https://github.com/zenerdi0de)
1864* [funimation] Fix for locations outside US by [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
1865* [globo] Fix GloboIE by [Ashish0804](https://github.com/Ashish0804)
1866* [HiDive] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1867* [Hotstar] Add referer for subs by [Ashish0804](https://github.com/Ashish0804)
1868* [itv] Fix extractor, add subtitles and thumbnails by [coletdjnz](https://github.com/coletdjnz), [sleaux-meaux](https://github.com/sleaux-meaux), [Vangelis66](https://github.com/Vangelis66)
1869* [lbry] Show error message from API response
1870* [Mxplayer] Use mobile API by [Ashish0804](https://github.com/Ashish0804)
1871* [NDR] Rewrite NDRIE by [Ashish0804](https://github.com/Ashish0804)
1872* [Nuvid] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1873* [Oreilly] Handle new web url by [MKSherbini](https://github.com/MKSherbini)
1874* [pbs] Fix subtitle extraction by [coletdjnz](https://github.com/coletdjnz), [gesa](https://github.com/gesa), [raphaeldore](https://github.com/raphaeldore)
1875* [peertube] Update instances by [u-spec-png](https://github.com/u-spec-png)
1876* [plutotv] Fix extractor for URLs with `/en`
1877* [reddit] Workaround for 429 by redirecting to old.reddit.com
1878* [redtube] Fix exts
1879* [soundcloud] Make playlist extraction lazy
1880* [soundcloud] Retry playlist pages on `502` error and update `_CLIENT_ID`
1881* [southpark] Fix SouthParkDE by [coletdjnz](https://github.com/coletdjnz)
1882* [SovietsCloset] Fix playlists for games with only named categories by [ConquerorDopy](https://github.com/ConquerorDopy)
1883* [SpankBang] Fix uploader by [f4pp3rk1ng](https://github.com/f4pp3rk1ng), [coletdjnz](https://github.com/coletdjnz)
1884* [tiktok] Use API to fetch higher quality video by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
1885* [TikTokUser] Fix extractor using mobile API by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
1886* [videa] Fix some extraction errors by [nyuszika7h](https://github.com/nyuszika7h)
1887* [VrtNU] Handle login errors by [llacb47](https://github.com/llacb47)
1888* [vrv] Don't raise error when thumbnails are missing
1889* [youtube] Cleanup authentication code by [coletdjnz](https://github.com/coletdjnz)
1890* [youtube] Fix `--mark-watched` with `--cookies-from-browser`
1891* [youtube] Improvements to JS player extraction and add extractor-args to skip it by [coletdjnz](https://github.com/coletdjnz)
1892* [youtube] Retry on 'Unknown Error' by [coletdjnz](https://github.com/coletdjnz)
1893* [youtube] Return full URL instead of just ID
1894* [youtube] Warn when trying to download clips
1895* [zdf] Improve format sorting
1896* [zype] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
1897* Allow `--force-write-archive` to work with `--flat-playlist`
1898* Download subtitles in order of `--sub-langs`
1899* Allow `0` in `--playlist-items`
1900* Handle more playlist errors with `-i`
1901* Fix `--no-get-comments`
1902* Fix `extra_info` being reused across runs
1903* Fix compat options `no-direct-merge` and `playlist-index`
1904* Dump files should obey `--trim-filename` by [sulyi](https://github.com/sulyi)
1905* [aes] Add `aes_gcm_decrypt_and_verify` by [sulyi](https://github.com/sulyi), [pukkandan](https://github.com/pukkandan)
1906* [aria2c] Fix IV for some AES-128 streams by [shirt](https://github.com/shirt-dev)
1907* [compat] Don't ignore `HOME` (if set) on windows
1908* [cookies] Make browser names case insensitive
1909* [cookies] Print warning for cookie decoding error only once
1910* [extractor] Fix root-relative URLs in MPD by [DigitalDJ](https://github.com/DigitalDJ)
1911* [ffmpeg] Add `aac_adtstoasc` when merging if needed
1912* [fragment,aria2c] Generalize and refactor some code
1913* [fragment] Avoid repeated request for AES key
1914* [fragment] Fix range header when using `-N` and media sequence by [shirt](https://github.com/shirt-dev)
1915* [hls,aes] Fallback to native implementation for AES-CBC and detect `Cryptodome` in addition to `Crypto`
1916* [hls] Byterange + AES128 is supported by native downloader
1917* [ModifyChapters] Improve sponsor chapter merge algorithm by [nihil-admirari](https://github.com/nihil-admirari)
1918* [ModifyChapters] Minor fixes
1919* [WebVTT] Adjust parser to accommodate PBS subtitles
1920* [utils] Improve `extract_timezone` by [dirkf](https://github.com/dirkf)
1921* [options] Fix `--no-config` and refactor reading of config files
1922* [options] Strip spaces and ignore empty entries in list-like switches
1923* [test/cookies] Improve logging
1924* [build] Automate more of the release process by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
1925* [build] Fix sha256 by [nihil-admirari](https://github.com/nihil-admirari)
1926* [build] Bring back brew taps by [nao20010128nao](https://github.com/nao20010128nao)
0af80bcf 1927* [build] Provide `--onedir` zip for windows
0ef787d7 1928* [cleanup,docs] Add deprecation warning in docs for some counter intuitive behaviour
1929* [cleanup] Fix line endings for `nebula.py` by [glenn-slayden](https://github.com/glenn-slayden)
1930* [cleanup] Improve `make clean-test` by [sulyi](https://github.com/sulyi)
1931* [cleanup] Misc
1932
1933
9ee4f0bb 1934### 2021.09.02
1935
1936* **Native SponsorBlock** implementation by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
1937 * `--sponsorblock-remove CATS` removes specified chapters from file
1938 * `--sponsorblock-mark CATS` marks the specified sponsor sections as chapters
1939 * `--sponsorblock-chapter-title TMPL` to specify sponsor chapter template
1940 * `--sponsorblock-api URL` to use a different API
1941 * No re-encoding is done unless `--force-keyframes-at-cuts` is used
1942 * The fetched sponsor sections are written to the infojson
1943 * Deprecates: `--sponskrub`, `--no-sponskrub`, `--sponskrub-cut`, `--no-sponskrub-cut`, `--sponskrub-force`, `--no-sponskrub-force`, `--sponskrub-location`, `--sponskrub-args`
1944* Split `--embed-chapters` from `--embed-metadata` (it still implies the former by default)
526d74ec 1945* Add option `--remove-chapters` to remove arbitrary chapters by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
9ee4f0bb 1946* Add option `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters by [nihil-admirari](https://github.com/nihil-admirari)
1947* Let `--match-filter` reject entries early
1948 * Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
1949* [lazy_extractor] Improvements (It now passes all tests)
1950 * Bugfix for when plugin directory doesn't exist by [kidonng](https://github.com/kidonng)
1951 * Create instance only after pre-checking archive
1952 * Import actual class if an attribute is accessed
1953 * Fix `suitable` and add flake8 test
1954* [downloader/ffmpeg] Experimental support for DASH manifests (including live)
1955 * Your ffmpeg must have [this patch](https://github.com/FFmpeg/FFmpeg/commit/3249c757aed678780e22e99a1a49f4672851bca9) applied for YouTube DASH to work
1956* [downloader/ffmpeg] Allow passing custom arguments before `-i`
9ee4f0bb 1957* [BannedVideo] Add extractor by [smege1001](https://github.com/smege1001), [blackjack4494](https://github.com/blackjack4494), [pukkandan](https://github.com/pukkandan)
1958* [bilibili] Add category extractor by [animelover1984](https://github.com/animelover1984)
1959* [Epicon] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1960* [filmmodu] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
1961* [GabTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1962* [Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` by [Ashish0804](https://github.com/Ashish0804)
1963* [ManotoTV] Add new extractors by [tandy1000](https://github.com/tandy1000)
1964* [Niconico] Add Search extractors by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
1965* [Patreon] Add `PatreonUserIE` by [zenerdi0de](https://github.com/zenerdi0de)
1966* [peloton] Add extractor by [IONECarter](https://github.com/IONECarter), [capntrips](https://github.com/capntrips), [pukkandan](https://github.com/pukkandan)
1967* [ProjectVeritas] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1968* [radiko] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
1969* [StarTV] Add extractor for `startv.com.tr` by [mrfade](https://github.com/mrfade), [coletdjnz](https://github.com/coletdjnz)
1970* [tiktok] Add `TikTokUserIE` by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
1971* [Tokentube] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1972* [TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` by [Ashish0804](https://github.com/Ashish0804)
1973* [voicy] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
9ee4f0bb 1974* [adobepass] Fix Verizon SAML login by [nyuszika7h](https://github.com/nyuszika7h), [ParadoxGBB](https://github.com/ParadoxGBB)
1975* [afreecatv] Fix adult VODs by [wlritchi](https://github.com/wlritchi)
1976* [afreecatv] Tolerate failure to parse date string by [wlritchi](https://github.com/wlritchi)
1977* [aljazeera] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1978* [ATV.at] Fix extractor for ATV.at by [NeroBurner](https://github.com/NeroBurner), [coletdjnz](https://github.com/coletdjnz)
1979* [bitchute] Fix test by [mahanstreamer](https://github.com/mahanstreamer)
1980* [camtube] Remove obsolete extractor by [alerikaisattera](https://github.com/alerikaisattera)
1981* [CDA] Add more formats by [u-spec-png](https://github.com/u-spec-png)
1982* [eroprofile] Fix page skipping in albums by [jhwgh1968](https://github.com/jhwgh1968)
1983* [facebook] Fix format sorting
1984* [facebook] Fix metadata extraction by [kikuyan](https://github.com/kikuyan)
1985* [facebook] Update onion URL by [Derkades](https://github.com/Derkades)
1986* [HearThisAtIE] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1987* [instagram] Add referrer to prevent throttling by [u-spec-png](https://github.com/u-spec-png), [kikuyan](https://github.com/kikuyan)
1988* [iwara.tv] Extract more metadata by [BunnyHelp](https://github.com/BunnyHelp)
1989* [iwara] Add thumbnail by [i6t](https://github.com/i6t)
1990* [kakao] Fix extractor
1991* [mediaset] Fix extraction for some videos by [nyuszika7h](https://github.com/nyuszika7h)
1992* [Motherless] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
1993* [Nova] fix extractor by [std-move](https://github.com/std-move)
1994* [ParamountPlus] Fix geo verification by [shirt](https://github.com/shirt-dev)
1995* [peertube] handle new video URL format by [Chocobozzz](https://github.com/Chocobozzz)
1996* [pornhub] Separate and fix playlist extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
1997* [reddit] Fix for quarantined subreddits by [ouwou](https://github.com/ouwou)
1998* [ShemarooMe] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1999* [soundcloud] Refetch `client_id` on 403
2000* [tiktok] Fix metadata extraction
2001* [TV2] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
2002* [tv5mondeplus] Fix extractor by [korli](https://github.com/korli)
2003* [VH1,TVLand] Fix extractors by [Sipherdrakon](https://github.com/Sipherdrakon)
2004* [Viafree] Fix extractor and extract subtitles by [coletdjnz](https://github.com/coletdjnz)
2005* [XHamster] Extract `uploader_id` by [octotherp](https://github.com/octotherp)
2006* [youtube] Add `shorts` to `_VALID_URL`
2007* [youtube] Add av01 itags to known formats list by [blackjack4494](https://github.com/blackjack4494)
2008* [youtube] Extract error messages from HTTPError response by [coletdjnz](https://github.com/coletdjnz)
2009* [youtube] Fix subtitle names
2010* [youtube] Prefer audio stream that YouTube considers default
2011* [youtube] Remove annotations and deprecate `--write-annotations` by [coletdjnz](https://github.com/coletdjnz)
2012* [Zee5] Fix extractor and add subtitles by [Ashish0804](https://github.com/Ashish0804)
9ee4f0bb 2013* [aria2c] Obey `--rate-limit`
2014* [EmbedSubtitle] Continue even if some files are missing
2015* [extractor] Better error message for DRM
2016* [extractor] Common function `_match_valid_url`
2017* [extractor] Show video id in error messages if possible
2018* [FormatSort] Remove priority of `lang`
2019* [options] Add `_set_from_options_callback`
2020* [SubtitleConvertor] Fix bug during subtitle conversion
2021* [utils] Add `parse_qs`
2022* [webvtt] Fix timestamp overflow adjustment by [fstirlitz](https://github.com/fstirlitz)
2023* Bugfix for `--replace-in-metadata`
2024* Don't try to merge with final extension
2025* Fix `--force-overwrites` when using `-k`
2026* Fix `--no-prefer-free-formats` by [CeruleanSky](https://github.com/CeruleanSky)
2027* Fix `-F` for extractors that directly return url
2028* Fix `-J` when there are failed videos
2029* Fix `extra_info` being reused across runs
2030* Fix `playlist_index` not obeying `playlist_start` and add tests
2031* Fix resuming of single formats when using `--no-part`
2032* Revert erroneous use of the `Content-Length` header by [fstirlitz](https://github.com/fstirlitz)
2033* Use `os.replace` where applicable by; paulwrubel
2034* [build] Add homebrew taps `yt-dlp/taps/yt-dlp` by [nao20010128nao](https://github.com/nao20010128nao)
2035* [build] Fix bug in making `yt-dlp.tar.gz`
2036* [docs] Fix some typos by [pukkandan](https://github.com/pukkandan), [zootedb0t](https://github.com/zootedb0t)
2037* [cleanup] Replace improper use of tab in trovo by [glenn-slayden](https://github.com/glenn-slayden)
2038
2039
418964fa 2040### 2021.08.10
2041
2042* Add option `--replace-in-metadata`
2043* Add option `--no-simulate` to not simulate even when `--print` or `--list...` are used - Deprecates `--print-json`
2044* Allow entire infodict to be printed using `%()s` - makes `--dump-json` redundant
2045* Allow multiple `--exec` and `--exec-before-download`
2046* Add regex to `--match-filter`
2047* Add all format filtering operators also to `--match-filter` by [max-te](https://github.com/max-te)
2048* Add compat-option `no-keep-subs`
2049* [adobepass] Add MSO Cablevision by [Jessecar96](https://github.com/Jessecar96)
2050* [BandCamp] Add BandcampMusicIE by [Ashish0804](https://github.com/Ashish0804)
5a64127f 2051* [blackboardcollaborate] Add new extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
418964fa 2052* [eroprofile] Add album downloader by [jhwgh1968](https://github.com/jhwgh1968)
2053* [mirrativ] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
2054* [openrec] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
2055* [nbcolympics:stream] Fix extractor by [nchilada](https://github.com/nchilada), [pukkandan](https://github.com/pukkandan)
2056* [nbcolympics] Update extractor for 2020 olympics by [wesnm](https://github.com/wesnm)
2057* [paramountplus] Separate extractor and fix some titles by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
2058* [RCTIPlus] Support events and TV by [MinePlayersPE](https://github.com/MinePlayersPE)
2059* [Newgrounds] Improve extractor and fix playlist by [u-spec-png](https://github.com/u-spec-png)
2060* [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` by [wesnm](https://github.com/wesnm)
2061* [crunchyroll] Fix thumbnail by [funniray](https://github.com/funniray)
2062* [HotStar] Use API for metadata and extract subtitles by [Ashish0804](https://github.com/Ashish0804)
2063* [instagram] Fix comments extraction by [u-spec-png](https://github.com/u-spec-png)
2064* [peertube] Fix videos without description by [u-spec-png](https://github.com/u-spec-png)
2065* [twitch:clips] Extract `display_id` by [dirkf](https://github.com/dirkf)
2066* [viki] Print error message from API request
2067* [Vine] Remove invalid formats by [u-spec-png](https://github.com/u-spec-png)
2068* [VrtNU] Fix XSRF token by [pgaig](https://github.com/pgaig)
2069* [vrv] Fix thumbnail extraction by [funniray](https://github.com/funniray)
2070* [youtube] Add extractor-arg `include-live-dash` to show live dash formats
2071* [youtube] Improve signature function detection by [PSlava](https://github.com/PSlava)
2072* [youtube] Raise appropriate error when API pages can't be downloaded
2073* Ensure `_write_ytdl_file` closes file handle on error
2074* Fix `--compat-options filename` by [stdedos](https://github.com/stdedos)
2075* Fix issues with infodict sanitization
2076* Fix resuming when using `--no-part`
2077* Fix wrong extension for intermediate files
2078* Handle `BrokenPipeError` by [kikuyan](https://github.com/kikuyan)
2079* Show libraries present in verbose head
2080* [extractor] Detect `sttp` as subtitles in MPD by [fstirlitz](https://github.com/fstirlitz)
2081* [extractor] Reset non-repeating warnings per video
2082* [ffmpeg] Fix streaming `mp4` to `stdout`
2083* [ffpmeg] Allow `--ffmpeg-location` to be a file with different name
2084* [utils] Fix `InAdvancePagedList.__getitem__`
2085* [utils] Fix `traverse_obj` depth when `is_user_input`
2086* [webvtt] Merge daisy-chained duplicate cues by [fstirlitz](https://github.com/fstirlitz)
2087* [build] Use custom build of `pyinstaller` by [shirt](https://github.com/shirt-dev)
2088* [tests:download] Add batch testing for extractors (`test_YourExtractor_all`)
2089* [docs] Document which fields `--add-metadata` adds to the file
2090* [docs] Fix some mistakes and improve doc
2091* [cleanup] Misc code cleanup
2092
2093
6ccf351a 2094### 2021.08.02
2095
2096* Add logo, banner and donate links
0ef787d7 2097* [outtmpl] Expand and escape environment variables
2098* [outtmpl] Add format types `j` (json), `l` (comma delimited list), `q` (quoted for terminal)
6ccf351a 2099* [downloader] Allow streaming some unmerged formats to stdout using ffmpeg
2100* [youtube] **Age-gate bypass**
2101 * Add `agegate` clients by [pukkandan](https://github.com/pukkandan), [MinePlayersPE](https://github.com/MinePlayersPE)
2102 * Add `thirdParty` to agegate clients to bypass more videos
2103 * Simplify client definitions, expose `embedded` clients
2104 * Improve age-gate detection by [coletdjnz](https://github.com/coletdjnz)
2105 * Fix default global API key by [coletdjnz](https://github.com/coletdjnz)
2106 * 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)
2107* [adobepass] Add MSO Sling TV by [wesnm](https://github.com/wesnm)
2108* [CBS] Add ParamountPlusSeriesIE by [Ashish0804](https://github.com/Ashish0804)
2109* [dplay] Add `ScienceChannelIE` by [Sipherdrakon](https://github.com/Sipherdrakon)
2110* [UtreonIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2111* [youtube] Add `mweb` client by [coletdjnz](https://github.com/coletdjnz)
2112* [youtube] Add `player_client=all`
2113* [youtube] Force `hl=en` for comments by [coletdjnz](https://github.com/coletdjnz)
2114* [youtube] Fix format sorting when using alternate clients
2115* [youtube] Misc cleanup by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
2116* [youtube] Extract SAPISID only once
2117* [CBS] Add fallback by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
2118* [Hotstar] Support cookies by [Ashish0804](https://github.com/Ashish0804)
2119* [HotStarSeriesIE] Fix regex by [Ashish0804](https://github.com/Ashish0804)
2120* [bilibili] Improve `_VALID_URL`
2121* [mediaset] Fix extraction by [nixxo](https://github.com/nixxo)
2122* [Mxplayer] Add h265 formats by [Ashish0804](https://github.com/Ashish0804)
2123* [RCTIPlus] Remove PhantomJS dependency by [MinePlayersPE](https://github.com/MinePlayersPE)
2124* [tenplay] Add MA15+ age limit by [pento](https://github.com/pento)
2125* [vidio] Fix login error detection by [MinePlayersPE](https://github.com/MinePlayersPE)
2126* [vimeo] Better extraction of original file by [Ashish0804](https://github.com/Ashish0804)
2127* [generic] Support KVS player (replaces ThisVidIE) by [rigstot](https://github.com/rigstot)
2128* Add compat-option `no-clean-infojson`
2129* Remove `asr` appearing twice in `-F`
2130* Set `home:` as the default key for `-P`
2131* [utils] Fix slicing of reversed `LazyList`
2132* [FormatSort] Fix bug for audio with unknown codec
2133* [test:download] Support testing with `ignore_no_formats_error`
2134* [cleanup] Refactor some code
2135
2136
f703a880 2137### 2021.07.24
2138
2139* [youtube:tab] Extract video duration early
2140* [downloader] Pass `info_dict` to `progress_hook`s
28dff70b 2141* [youtube] Fix age-gated videos for API clients when cookies are supplied by [coletdjnz](https://github.com/coletdjnz)
f703a880 2142* [youtube] Disable `get_video_info` age-gate workaround - This endpoint seems to be completely dead
2143* [youtube] Try all clients even if age-gated
2144* [youtube] Fix subtitles only being extracted from the first client
2145* [youtube] Simplify `_get_text`
2146* [cookies] bugfix for microsoft edge on macOS
2147* [cookies] Handle `sqlite` `ImportError` gracefully by [mbway](https://github.com/mbway)
2148* [cookies] Handle errors when importing `keyring`
2149
245524e6 2150### 2021.07.21
2151
2152* **Add option `--cookies-from-browser`** to load cookies from a browser by [mbway](https://github.com/mbway)
2153 * Usage: `--cookies-from-browser BROWSER[:PROFILE_NAME_OR_PATH]`
2154 * Also added `--no-cookies-from-browser`
2155 * To decrypt chromium cookies, `keyring` is needed for UNIX and `pycryptodome` for Windows
2156* Add option `--exec-before-download`
2157* Add field `live_status`
2158* [FFmpegMetadata] Add language of each stream and some refactoring
2159* [douyin] Add extractor by [pukkandan](https://github.com/pukkandan), [pyx](https://github.com/pyx)
2160* [pornflip] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
28dff70b 2161* **[youtube] Extract data from multiple clients** by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
245524e6 2162 * `player_client` now accepts multiple clients
2163 * Default `player_client` = `android,web`
2164 * This uses twice as many requests, but avoids throttling for most videos while also not losing any formats
2165 * Music clients can be specifically requested and is enabled by default if `music.youtube.com`
2166 * Added `player_client=ios` (Known issue: formats from ios are not sorted correctly)
2167 * Add age-gate bypass for android and ios clients
2168* [youtube] Extract more thumbnails
2169 * The thumbnail URLs are hard-coded and their actual existence is tested lazily
2170 * Added option `--no-check-formats` to not test them
2171* [youtube] Misc fixes
2172 * Improve extraction of livestream metadata by [pukkandan](https://github.com/pukkandan), [krichbanana](https://github.com/krichbanana)
2173 * Hide live dash formats since they can't be downloaded anyway
28dff70b 2174 * Fix authentication when using multiple accounts by [coletdjnz](https://github.com/coletdjnz)
2175 * Fix controversial videos when requested via API by [coletdjnz](https://github.com/coletdjnz)
2176 * Fix session index extraction and headers for non-web player clients by [coletdjnz](https://github.com/coletdjnz)
245524e6 2177 * Make `--extractor-retries` work for more errors
2178 * Fix sorting of 3gp format
2179 * Sanity check `chapters` (and refactor related code)
2180 * Make `parse_time_text` and `_extract_chapters` non-fatal
28dff70b 2181 * Misc cleanup and bug fixes by [coletdjnz](https://github.com/coletdjnz)
245524e6 2182* [youtube:tab] Fix channels tab
28dff70b 2183* [youtube:tab] Extract playlist availability by [coletdjnz](https://github.com/coletdjnz)
2184* **[youtube:comments] Move comment extraction to new API** by [coletdjnz](https://github.com/coletdjnz)
f703a880 2185 * Adds extractor-args `comment_sort` (`top`/`new`), `max_comments`, `max_comment_depth`
28dff70b 2186* [youtube:comments] Fix `is_favorited`, improve `like_count` parsing by [coletdjnz](https://github.com/coletdjnz)
245524e6 2187* [BravoTV] Improve metadata extraction by [kevinoconnor7](https://github.com/kevinoconnor7)
2188* [crunchyroll:playlist] Force http
2189* [yahoo:gyao:player] Relax `_VALID_URL` by [nao20010128nao](https://github.com/nao20010128nao)
2190* [nebula] Authentication via tokens from cookie jar by [hheimbuerger](https://github.com/hheimbuerger), [TpmKranz](https://github.com/TpmKranz)
2191* [RTP] Fix extraction and add subtitles by [fstirlitz](https://github.com/fstirlitz)
2192* [viki] Rewrite extractors and add extractor-arg `video_types` to `vikichannel` by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
2193* [vlive] Extract thumbnail directly in addition to the one from Naver
2194* [generic] Extract previously missed subtitles by [fstirlitz](https://github.com/fstirlitz)
2195* [generic] Extract everything in the SMIL manifest and detect discarded subtitles by [fstirlitz](https://github.com/fstirlitz)
2196* [embedthumbnail] Fix `_get_thumbnail_resolution`
2197* [metadatafromfield] Do not detect numbers as field names
2198* Fix selectors `all`, `mergeall` and add tests
2199* Errors in playlist extraction should obey `--ignore-errors`
2200* Fix bug where `original_url` was not propagated when `_type`=`url`
2201* Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
2202 * This was wrongly checking for `write_thumbnail`
2203* Improve `extractor_args` parsing
2204* Rename `NOTE` in `-F` to `MORE INFO` since it's often confused to be the same as `format_note`
2205* Add `only_once` param for `write_debug` and `report_warning`
2206* [extractor] Allow extracting multiple groups in `_search_regex` by [fstirlitz](https://github.com/fstirlitz)
2207* [utils] Improve `traverse_obj`
2208* [utils] Add `variadic`
2209* [utils] Improve `js_to_json` comment regex by [fstirlitz](https://github.com/fstirlitz)
2210* [webtt] Fix timestamps
2211* [compat] Remove unnecessary code
6ccf351a 2212* [docs] fix default of multistreams
245524e6 2213
f20f5fe5 2214
a8bf9b4d 2215### 2021.07.07
2216
2217* Merge youtube-dl: Upto [commit/a803582](https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada)
4bb6b02f 2218* Add `--extractor-args` to pass some extractor-specific arguments. See [readme](https://github.com/yt-dlp/yt-dlp#extractor-arguments)
62b58c09 2219 * Add extractor option `skip` for `youtube`, e.g. `--extractor-args youtube:skip=hls,dash`
4bb6b02f 2220 * Deprecates `--youtube-skip-dash-manifest`, `--youtube-skip-hls-manifest`, `--youtube-include-dash-manifest`, `--youtube-include-hls-manifest`
a8bf9b4d 2221* Allow `--list...` options to work with `--print`, `--quiet` and other `--list...` options
28dff70b 2222* [youtube] Use `player` API for additional video extraction requests by [coletdjnz](https://github.com/coletdjnz)
a8bf9b4d 2223 * **Fixes youtube premium music** (format 141) extraction
2224 * Adds extractor option `player_client` = `web`/`android`
2225 * **`--extractor-args youtube:player_client=android` works around the throttling** for the time-being
2226 * Adds extractor option `player_skip=config`
2227 * Adds age-gate fallback using embedded client
2228* [youtube] Choose correct Live chat API for upcoming streams by [krichbanana](https://github.com/krichbanana)
2229* [youtube] Fix subtitle names for age-gated videos
28dff70b 2230* [youtube:comments] Fix error handling and add `itct` to params by [coletdjnz](https://github.com/coletdjnz)
a8bf9b4d 2231* [youtube_live_chat] Fix download with cookies by [siikamiika](https://github.com/siikamiika)
2232* [youtube_live_chat] use `clickTrackingParams` by [siikamiika](https://github.com/siikamiika)
2233* [Funimation] Rewrite extractor
2234 * Add `FunimationShowIE` by [Mevious](https://github.com/Mevious)
2235 * **Treat the different versions of an episode as different formats of a single video**
2236 * This changes the video `id` and will break break existing archives
2237 * Compat option `seperate-video-versions` to fall back to old behavior including using the old video ids
2238 * Support direct `/player/` URL
2239 * Extractor options `language` and `version` to pre-select them during extraction
2240 * These options may be removed in the future if we can extract all formats without additional network requests
2241 * Do not rely on these for format selection and use `-f` filters instead
2242* [AdobePass] Add Spectrum MSO by [kevinoconnor7](https://github.com/kevinoconnor7), [ohmybahgosh](https://github.com/ohmybahgosh)
2243* [facebook] Extract description and fix title
2244* [fancode] Fix extraction, support live and allow login with refresh token by [zenerdi0de](https://github.com/zenerdi0de)
2245* [plutotv] Improve `_VALID_URL`
2246* [RCTIPlus] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
2247* [Soundcloud] Allow login using oauth token by [blackjack4494](https://github.com/blackjack4494)
2248* [TBS] Support livestreams by [llacb47](https://github.com/llacb47)
2249* [videa] Fix extraction by [nyuszika7h](https://github.com/nyuszika7h)
2250* [yahoo] Fix extraction by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
2251* Process videos when using `--ignore-no-formats-error` by [krichbanana](https://github.com/krichbanana)
2252* Fix `--throttled-rate` when using `--load-info-json`
2253* Fix `--flat-playlist` when entry has no `ie_key`
2254* Fix `check_formats` catching `ExtractorError` instead of `DownloadError`
2255* Fix deprecated option `--list-formats-old`
2256* [downloader/ffmpeg] Fix `--ppa` when using simultaneous download
2257* [extractor] Prevent unnecessary download of hls manifests and refactor `hls_split_discontinuity`
2258* [fragment] Handle status of download and errors in threads correctly; and minor refactoring
2259* [thumbnailsconvertor] Treat `jpeg` as `jpg`
2260* [utils] Fix issues with `LazyList` reversal
2261* [extractor] Allow extractors to set their own login hint
2262* [cleanup] Simplify format selector code with `LazyList` and `yield from`
2263* [cleanup] Clean `extractor.common._merge_subtitles` signature
2264* [cleanup] Fix some typos
2265
2266
6aecd871 2267### 2021.06.23
2268
2269* Merge youtube-dl: Upto [commit/379f52a](https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961)
2270* **Add option `--throttled-rate`** below which video data is re-extracted
2271* [fragment] **Merge during download for `-N`**, and refactor `hls`/`dash`
bc97cdae 2272* [websockets] Add `WebSocketFragmentFD` by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
6aecd871 2273* Allow `images` formats in addition to video/audio
2274* [downloader/mhtml] Add new downloader for slideshows/storyboards by [fstirlitz](https://github.com/fstirlitz)
2275* [youtube] Temporary **fix for age-gate**
2276* [youtube] Support ongoing live chat by [siikamiika](https://github.com/siikamiika)
28dff70b 2277* [youtube] Improve SAPISID cookie handling by [coletdjnz](https://github.com/coletdjnz)
6aecd871 2278* [youtube] Login is not needed for `:ytrec`
28dff70b 2279* [youtube] Non-fatal alert reporting for unavailable videos page by [coletdjnz](https://github.com/coletdjnz)
6aecd871 2280* [twitcasting] Websocket support by [nao20010128nao](https://github.com/nao20010128nao)
2281* [mediasite] Extract slides by [fstirlitz](https://github.com/fstirlitz)
21633673 2282* [funimation] Extract subtitles
6aecd871 2283* [pornhub] Extract `cast`
2284* [hotstar] Use server time for authentication instead of local time
2285* [EmbedThumbnail] Fix for already downloaded thumbnail
2286* [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
2287* Expand `--check-formats` to thumbnails
2288* Fix id sanitization in filenames
2289* Skip fixup of existing files and add `--fixup force` to force it
2290* Better error handling of syntax errors in `-f`
2291* Use `NamedTemporaryFile` for `--check-formats`
2292* [aria2c] Lower `--min-split-size` for HTTP downloads
2293* [options] Rename `--add-metadata` to `--embed-metadata`
2294* [utils] Improve `LazyList` and add tests
2295* [build] Build Windows x86 version with py3.7 and remove redundant tests by [pukkandan](https://github.com/pukkandan), [shirt](https://github.com/shirt-dev)
2296* [docs] Clarify that `--embed-metadata` embeds chapter markers
2297* [cleanup] Refactor fixup
2298
2299
0d47c278 2300### 2021.06.09
2301
2302* Fix bug where `%(field)d` in filename template throws error
0ef787d7 2303* [outtmpl] Improve offset parsing
0d47c278 2304* [test] More rigorous tests for `prepare_filename`
2305
3b1fe47d 2306### 2021.06.08
2307
2308* Remove support for obsolete Python versions: Only 3.6+ is now supported
2309* Merge youtube-dl: Upto [commit/c2350ca](https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2)
2310* [hls] Fix decryption for multithreaded downloader
2311* [extractor] Fix pre-checking archive for some extractors
884ce9d0 2312* [extractor] Fix FourCC fallback when parsing ISM by [fstirlitz](https://github.com/fstirlitz)
2313* [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE by [pukkandan](https://github.com/pukkandan), [nao20010128nao](https://github.com/nao20010128nao)
2314* [vidio] Add VidioPremierIE and VidioLiveIE by [MinePlayersPE](Https://github.com/MinePlayersPE)
6aecd871 2315* [viki] Fix extraction from [ytdl-org/youtube-dl@59e583f](https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82)
3b1fe47d 2316* [youtube] Support shorts URL
2317* [zoom] Extract transcripts as subtitles
2318* Add field `original_url` with the user-inputted URL
2319* Fix and refactor `prepare_outtmpl`
2320* Make more fields available for `--print` when used with `--flat-playlist`
2321* [utils] Generalize `traverse_dict` to `traverse_obj`
884ce9d0 2322* [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode by [fstirlitz](https://github.com/fstirlitz)
3b1fe47d 2323* [build] Release `yt-dlp.tar.gz`
962ffcf8 2324* [build,update] Add GNU-style SHA512 and prepare updater for similar SHA256 by [nihil-admirari](https://github.com/nihil-admirari)
884ce9d0 2325* [pyinst] Show Python version in exe metadata by [nihil-admirari](https://github.com/nihil-admirari)
3b1fe47d 2326* [docs] Improve documentation of dependencies
2327* [cleanup] Mark unused files
884ce9d0 2328* [cleanup] Point all shebang to `python3` by [fstirlitz](https://github.com/fstirlitz)
3b1fe47d 2329* [cleanup] Remove duplicate file `trovolive.py`
2330
2331
3de7c2ce 2332### 2021.06.01
2333
2334* Merge youtube-dl: Upto [commit/d495292](https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf)
2335* Pre-check archive and filters during playlist extraction
2336* Handle Basic Auth `user:pass` in URLs by [hhirtz](https://github.com/hhirtz) and [pukkandan](https://github.com/pukkandan)
28dff70b 2337* [archiveorg] Add YoutubeWebArchiveIE by [coletdjnz](https://github.com/coletdjnz) and [alex-gedeon](https://github.com/alex-gedeon)
eb038991 2338* [fancode] Add extractor by [rhsmachine](https://github.com/rhsmachine)
3de7c2ce 2339* [patreon] Support vimeo embeds by [rhsmachine](https://github.com/rhsmachine)
2340* [Saitosan] Add new extractor by [llacb47](https://github.com/llacb47)
2341* [ShemarooMe] Add extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
2342* [telemundo] Add extractor by [king-millez](https://github.com/king-millez)
2343* [SonyLIV] Add SonyLIVSeriesIE and subtitle support by [Ashish0804](https://github.com/Ashish0804)
2344* [Hotstar] Add HotStarSeriesIE by [Ashish0804](https://github.com/Ashish0804)
2345* [Voot] Add VootSeriesIE by [Ashish0804](https://github.com/Ashish0804)
2346* [vidio] Support login and premium videos by [MinePlayersPE](https://github.com/MinePlayersPE)
2347* [fragment] When using `-N`, do not keep the fragment content in memory
2348* [ffmpeg] Download and merge in a single step if possible
2349* [ThumbnailsConvertor] Support conversion to `png` and make it the default by [louie-github](https://github.com/louie-github)
2350* [VideoConvertor] Generalize with remuxer and allow conditional recoding
2351* [EmbedThumbnail] Embed in `mp4`/`m4a` using mutagen by [tripulse](https://github.com/tripulse) and [pukkandan](https://github.com/pukkandan)
2352* [EmbedThumbnail] Embed if any thumbnail was downloaded, not just the best
2353* [EmbedThumbnail] Correctly escape filename
2354* [update] replace self without launching a subprocess in windows
2355* [update] Block further update for unsupported systems
2356* Refactor `__process_playlist` by creating `LazyList`
2357* Write messages to `stderr` when both `quiet` and `verbose`
2358* Sanitize and sort playlist thumbnails
2359* Remove `None` values from `info.json`
2360* [extractor] Always prefer native hls downloader by default
2361* [extractor] Skip subtitles without URI in m3u8 manifests by [hheimbuerger](https://github.com/hheimbuerger)
2362* [extractor] Functions to parse `socket.io` response as `json` by [pukkandan](https://github.com/pukkandan) and [llacb47](https://github.com/llacb47)
2363* [extractor] Allow `note=False` when extracting manifests
2364* [utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
2365* [hls] Disable external downloader for `webtt`
2366* [youtube] `/live` URLs should raise error if channel is not live
2367* [youtube] Bug fixes
2368* [zee5] Fix m3u8 formats' extension
2369* [ard] Allow URLs without `-` before id by [olifre](https://github.com/olifre)
2370* [cleanup] `YoutubeDL._match_entry`
2371* [cleanup] Refactor updater
2372* [cleanup] Refactor ffmpeg convertors
2373* [cleanup] setup.py
2374
2375
0fdf490d 2376### 2021.05.20
2377
21633673 2378* **Youtube improvements**:
0fdf490d 2379 * Support youtube music `MP`, `VL` and `browse` pages
28dff70b 2380 * Extract more formats for youtube music by [craftingmod](https://github.com/craftingmod), [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
0fdf490d 2381 * Extract multiple subtitles in same language by [pukkandan](https://github.com/pukkandan) and [tpikonen](https://github.com/tpikonen)
2382 * Redirect channels that doesn't have a `videos` tab to their `UU` playlists
2383 * Support in-channel search
2384 * Sort audio-only formats correctly
2385 * Always extract `maxresdefault` thumbnail
2386 * Extract audio language
2387 * Add subtitle language names by [nixxo](https://github.com/nixxo) and [tpikonen](https://github.com/tpikonen)
2388 * Show alerts only from the final webpage
28dff70b 2389 * Add `html5=1` param to `get_video_info` page requests by [coletdjnz](https://github.com/coletdjnz)
0fdf490d 2390 * Better message when login required
2391* **Add option `--print`**: to print any field/template
34488702 2392 * Makes redundant: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url`
0fdf490d 2393* Field `additional_urls` to download additional videos from metadata using [`--parse-metadata`](https://github.com/yt-dlp/yt-dlp#modifying-metadata)
2394* Merge youtube-dl: Upto [commit/dfbbe29](https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b)
2395* Write thumbnail of playlist and add `pl_thumbnail` outtmpl key
2396* [embedthumbnail] Add `flac` support and refactor `mutagen` code by [pukkandan](https://github.com/pukkandan) and [tripulse](https://github.com/tripulse)
2397* [audius:artist] Add extractor by [king-millez](https://github.com/king-millez)
2398* [parlview] Add extractor by [king-millez](https://github.com/king-millez)
2399* [tenplay] Fix extractor by [king-millez](https://github.com/king-millez)
2400* [rmcdecouverte] Generalize `_VALID_URL`
2401* Add compat-option `no-attach-infojson`
2402* Add field `name` for subtitles
2403* Ensure `post_extract` and `pre_process` only run once
2404* Fix `--check-formats` when there is network error
2405* Standardize `write_debug` and `get_param`
2406* [options] Alias `--write-comments`, `--no-write-comments`
2407* [options] Refactor callbacks
2408* [test:download] Only extract enough videos for `playlist_mincount`
2409* [extractor] bugfix for when `compat_opts` is not given
cd59e221 2410* [build] Fix x86 build by [shirt](https://github.com/shirt-dev)
0fdf490d 2411* [cleanup] code formatting, youtube tests and readme
2412
fac98805 2413### 2021.05.11
fac98805 2414* **Deprecate support for python versions < 3.6**
eaeca38f 2415* **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details
fac98805 2416* **Improve output template:**
2417 * Allow slicing lists/strings using `field.start:end:step`
2418 * A field can also be used as offset like `field1+num+field2`
2419 * A default value can be given using `field|default`
2420 * Prevent invalid fields from causing errors
eaeca38f 2421* **Merge youtube-dl**: Upto [commit/a726009](https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0)
fac98805 2422* **Remove options** `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `--literal`, `--id`
2423* [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes
2424* [downloader] Fix `quiet` and `to_stderr`
2425* [fragment] Ensure the file is closed on error
2426* [fragment] Make sure first segment is not skipped
2427* [aria2c] Fix whitespace being stripped off
2428* [embedthumbnail] Fix bug where jpeg thumbnails were converted again
2429* [FormatSort] Fix for when some formats have quality and others don't
2430* [utils] Add `network_exceptions`
2431* [utils] Escape URL while sanitizing
2432* [ukcolumn] Add Extractor
2433* [whowatch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
2434* [CBS] Improve `_VALID_URL` to support movies
2435* [crackle] Improve extraction
2436* [curiositystream] Fix collections
2437* [francetvinfo] Improve video id extraction
2438* [generic] Respect the encoding in manifest
2439* [limelight] Obey `allow_unplayable_formats`
2440* [mediasite] Generalize URL pattern by [fstirlitz](https://github.com/fstirlitz)
2441* [mxplayer] Add MxplayerShowIE by [Ashish0804](https://github.com/Ashish0804)
2442* [nebula] Move to nebula.app by [Lamieur](https://github.com/Lamieur)
2443* [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)
2444* [niconico] Fix title and thumbnail extraction by [CXwudi](https://github.com/CXwudi)
2445* [plutotv] Extract subtitles from manifests
2446* [plutotv] Fix format extraction for some urls
2447* [rmcdecouverte] Improve `_VALID_URL`
2448* [sonyliv] Fix `title` and `series` extraction by [Ashish0804](https://github.com/Ashish0804)
2449* [tubi] Raise "no video formats" error when video url is empty
2450* [youtube:tab] Detect playlists inside community posts
2451* [youtube] Add `oembed` to reserved names
2452* [zee5] Fix extraction for some URLs by [Hadi0609](https://github.com/Hadi0609)
2453* [zee5] Fix py2 compatibility
2454* Fix `playlist_index` and add `playlist_autonumber`. See [#302](https://github.com/yt-dlp/yt-dlp/issues/302) for details
2455* Add experimental option `--check-formats` to test the URLs before format selection
eaeca38f 2456* Option `--compat-options` to revert [some of yt-dlp's changes](https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior)
fac98805 2457 * Deprecates `--list-formats-as-table`, `--list-formats-old`
2458* Fix number of digits in `%(playlist_index)s`
2459* Fix case sensitivity of format selector
2460* Revert "[core] be able to hand over id and title using url_result"
2461* Do not strip out whitespaces in `-o` and `-P`
2462* Fix `preload_download_archive` writing verbose message to `stdout`
2463* Move option warnings to `YoutubeDL`so that they obey `--no-warnings` and can output colors
2464* Py2 compatibility for `FileNotFoundError`
2465
2466
0cf05715 2467### 2021.04.22
2468* **Improve output template:**
2469 * Objects can be traversed like `%(field.key1.key2)s`
2470 * An offset can be added to numeric fields as `%(field+N)s`
2471 * Deprecates `--autonumber-start`
2472* **Improve `--sub-langs`:**
2473 * Treat `--sub-langs` entries as regex
2474 * `all` can be used to refer to all the subtitles
2475 * language codes can be prefixed with `-` to exclude it
2476 * Deprecates `--all-subs`
2477* Add option `--ignore-no-formats-error` to ignore the "no video format" and similar errors
2478* Add option `--skip-playlist-after-errors` to skip the rest of a playlist after a given number of errors are encountered
2479* Merge youtube-dl: Upto [commit/7e8b3f9](https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438)
2480* [downloader] Fix bug in downloader selection
e28f1c0a 2481* [BilibiliChannel] Fix pagination by [nao20010128nao](https://github.com/nao20010128nao) and [pukkandan](https://github.com/pukkandan)
0cf05715 2482* [rai] Add support for http formats by [nixxo](https://github.com/nixxo)
2483* [TubiTv] Add TubiTvShowIE by [Ashish0804](https://github.com/Ashish0804)
2484* [twitcasting] Fix extractor
e28f1c0a 2485* [viu:ott] Fix extractor and support series by [lkho](https://github.com/lkho) and [pukkandan](https://github.com/pukkandan)
28dff70b 2486* [youtube:tab] Show unavailable videos in playlists by [coletdjnz](https://github.com/coletdjnz)
0cf05715 2487* [youtube:tab] Reload with unavailable videos for all playlists
2488* [youtube] Ignore invalid stretch ratio
28dff70b 2489* [youtube] Improve channel syncid extraction to support ytcfg by [coletdjnz](https://github.com/coletdjnz)
2490* [youtube] Standardize API calls for tabs, mixes and search by [coletdjnz](https://github.com/coletdjnz)
0cf05715 2491* [youtube] Bugfix in `_extract_ytcfg`
2492* [mildom:user:vod] Download only necessary amount of pages
2493* [mildom] Remove proxy completely by [fstirlitz](https://github.com/fstirlitz)
2494* [go] Fix `_VALID_URL`
2495* [MetadataFromField] Improve regex and add tests
2496* [Exec] Ensure backward compatibility when the command contains `%`
2497* [extractor] Fix inconsistent use of `report_warning`
2498* Ensure `mergeall` selects best format when multistreams are disabled
2499* Improve the yt-dlp.sh script by [fstirlitz](https://github.com/fstirlitz)
2500* [lazy_extractor] Do not load plugins
2501* [ci] Disable fail-fast
6ccf351a 2502* [docs] Clarify which deprecated options still work
2503* [docs] Fix typos
0cf05715 2504
2505
a0f30f19 2506### 2021.04.11
2507* Add option `--convert-thumbnails` (only jpg currently supported)
2508* Format selector `mergeall` to download and merge all formats
2509* Pass any field to `--exec` using similar syntax to output template
2510* Choose downloader for each protocol using `--downloader PROTO:NAME`
2511 * Alias `--downloader` for `--external-downloader`
2512 * Added `native` as an option for the downloader
2513* Merge youtube-dl: Upto [commit/4fb25ff](https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7) (except vimeo)
2514* [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE by [Ashish0804](https://github.com/Ashish0804)
2515* [NFHSNetwork] Add extractor by [llacb47](https://github.com/llacb47)
2516* [nebula] Add extractor (watchnebula.com) by [hheimbuerger](https://github.com/hheimbuerger)
2517* [nitter] Fix extraction of reply tweets and update instance list by [B0pol](https://github.com/B0pol)
2518* [nitter] Fix thumbnails by [B0pol](https://github.com/B0pol)
2519* [youtube] Fix thumbnail URL
28dff70b 2520* [youtube] Parse API parameters from initial webpage by [coletdjnz](https://github.com/coletdjnz)
2521* [youtube] Extract comments' approximate timestamp by [coletdjnz](https://github.com/coletdjnz)
54670cf0 2522* [youtube] Fix alert extraction
a0f30f19 2523* [bilibili] Fix uploader
28dff70b 2524* [utils] Add `datetime_from_str` and `datetime_add_months` by [coletdjnz](https://github.com/coletdjnz)
a0f30f19 2525* Run some `postprocessors` before actual download
2526* Improve argument parsing for `-P`, `-o`, `-S`
2527* Fix some `m3u8` not obeying `--allow-unplayable-formats`
2528* Fix default of `dynamic_mpd`
2529* Deprecate `--all-formats`, `--include-ads`, `--hls-prefer-native`, `--hls-prefer-ffmpeg`
6ccf351a 2530* [docs] Improvements
a0f30f19 2531
02aabd45 2532### 2021.04.03
b31fdeed 2533* Merge youtube-dl: Upto [commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)
02aabd45 2534* Ability to set a specific field in the file's metadata using `--parse-metadata`
2535* Ability to select n'th best format like `-f bv*.2`
2536* [DiscoveryPlus] Add discoveryplus.in
2537* [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo)
2538* [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao)
2539* [ard:mediathek] Fix video id extraction
2540* [generic] Detect Invidious' link element
28dff70b 2541* [youtube] Show premium state in `availability` by [coletdjnz](https://github.com/coletdjnz)
02aabd45 2542* [viewsource] Add extractor to handle `view-source:`
2543* [sponskrub] Run before embedding thumbnail
6ccf351a 2544* [docs] Improve `--parse-metadata` documentation
02aabd45 2545
2546
a2f0b0c6 2547### 2021.03.24.1
2548* Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
2549
a3affbe6 2550### 2021.03.24
b23b9eef 2551* Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf))
a3affbe6 2552* Parse metadata from multiple fields using `--parse-metadata`
2553* Ability to load playlist infojson using `--load-info-json`
2554* Write current epoch to infojson when using `--no-clean-infojson`
2555* [youtube_live_chat] fix bug when trying to set cookies
b050d210 2556* [niconico] Fix for when logged in by [CXwudi](https://github.com/CXwudi) and [xtkoba](https://github.com/xtkoba)
a3affbe6 2557* [linuxacadamy] Fix login
2558
2559
a7f347d9 2560### 2021.03.21
2561* Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
a3affbe6 2562* Option `--no-clean-infojson` to keep private keys in the infojson
a7f347d9 2563* [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
2564* [aria2c] Better default arguments
2565* [movefiles] Fix bugs and make more robust
2566* [formatSort] Fix `quality` being ignored
2567* [splitchapters] Fix for older ffmpeg
2568* [sponskrub] Pass proxy to sponskrub
2569* Make sure `post_hook` gets the final filename
2570* Recursively remove any private keys from infojson
2571* Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
2572* Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
2573* Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
2574* Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
2575* More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
6ccf351a 2576* [docs] Add deprecated options and aliases in readme
2577* [docs] Fix some minor mistakes
a7f347d9 2578
2579* [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)
2580* [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
2581* [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
2582* [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
2583* [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
2584* [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
2585* [linuxacadamy] Improve regex
28dff70b 2586* [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
a7f347d9 2587* [youtube] bugfix for channel playlist extraction
2588* [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
2589
2590
597c1866 2591### 2021.03.15
2592* **Split video by chapters**: using option `--split-chapters`
2593 * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
2594 * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
2595* **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
2596 * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
2597* Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
a515a78d 2598* [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
597c1866 2599* [rai] fix drm check [nixxo](https://github.com/nixxo)
597c1866 2600* [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
2601* [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
2602* [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
28dff70b 2603* [youtube] Rewrite comment extraction by [coletdjnz](https://github.com/coletdjnz)
597c1866 2604* [embedthumbnail] Set mtime correctly
2605* Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
2606
2607
c5640c45 2608### 2021.03.07
28dff70b 2609* [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [coletdjnz](https://github.com/coletdjnz)
2610* [youtube] Fix private feeds/playlists on multi-channel accounts by [coletdjnz](https://github.com/coletdjnz)
2611* [youtube] Extract alerts from continuation by [coletdjnz](https://github.com/coletdjnz)
c5640c45 2612* [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
a515a78d 2613* [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
c5640c45 2614* [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
2615* [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
994443d2 2616* [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
c5640c45 2617* [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
2618* [trovo] Pass origin header
2619* [rai] Check for DRM by [nixxo](https://github.com/nixxo)
994443d2 2620* [downloader] Fix bug for `ffmpeg`/`httpie`
c5640c45 2621* [update] Fix updater removing the executable bit on some UNIX distros
2622* [update] Fix current build hash for UNIX
6ccf351a 2623* [docs] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
c5640c45 2624* Fix some videos downloading with `m3u8` extension
2625* Remove "fixup is ignored" warning when fixup wasn't passed by user
2626
2627
a8278aba 2628### 2021.03.03.2
2629* [build] Fix bug
2630
5f751495 2631### 2021.03.03
28dff70b 2632* [youtube] Use new browse API for continuation page extraction by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
a8278aba 2633* Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
c5640c45 2634* Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
5f751495 2635* [mtv] Fix extractor
a8278aba 2636* [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
162e6f00 2637* [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
5f751495 2638* [youtube] Throw error when `--extractor-retries` are exhausted
2639* Reduce default of `--extractor-retries` to 3
a8278aba 2640* Fix packaging bugs by [hseg](https://github.com/hseg)
5f751495 2641
2642
5ef7d9bd 2643### 2021.03.01
2644* Allow specifying path in `--external-downloader`
2645* Add option `--sleep-requests` to sleep b/w requests
2646* Add option `--extractor-retries` to retry on known extractor errors
2647* Extract comments only when needed
2648* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
5372545d 2649* Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
5ef7d9bd 2650* [youtube] Retry on more known errors than just HTTP-5xx
5372545d 2651* [youtube] Fix inconsistent `webpage_url`
5ef7d9bd 2652* [tennistv] Fix format sorting
5ef7d9bd 2653* [bilibiliaudio] Recognize the file as audio-only
2654* [hrfensehen] Fix wrong import
5ef7d9bd 2655* [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
5372545d 2656* [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
2657* [hls] Fix bug with m3u8 format extraction
2658* [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
5ef7d9bd 2659* [embedthumbnail] Fix bug with deleting original thumbnail
2660* [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
2661* [ci] Disable download tests unless specifically invoked
2662* Cleanup some code and fix typos
2663
2664
c74d1aa3 2665### 2021.02.24
2666* Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
2667* **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
127d0759 2668 * Also, `youtube-dlc` config files are no longer loaded
c5640c45 2669* Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
c74d1aa3 2670* [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
2671* [youtube] Show if video was a live stream in info (`was_live`)
a515a78d 2672* [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
c74d1aa3 2673* [jwplatform] Add support for `hyland.com`
2674* [tennistv] Fix extractor
2675* [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
2676* [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
127d0759 2677* [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
c74d1aa3 2678* Fix `--windows-filenames` removing `/` from UNIX paths
2679* [hls] Show warning if pycryptodome is not found
6ccf351a 2680* [docs] Improvements
c74d1aa3 2681 * Fix documentation of `Extractor Options`
127d0759 2682 * Document `all` in format selection
c74d1aa3 2683 * Document `playable_in_embed` in output templates
2684
2685
4524baf0 2686### 2021.02.19
c5640c45 2687* Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
4524baf0 2688* [viki] Fix extractor
2689* [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
2690* [youtube] Multiple page support for hashtag URLs
2691* [youtube] Add more invidious instances
2692* [youtube] Fix comment extraction when comment text is empty
2693* Option `--windows-filenames` to force use of windows compatible filenames
2694* [ExtractAudio] Bugfix
2695* Don't raise `parser.error` when exiting for update
2696* [MoveFiles] Fix for when merger can't run
2697* Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
2698* Format Sort improvements:
2699 * Prefer `vp9.2` more than other `vp9` codecs
2700 * Remove forced priority of `quality`
2701 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
2702* Build improvements:
2703 * Fix hash output by [shirt](https://github.com/shirt-dev)
2704 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
2705 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
2706 * Set version number based on UTC time, not local time
2707 * Publish on PyPi only if token is set
6ccf351a 2708* [docs] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
4524baf0 2709
2710
aa837ddf 2711### 2021.02.15
c5640c45 2712* Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
eb038991 2713* [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 2714* Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
2715* [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
aa837ddf 2716* [rumble] Add support for video page
4524baf0 2717* Option `--allow-unplayable-formats` to allow downloading unplayable video formats
aa837ddf 2718* [ExtractAudio] Don't re-encode when file is already in a common audio format
aa837ddf 2719* [youtube] Fix search continuations
2720* [youtube] Fix for new accounts
4524baf0 2721* Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
aa837ddf 2722 * Fix SHA256 calculation in build and implement hash checking for updater
2723 * Exit immediately in windows once the update process starts
2724 * Fix updater for `x86.exe`
2725 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
4524baf0 2726 * Change optional dependency to `pycryptodome`
2727* Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
aa837ddf 2728* Fix `allow_playlist_files` not being correctly passed through
4524baf0 2729* Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
aa837ddf 2730* Fix `get_executable_path` in UNIX
2731* [sponskrub] Print ffmpeg output and errors to terminal
2732* `__real_download` should be false when ffmpeg unavailable and no download
2733* Show `exe`/`zip`/`source` and 32/64bit in verbose message
2734
2735
ba9f36d7 2736### 2021.02.09
2737* **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
2738* **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
2739* [youtube] Fix comment extraction
2740* [youtube_live_chat] Improve extraction
2741* [youtube] Fix for channel URLs sometimes not downloading all pages
2742* [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
2743* Add fallback for thumbnails
2744* [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
2745* [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
2746* [pyinst.py] Move back to root dir
2747* [youtube] Simplified renderer parsing and bugfixes
2748* [movefiles] Fix compatibility with python2
2749* [remuxvideo] Fix validation of conditional remux
2750* [sponskrub] Don't raise error when the video does not exist
6ccf351a 2751* [docs] Crypto is an optional dependency
ba9f36d7 2752
2753
c25228e5 2754### 2021.02.04
c5640c45 2755* Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
0fd1a2b0 2756* **Date/time formatting in output template:**
2757 * 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 2758* **Multiple output templates:**
0fd1a2b0 2759 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
2760 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
c25228e5 2761* [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
2762* New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
2763* [audius] Fix extractor
2764* [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
2765* [postprocessor] Raise errors correctly
2766* [metadatafromtitle] Fix bug when extracting data from numeric fields
2767* Fix issue with overwriting files
2768* Fix "Default format spec" appearing in quiet mode
2769* [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
2770* [FormatSort] fix bug where `quality` had more priority than `hasvid`
2771* [pyinst] Automatically detect python architecture and working directory
2772* Strip out internal fields such as `_filename` from infojson
2773
2774
29b6000e 2775### 2021.01.29
4524baf0 2776* **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
29b6000e 2777 * Add `--get-comments`
2778 * [youtube] Extract comments
2779 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
2780 * [billibilli] Extract comments
2781 * [billibilli] Better video extraction
2782 * Write playlist data to infojson
2783 * [FFmpegMetadata] Embed infojson inside the video
2784 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
2785 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
2786 * [EmbedThumbnail] Embed in ogg/opus
2787 * [VideoRemuxer] Conditionally remux video
2788 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
2789 * [ffmpeg] Print entire stderr in verbose when there is error
2790 * [EmbedSubtitle] Warn when embedding ass in mp4
2791 * [anvato] Use NFLTokenGenerator if possible
2792* **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
2793 * The extracted fields can be used in `--output`
2794 * Deprecated `--metadata-from-title`
2795* [Audius] Add extractor
2796* [youtube] Extract playlist description and write it to `.description` file
2797* Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
2798* Fix wrong user config from v2021.01.24
2799* [youtube] Report error message from youtube as error instead of warning
2800* [FormatSort] Fix some fields not sorting from v2021.01.24
2801* [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
2802* [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
2803* [movefiles] Don't give "cant find" warning when move is unnecessary
2804* Refactor `update-version`, `pyinst.py` and related files
2805* [ffmpeg] Document more formats that are supported for remux/recode
2806
2807
0bc0a322 2808### 2021.01.24
c5640c45 2809* Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
7a5c1cfe 2810* Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
0bc0a322 2811* **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
6ccf351a 2812 * The syntax is `-P "type:path" -P "type:path"`
0bc0a322 2813 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
6ccf351a 2814 * Additionally, configuration file is taken from home directory or current directory
2815* Allow passing different arguments to different external downloaders
ba9f36d7 2816* [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
0bc0a322 2817* Warn when using old style `--external-downloader-args` and `--post-processor-args`
2818* Fix `--no-overwrite` when using `--write-link`
2819* [sponskrub] Output `unrecognized argument` error message correctly
2820* [cbs] Make failure to extract title non-fatal
2821* Fix typecasting when pre-checking archive
2822* Fix issue with setting title on UNIX
2823* Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
2824* [tests] Fix test_post_hooks
2825* [tests] Split core and download tests
2826
2827
c69911e4 2828### 2021.01.20
2829* [TrovoLive] Add extractor (only VODs)
e2f6586c 2830* [pokemon] Add `/#/player` URLs
c69911e4 2831* Improved parsing of multiple postprocessor-args, add `--ppa` as alias
2832* [EmbedThumbnail] Simplify embedding in mkv
2833* [sponskrub] Encode filenames correctly, better debug output and error message
2834* [readme] Cleanup options
2835
e2f6586c 2836
298f597b 2837### 2021.01.16
c5640c45 2838* Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
f57adf0e 2839* **Configuration files:**
2840 * Portable configuration file: `./yt-dlp.conf`
7a5c1cfe 2841 * 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 2842* Add PyPI release
2843
2844
bf5a997e 2845### 2021.01.14
2846* Added option `--break-on-reject`
ba9f36d7 2847* [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
bf5a997e 2848* [tiktok] Fix for when share_info is empty
2849* [EmbedThumbnail] Fix bug due to incorrect function name
6ccf351a 2850* [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
2851* [docs] Change all links to correctly point to new fork URL
2852* [docs] Fixes typos
bf5a997e 2853
2854
9b45b9f5 2855### 2021.01.12
ba9f36d7 2856* [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
2857* Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
9b45b9f5 2858* Changed fork name to `yt-dlp`
ba9f36d7 2859* Fix typos by [FelixFrog](https://github.com/FelixFrog)
9b45b9f5 2860* [ci] Option to skip
2861* [changelog] Added unreleased changes in blackjack4494/yt-dlc
2862
2863
f5546c0b 2864### 2021.01.10
ba9f36d7 2865* [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
2866* [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
2867* [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
a7f347d9 2868* [youtube] Show if video is embeddable in info (`playable_in_embed`)
65156eba 2869* Update version badge automatically in README
2870* Enable `test_youtube_search_matching`
2871* Create `to_screen` and similar functions in postprocessor/common
2872
f20f5fe5 2873
f5546c0b 2874### 2021.01.09
4084f235 2875* [youtube] Fix bug in automatic caption extraction
ba9f36d7 2876* Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
2877* Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
2878* Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
2879* Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
2880* Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
034b6215 2881
f20f5fe5 2882
f5546c0b 2883### 2021.01.08
c5640c45 2884* 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 2885* Moved changelog to separate file
e5bc03a6 2886
f20f5fe5 2887
034b6215 2888### 2021.01.07-1
ba9f36d7 2889* [Akamai] fix by [nixxo](https://github.com/nixxo)
2890* [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
2891* [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
2892* [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
2893* Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
034b6215 2894* Allow passing different arguments to different postprocessors using `--postprocessor-args`
2895* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
2896* [CI] Split tests into core-test and full-test
2897
f20f5fe5 2898
034b6215 2899### 2021.01.07
2900* Removed priority of `av01` codec in `-S` since most devices don't support it yet
2901* Added `duration_string` to be used in `--output`
2902* Created First Release
2903
f20f5fe5 2904
034b6215 2905### 2021.01.05-1
2906* **Changed defaults:**
2907 * Enabled `--ignore`
2908 * Disabled `--video-multistreams` and `--audio-multistreams`
2909 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
2910 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
2911 * Changed `webm` to be more preferable than `flv` in format sorting
2912 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
2913 * Enabled `--list-formats-as-table`
2914
f20f5fe5 2915
034b6215 2916### 2021.01.05
2917* **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
2918* **Format Selection:** See [Format Selection](README.md#format-selection) for details
2919 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
21633673 2920 * Changed video format sorting to show video only files and video+audio files together
034b6215 2921 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
2922 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
c5640c45 2923* 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 2924* **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
ba9f36d7 2925* Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
034b6215 2926* Added `--list-formats-as-table`, `--list-formats-old`
f20f5fe5 2927* **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 2928 * 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`
2929 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
2930* Relaxed validation for format filters so that any arbitrary field can be used
ba9f36d7 2931* 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 2932* Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
c5640c45 2933* 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 2934 * 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
2935* Cleaned up the fork for public use
f20f5fe5 2936
2937
91f071af 2938**Note**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
597c1866 2939
a804f6d8 2940### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
597c1866 2941* Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
2942* Youtube improvements by [pukkandan](https://github.com/pukkandan)
f20f5fe5 2943 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
f20f5fe5 2944 * Fix some improper Youtube URLs
2945 * Redirect channel home to /video
2946 * Print youtube's warning message
597c1866 2947 * Handle Multiple pages for feeds better
28dff70b 2948* [youtube] Fix ytsearch not returning results sometimes due to promoted content by [coletdjnz](https://github.com/coletdjnz)
597c1866 2949* [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
ba9f36d7 2950* Add --break-on-existing by [gergesh](https://github.com/gergesh)
597c1866 2951* Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
2952* [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
2953* [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
2954* [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
2955* [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
2956* [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
2957* [ina] support mobile links by [B0pol](https://github.com/B0pol)
2958* [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
2959* [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
2960* [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
2961* [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
2962* [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
91f071af 2963* [ITV] BTCC URL update by [WolfganP](https://github.com/WolfganP)
597c1866 2964* [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
2965* [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
2966* [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
2967* [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
3de7c2ce 2968* make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)
91f071af 2969
2970
2971### Changelog of [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc) till release 2020.11.11-3
2972
2973**Note**: This was constructed from the merge commit messages and may not be entirely accurate
2974
2975* [bandcamp] fix failing test. remove subclass hack by [insaneracist](https://github.com/insaneracist)
2976* [bandcamp] restore album downloads by [insaneracist](https://github.com/insaneracist)
2977* [francetv] fix extractor by [Surkal](https://github.com/Surkal)
2978* [gdcvault] fix extractor by [blackjack4494](https://github.com/blackjack4494)
2979* [hotstar] Move to API v1 by [theincognito-inc](https://github.com/theincognito-inc)
2980* [hrfernsehen] add extractor by [blocktrron](https://github.com/blocktrron)
2981* [kakao] new apis by [blackjack4494](https://github.com/blackjack4494)
2982* [la7] fix missing protocol by [nixxo](https://github.com/nixxo)
2983* [mailru] removed escaped braces, use urljoin, added tests by [nixxo](https://github.com/nixxo)
2984* [MTV/Nick] universal mgid extractor + fix nick.de feed by [blackjack4494](https://github.com/blackjack4494)
2985* [mtv] Fix a missing match_id by [nixxo](https://github.com/nixxo)
2986* [Mtv] updated extractor logic & more by [blackjack4494](https://github.com/blackjack4494)
2987* [ndr] support Daserste ndr by [blackjack4494](https://github.com/blackjack4494)
2988* [Netzkino] Only use video id to find metadata by [TobiX](https://github.com/TobiX)
2989* [newgrounds] fix: video download by [insaneracist](https://github.com/insaneracist)
2990* [nitter] Add new extractor by [B0pol](https://github.com/B0pol)
2991* [soundcloud] Resolve audio/x-wav by [tfvlrue](https://github.com/tfvlrue)
2992* [soundcloud] sets pattern and tests by [blackjack4494](https://github.com/blackjack4494)
2993* [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updated by [blackjack4494](https://github.com/blackjack4494)
2994* [StoryFire] Add new extractor by [sgstair](https://github.com/sgstair)
2995* [twitch] by [geauxlo](https://github.com/geauxlo)
2996* [videa] Adapt to updates by [adrianheine](https://github.com/adrianheine)
2997* [Viki] subtitles, formats by [blackjack4494](https://github.com/blackjack4494)
2998* [vlive] fix extractor for revamped website by [exwm](https://github.com/exwm)
2999* [xtube] fix extractor by [insaneracist](https://github.com/insaneracist)
3000* [youtube] Convert subs when download is skipped by [blackjack4494](https://github.com/blackjack4494)
3001* [youtube] Fix age gate detection by [random-nick](https://github.com/random-nick)
3002* [youtube] fix yt-only playback when age restricted/gated - requires cookies by [blackjack4494](https://github.com/blackjack4494)
3003* [youtube] fix: extract artist metadata from ytInitialData by [insaneracist](https://github.com/insaneracist)
3004* [youtube] fix: extract mix playlist ids from ytInitialData by [insaneracist](https://github.com/insaneracist)
3005* [youtube] fix: mix playlist title by [insaneracist](https://github.com/insaneracist)
3006* [youtube] fix: Youtube Music playlists by [insaneracist](https://github.com/insaneracist)
3007* [Youtube] Fixed problem with new youtube player by [peet1993](https://github.com/peet1993)
3008* [zoom] Fix url parsing for url's containing /share/ and dots by [Romern](https://github.com/Romern)
3009* [zoom] new extractor by [insaneracist](https://github.com/insaneracist)
3010* abc by [adrianheine](https://github.com/adrianheine)
3011* Added Comcast_SSO fix by [merval](https://github.com/merval)
3012* Added DRM logic to brightcove by [merval](https://github.com/merval)
3013* Added regex for ABC.com site. by [kucksdorfs](https://github.com/kucksdorfs)
3014* alura by [hugohaa](https://github.com/hugohaa)
3015* Arbitrary merges by [fstirlitz](https://github.com/fstirlitz)
3016* ard.py_add_playlist_support by [martin54](https://github.com/martin54)
3017* Bugfix/youtube/chapters fix extractor by [gschizas](https://github.com/gschizas)
3018* bugfix_youtube_like_extraction by [RedpointsBots](https://github.com/RedpointsBots)
3019* Create build workflow by [blackjack4494](https://github.com/blackjack4494)
3020* deezer by [LucBerge](https://github.com/LucBerge)
3021* Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
3022* Don't install tests by [l29ah](https://github.com/l29ah)
3023* Don't try to embed/convert json subtitles generated by [youtube](https://github.com/youtube) livechat by [pukkandan](https://github.com/pukkandan)
3024* Doodstream by [sxvghd](https://github.com/sxvghd)
3025* duboku by [lkho](https://github.com/lkho)
3026* elonet by [tpikonen](https://github.com/tpikonen)
3027* ext/remuxe-video by [Zocker1999NET](https://github.com/Zocker1999NET)
3028* fall-back to the old way to fetch subtitles, if needed by [RobinD42](https://github.com/RobinD42)
3029* feature_subscriber_count by [RedpointsBots](https://github.com/RedpointsBots)
3030* Fix external downloader when there is no http_header by [pukkandan](https://github.com/pukkandan)
3031* Fix issue triggered by [tubeup](https://github.com/tubeup) by [nsapa](https://github.com/nsapa)
3032* Fix YoutubePlaylistsIE by [ZenulAbidin](https://github.com/ZenulAbidin)
3033* fix-mitele' by [DjMoren](https://github.com/DjMoren)
3034* fix/google-drive-cookie-issue by [legraphista](https://github.com/legraphista)
3035* fix_tiktok by [mervel-mervel](https://github.com/mervel-mervel)
3036* Fixed problem with JS player URL by [peet1993](https://github.com/peet1993)
3037* fixYTSearch by [xarantolus](https://github.com/xarantolus)
3038* FliegendeWurst-3sat-zdf-merger-bugfix-feature
3039* gilou-bandcamp_update
3040* implement ThisVid extractor by [rigstot](https://github.com/rigstot)
3041* JensTimmerman-patch-1 by [JensTimmerman](https://github.com/JensTimmerman)
3042* Keep download archive in memory for better performance by [jbruchon](https://github.com/jbruchon)
3043* la7-fix by [iamleot](https://github.com/iamleot)
3044* magenta by [adrianheine](https://github.com/adrianheine)
3045* Merge 26564 from [adrianheine](https://github.com/adrianheine)
3046* Merge code from [ddland](https://github.com/ddland)
3047* Merge code from [nixxo](https://github.com/nixxo)
3048* Merge code from [ssaqua](https://github.com/ssaqua)
3049* Merge code from [zubearc](https://github.com/zubearc)
3050* mkvthumbnail by [MrDoritos](https://github.com/MrDoritos)
3051* myvideo_ge by [fonkap](https://github.com/fonkap)
3052* naver by [SeonjaeHyeon](https://github.com/SeonjaeHyeon)
3053* ondemandkorea by [julien-hadleyjack](https://github.com/julien-hadleyjack)
3054* rai-update by [iamleot](https://github.com/iamleot)
3055* RFC: youtube: Polymer UI and JSON endpoints for playlists by [wlritchi](https://github.com/wlritchi)
3056* rutv by [adrianheine](https://github.com/adrianheine)
3057* Sc extractor web auth by [blackjack4494](https://github.com/blackjack4494)
3058* Switch from binary search tree to Python sets by [jbruchon](https://github.com/jbruchon)
3059* tiktok by [skyme5](https://github.com/skyme5)
3060* tvnow by [TinyToweringTree](https://github.com/TinyToweringTree)
3061* twitch-fix by [lel-amri](https://github.com/lel-amri)
3062* Twitter shortener by [blackjack4494](https://github.com/blackjack4494)
3063* Update README.md by [JensTimmerman](https://github.com/JensTimmerman)
3064* Update to reflect website changes. by [amigatomte](https://github.com/amigatomte)
3065* use webarchive to fix a dead link in README by [B0pol](https://github.com/B0pol)
3066* Viki the second by [blackjack4494](https://github.com/blackjack4494)
3067* wdr-subtitles by [mrtnmtth](https://github.com/mrtnmtth)
3068* Webpfix by [alexmerkel](https://github.com/alexmerkel)
3069* Youtube live chat by [siikamiika](https://github.com/siikamiika)