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