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