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