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