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