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