]> jfr.im git - yt-dlp.git/blob - Changelog.md
[cleanup] Fix some typos (#4194)
[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 "Based on ytdl" version in Readme.md if needed
9 * Commit as `Release <version>` and push to master
10 * Dispatch the workflow https://github.com/yt-dlp/yt-dlp/actions/workflows/build.yml on master
11 -->
12
13
14 ### 2022.06.22.1
15
16 * [build] Fix updating homebrew formula
17
18 ### 2022.06.22
19
20 * [**Deprecate support for Python 3.6**](https://github.com/yt-dlp/yt-dlp/issues/3764#issuecomment-1154051119)
21 * **Add option `--download-sections` to download video partially**
22 * Chapter regex and time ranges are accepted (Eg: `--download-sections *1:10-2:20`)
23 * Add option `--alias`
24 * Add option `--lazy-playlist` to process entries as they are received
25 * Add option `--retry-sleep`
26 * Add slicing notation to `--playlist-items`
27 * Adds support for negative indices and step
28 * Add `-I` as alias for `--playlist-index`
29 * Makes `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` redundant
30 * `--config-location -` to provide options interactively
31 * [build] Add Linux standalone builds
32 * [update] Self-restart after update
33 * Merge youtube-dl: Upto [commit/8a158a9](https://github.com/ytdl-org/youtube-dl/commit/8a158a9)
34 * Add `--no-update`
35 * Allow extractors to specify section_start/end for clips
36 * Do not print progress to `stderr` with `-q`
37 * Ensure pre-processor errors do not block video download
38 * Fix `--simulate --max-downloads`
39 * Improve error handling of bad config files
40 * Return an error code if update fails
41 * Fix bug in [3a408f9](https://github.com/yt-dlp/yt-dlp/commit/3a408f9d199127ca2626359e21a866a09ab236b3)
42 * [ExtractAudio] Allow conditional conversion
43 * [ModifyChapters] Fix repeated removal of small segments
44 * [ThumbnailsConvertor] Allow conditional conversion
45 * [cookies] Detect profiles for cygwin/BSD by [moench-tegeder](https://github.com/moench-tegeder)
46 * [dash] Show fragment count with `--live-from-start` by [flashdagger](https://github.com/flashdagger)
47 * [extractor] Add `_search_json` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
48 * [extractor] Add `default` parameter to `_search_json` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
49 * [extractor] Add dev option `--load-pages`
50 * [extractor] Handle `json_ld` with multiple `@type`s
51 * [extractor] Import `_ALL_CLASSES` lazily
52 * [extractor] Recognize `src` attribute from HTML5 media elements by [Lesmiscore](https://github.com/Lesmiscore)
53 * [extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85d
54 * [f4m] Bugfix
55 * [ffmpeg] Check version lazily
56 * [jsinterp] Some optimizations and refactoring by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
57 * [utils] Improve performance using `functools.cache`
58 * [utils] Send HTTP/1.1 ALPN extension by [coletdjnz](https://github.com/coletdjnz)
59 * [utils] `ExtractorError`: Fix `exc_info`
60 * [utils] `ISO3166Utils`: Add `EU` and `AP`
61 * [utils] `Popen`: Refactor to use contextmanager
62 * [utils] `locked_file`: Fix for PyPy on Windows
63 * [update] Expose more functionality to API
64 * [update] Use `.git` folder to distinguish `source`/`unknown`
65 * [compat] Add `functools.cached_property`
66 * [test] Fix `FakeYDL` signatures by [coletdjnz](https://github.com/coletdjnz)
67 * [docs] Improvements
68 * [cleanup, ExtractAudio] Refactor
69 * [cleanup, downloader] Refactor `report_progress`
70 * [cleanup, extractor] Refactor `_download_...` methods
71 * [cleanup, extractor] Rename `extractors.py` to `_extractors.py`
72 * [cleanup, utils] Don't use kwargs for `format_field`
73 * [cleanup, build] Refactor
74 * [cleanup, docs] Re-indent "Usage and Options" section
75 * [cleanup] Deprecate `YoutubeDL.parse_outtmpl`
76 * [cleanup] Misc fixes and cleanup by [Lesmiscore](https://github.com/Lesmiscore), [MrRawes](https://github.com/MrRawes), [christoph-heinrich](https://github.com/christoph-heinrich), [flashdagger](https://github.com/flashdagger), [gamer191](https://github.com/gamer191), [kwconder](https://github.com/kwconder), [pukkandan](https://github.com/pukkandan)
77 * [extractor/DailyWire] Add extractors by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
78 * [extractor/fourzerostudio] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
79 * [extractor/GoogleDrive] Add folder extractor by [evansp](https://github.com/evansp), [pukkandan](https://github.com/pukkandan)
80 * [extractor/MirrorCoUK] Add extractor by [LunarFang416](https://github.com/LunarFang416), [pukkandan](https://github.com/pukkandan)
81 * [extractor/atscaleconfevent] Add extractor by [Ashish0804](https://github.com/Ashish0804)
82 * [extractor/freetv] Add extractor by [elyse0](https://github.com/elyse0)
83 * [extractor/ixigua] Add Extractor by [HobbyistDev](https://github.com/HobbyistDev)
84 * [extractor/kicker.de] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
85 * [extractor/netverse] Add extractors by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
86 * [extractor/playsuisse] Add extractor by [pukkandan](https://github.com/pukkandan), [sbor23](https://github.com/sbor23)
87 * [extractor/substack] Add extractor by [elyse0](https://github.com/elyse0)
88 * [extractor/youtube] **Support downloading clips**
89 * [extractor/youtube] Add `innertube_host` and `innertube_key` extractor args by [coletdjnz](https://github.com/coletdjnz)
90 * [extractor/youtube] Add warning for PostLiveDvr
91 * [extractor/youtube] Bring back `_extract_chapters_from_description`
92 * [extractor/youtube] Extract `comment_count` from webpage
93 * [extractor/youtube] Fix `:ytnotifications` extractor by [coletdjnz](https://github.com/coletdjnz)
94 * [extractor/youtube] Fix initial player response extraction by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
95 * [extractor/youtube] Fix live chat for videos with content warning by [coletdjnz](https://github.com/coletdjnz)
96 * [extractor/youtube] Make signature extraction non-fatal
97 * [extractor/youtube:tab] Detect `videoRenderer` in `_post_thread_continuation_entries`
98 * [extractor/BiliIntl] Fix metadata extraction
99 * [extractor/BiliIntl] Fix subtitle extraction by [HobbyistDev](https://github.com/HobbyistDev)
100 * [extractor/FranceCulture] Fix extractor by [aurelg](https://github.com/aurelg), [pukkandan](https://github.com/pukkandan)
101 * [extractor/PokemonSoundLibrary] Remove extractor by [Lesmiscore](https://github.com/Lesmiscore)
102 * [extractor/StreamCZ] Fix extractor by [adamanldo](https://github.com/adamanldo), [dirkf](https://github.com/dirkf)
103 * [extractor/WatchESPN] Support free videos and BAM_DTC by [ischmidt20](https://github.com/ischmidt20)
104 * [extractor/animelab] Remove extractor by [gamer191](https://github.com/gamer191)
105 * [extractor/bloomberg] Change playback endpoint by [m4tu4g](https://github.com/m4tu4g)
106 * [extractor/ccc] Extract view_count by [vkorablin](https://github.com/vkorablin)
107 * [extractor/crunchyroll:beta] Fix extractor after API change by [Burve](https://github.com/Burve), [tejing1](https://github.com/tejing1)
108 * [extractor/curiositystream] Get `auth_token` from cookie by [mnn](https://github.com/mnn)
109 * [extractor/digitalconcerthall] Fix extractor by [ZhymabekRoman](https://github.com/ZhymabekRoman)
110 * [extractor/dropbox] Extract the correct `mountComponent`
111 * [extractor/dropout] Login is not mandatory
112 * [extractor/duboku] Fix for hostname change by [mozbugbox](https://github.com/mozbugbox)
113 * [extractor/espn] Add `WatchESPN` extractor by [ischmidt20](https://github.com/ischmidt20), [pukkandan](https://github.com/pukkandan)
114 * [extractor/expressen] Fix extractor by [aejdl](https://github.com/aejdl)
115 * [extractor/foxnews] Update embed extraction by [elyse0](https://github.com/elyse0)
116 * [extractor/ina] Fix extractor by [elyse0](https://github.com/elyse0)
117 * [extractor/iwara:user] Make paging better by [Lesmiscore](https://github.com/Lesmiscore)
118 * [extractor/jwplatform] Look for `data-video-jw-id`
119 * [extractor/lbry] Update livestream API by [flashdagger](https://github.com/flashdagger)
120 * [extractor/mediaset] Improve `_VALID_URL`
121 * [extractor/naver] Add `navernow` extractor by [ping](https://github.com/ping)
122 * [extractor/niconico:series] Fix extractor by [sqrtNOT](https://github.com/sqrtNOT)
123 * [extractor/npr] Use stream url from json-ld by [r5d](https://github.com/r5d)
124 * [extractor/pornhub] Extract `uploader_id` field by [Lesmiscore](https://github.com/Lesmiscore)
125 * [extractor/radiofrance] Add more radios by [bubbleguuum](https://github.com/bubbleguuum)
126 * [extractor/rumble] Detect JS embed
127 * [extractor/rumble] Extract subtitles by [fstirlitz](https://github.com/fstirlitz)
128 * [extractor/southpark] Add `southpark.lat` extractor by [darkxex](https://github.com/darkxex)
129 * [extractor/spotify:show] Fix extractor
130 * [extractor/tiktok] Detect embeds
131 * [extractor/tiktok] Extract `SIGI_STATE` by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan), [sulyi](https://github.com/sulyi)
132 * [extractor/tver] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
133 * [extractor/vevo] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
134 * [extractor/yahoo:gyao] Fix extractor
135 * [extractor/zattoo] Fix live streams by [miseran](https://github.com/miseran)
136 * [extractor/zdf] Improve format sorting by [elyse0](https://github.com/elyse0)
137
138
139 ### 2022.05.18
140
141 * Add support for SSL client certificate authentication by [coletdjnz](https://github.com/coletdjnz), [dirkf](https://github.com/dirkf)
142 * Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password`
143 * Add `--match-filter -` to interactively ask for each video
144 * `--max-downloads` should obey `--break-per-input`
145 * Allow use of weaker ciphers with `--legacy-server-connect`
146 * Don't imply `-s` for later stages of `-O`
147 * Fix `--date today`
148 * Fix `--skip-unavailable-fragments`
149 * Fix color in `-q -F`
150 * Fix redirect HTTP method handling by [coletdjnz](https://github.com/coletdjnz)
151 * Improve `--clean-infojson`
152 * Remove warning for videos with an empty title
153 * Run `FFmpegFixupM3u8PP` for live-streams if needed
154 * Show name of downloader in verbose log
155 * [cookies] Allow `cookiefile` to be a text stream
156 * [cookies] Report progress when importing cookies
157 * [downloader/ffmpeg] Specify headers for each URL by [elyse0](https://github.com/elyse0)
158 * [fragment] Do not change chunk-size when `--test`
159 * [fragment] Make single thread download work for `--live-from-start` by [Lesmiscore](https://github.com/Lesmiscore)
160 * [hls] Fix `byte_range` for `EXT-X-MAP` fragment by [fstirlitz](https://github.com/fstirlitz)
161 * [http] Fix retrying on read timeout by [coletdjnz](https://github.com/coletdjnz)
162 * [ffmpeg] Fix features detection
163 * [EmbedSubtitle] Enable for more video extensions
164 * [EmbedThumbnail] Disable thumbnail conversion for mkv by [evansp](https://github.com/evansp)
165 * [EmbedThumbnail] Do not obey `-k`
166 * [EmbedThumbnail] Do not remove id3v1 tags
167 * [FFmpegMetadata] Remove `\0` from metadata
168 * [FFmpegMetadata] Remove filename from attached info-json
169 * [FixupM3u8] Obey `--hls-prefer-mpegts`
170 * [Sponsorblock] Don't crash when duration is unknown
171 * [XAttrMetadata] Refactor and document dependencies
172 * [extractor] Document netrc machines
173 * [extractor] Update `manifest_url`s after redirect by [elyse0](https://github.com/elyse0)
174 * [extractor] Update dash `manifest_url` after redirects by [elyse0](https://github.com/elyse0)
175 * [extractor] Use `classmethod`/`property` where possible
176 * [generic] Refactor `_extract_rss`
177 * [utils] `is_html`: Handle double BOM
178 * [utils] `locked_file`: Ignore illegal seek on `truncate` by [jakeogh](https://github.com/jakeogh)
179 * [utils] `sanitize_path`: Fix when path is empty string
180 * [utils] `write_string`: Workaround newline issue in `conhost`
181 * [utils] `certifi`: Make sure the pem file exists
182 * [utils] Fix `WebSocketsWrapper`
183 * [utils] `locked_file`: Do not give executable bits for newly created files by [Lesmiscore](https://github.com/Lesmiscore)
184 * [utils] `YoutubeDLCookieJar`: Detect and reject JSON file by [Lesmiscore](https://github.com/Lesmiscore)
185 * [test] Convert warnings into errors and fix some existing warnings by [fstirlitz](https://github.com/fstirlitz)
186 * [dependencies] Create module with all dependency imports
187 * [compat] Split into sub-modules by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
188 * [compat] Implement `compat.imghdr`
189 * [build] Add `make uninstall` by [MrRawes](https://github.com/MrRawes)
190 * [build] Avoid use of `install -D`
191 * [build] Fix `Makefile` by [putnam](https://github.com/putnam)
192 * [build] Fix `--onedir` on macOS
193 * [build] Add more test-runners
194 * [cleanup] Deprecate some compat vars by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
195 * [cleanup] Remove unused code paths, extractors, scripts and tests by [fstirlitz](https://github.com/fstirlitz)
196 * [cleanup] Upgrade syntax (`pyupgrade`) and sort imports (`isort`)
197 * [cleanup, docs, build] Misc fixes
198 * [BilibiliLive] Add extractor by [HE7086](https://github.com/HE7086), [pukkandan](https://github.com/pukkandan)
199 * [Fifa] Add Extractor by [Bricio](https://github.com/Bricio)
200 * [goodgame] Add extractor by [nevack](https://github.com/nevack)
201 * [gronkh] Add playlist extractors by [hatienl0i261299](https://github.com/hatienl0i261299)
202 * [icareus] Add extractor by [tpikonen](https://github.com/tpikonen), [pukkandan](https://github.com/pukkandan)
203 * [iwara] Add playlist extractors by [i6t](https://github.com/i6t)
204 * [Likee] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
205 * [masters] Add extractor by [m4tu4g](https://github.com/m4tu4g)
206 * [nebula] Add support for subscriptions by [hheimbuerger](https://github.com/hheimbuerger)
207 * [Podchaser] Add extractors by [connercsbn](https://github.com/connercsbn)
208 * [rokfin:search] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
209 * [youtube] Add `:ytnotifications` extractor by [krichbanana](https://github.com/krichbanana)
210 * [youtube] Add YoutubeStoriesIE (`ytstories:<channel UCID>`) by [coletdjnz](https://github.com/coletdjnz)
211 * [ZingMp3] Add chart and user extractors by [hatienl0i261299](https://github.com/hatienl0i261299)
212 * [adn] Update AES key by [elyse0](https://github.com/elyse0)
213 * [adobepass] Allow cookies for authenticating MSO
214 * [bandcamp] Exclude merch links by [Yipten](https://github.com/Yipten)
215 * [chingari] Fix archiving and tests
216 * [DRTV] Improve `_VALID_URL` by [vertan](https://github.com/vertan)
217 * [facebook] Improve thumbnail extraction by [Wikidepia](https://github.com/Wikidepia)
218 * [fc2] Stop heatbeating once FFmpeg finishes by [Lesmiscore](https://github.com/Lesmiscore)
219 * [Gofile] Fix extraction and support password-protected links by [mehq](https://github.com/mehq)
220 * [hotstar, cleanup] Refactor extractors
221 * [InfoQ] Don't fail on missing audio format by [evansp](https://github.com/evansp)
222 * [Jamendo] Extract more metadata by [evansp](https://github.com/evansp)
223 * [kaltura] Update API calls by [flashdagger](https://github.com/flashdagger)
224 * [KhanAcademy] Fix extractor by [rand-net](https://github.com/rand-net)
225 * [LCI] Fix extractor by [MarwenDallel](https://github.com/MarwenDallel)
226 * [lrt] Support livestreams by [GiedriusS](https://github.com/GiedriusS)
227 * [niconico] Set `expected_protocol` to a public field
228 * [Niconico] Support 2FA by [ekangmonyet](https://github.com/ekangmonyet)
229 * [Olympics] Fix format extension
230 * [openrec:movie] Enable fallback for /movie/ URLs
231 * [PearVideo] Add fallback for formats by [hatienl0i261299](https://github.com/hatienl0i261299)
232 * [radiko] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
233 * [rai] Add `release_year`
234 * [reddit] Prevent infinite loop
235 * [rokfin] Implement login by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
236 * [ruutu] Support hs.fi embeds by [tpikonen](https://github.com/tpikonen), [pukkandan](https://github.com/pukkandan)
237 * [spotify] Detect iframe embeds by [fstirlitz](https://github.com/fstirlitz)
238 * [telegram] Fix metadata extraction
239 * [tmz, cleanup] Update tests by [diegorodriguezv](https://github.com/diegorodriguezv)
240 * [toggo] Fix `_VALID_URL` by [ca-za](https://github.com/ca-za)
241 * [trovo] Update to new API by [nyuszika7h](https://github.com/nyuszika7h)
242 * [TVer] Improve extraction by [Lesmiscore](https://github.com/Lesmiscore)
243 * [twitcasting] Pass headers for each formats by [Lesmiscore](https://github.com/Lesmiscore)
244 * [VideocampusSachsen] Improve extractor by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
245 * [vimeo] Fix extractors
246 * [wat] Fix extraction of multi-language videos and subtitles by [elyse0](https://github.com/elyse0)
247 * [wistia] Fix `_VALID_URL` by [dirkf](https://github.com/dirkf)
248 * [youtube, cleanup] Minor refactoring by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
249 * [youtube] Added piped instance urls by [JordanWeatherby](https://github.com/JordanWeatherby)
250 * [youtube] Deprioritize auto-generated thumbnails
251 * [youtube] Deprioritize format 22 (often damaged)
252 * [youtube] Fix episode metadata extraction
253 * [zee5] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
254 * [zingmp3, cleanup] Refactor extractors
255
256
257 ### 2022.04.08
258
259 * Use certificates from `certifi` if installed by [coletdjnz](https://github.com/coletdjnz)
260 * Treat multiple `--match-filters` as OR
261 * File locking improvements:
262 * Do not lock downloading file on Windows
263 * Do not prevent download if locking is unsupported
264 * Do not truncate files before locking by [jakeogh](https://github.com/jakeogh), [pukkandan](https://github.com/pukkandan)
265 * Fix non-blocking non-exclusive lock
266 * De-prioritize automatic-subtitles when no `--sub-lang` is given
267 * Exit after `--dump-user-agent`
268 * Fallback to video-only format when selecting by extension
269 * Fix `--abort-on-error` for subtitles
270 * Fix `--no-overwrite` for playlist infojson
271 * Fix `--print` with `--ignore-no-formats` when url is `None` by [flashdagger](https://github.com/flashdagger)
272 * Fix `--sleep-interval`
273 * Fix `--throttled-rate`
274 * Fix `autonumber`
275 * Fix case of `http_headers`
276 * Fix filepath sanitization in `--print-to-file`
277 * Handle float in `--wait-for-video`
278 * Ignore `mhtml` formats from `-f mergeall`
279 * Ignore format-specific fields in initial pass of `--match-filter`
280 * Protect stdout from unexpected progress and console-title
281 * Remove `Accept-Encoding` header from `std_headers` by [coletdjnz](https://github.com/coletdjnz)
282 * Remove incorrect warning for `--dateafter`
283 * Show warning when all media formats have DRM
284 * [downloader] Fix invocation of `HttpieFD`
285 * [http] Fix #3215
286 * [http] Reject broken range before request by [Lesmiscore](https://github.com/Lesmiscore), [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
287 * [fragment] Read downloaded fragments only when needed by [Lesmiscore](https://github.com/Lesmiscore)
288 * [http] Retry on more errors by [coletdjnz](https://github.com/coletdjnz)
289 * [mhtml] Fix fragments with absolute urls by [coletdjnz](https://github.com/coletdjnz)
290 * [extractor] Add `_perform_login` function
291 * [extractor] Allow control characters inside json
292 * [extractor] Support merging subtitles with data by [coletdjnz](https://github.com/coletdjnz)
293 * [generic] Extract subtitles from video.js by [Lesmiscore](https://github.com/Lesmiscore)
294 * [ffmpeg] Cache version data
295 * [FFmpegConcat] Ensure final directory exists
296 * [FfmpegMetadata] Write id3v1 tags
297 * [FFmpegVideoConvertor] Add more formats to `--remux-video`
298 * [FFmpegVideoConvertor] Ensure all streams are copied
299 * [MetadataParser] Validate outtmpl early
300 * [outtmpl] Fix replacement/default when used with alternate
301 * [outtmpl] Limit changes during sanitization
302 * [phantomjs] Fix bug
303 * [test] Add `test_locked_file`
304 * [utils] `format_decimal_suffix`: Fix for very large numbers by [s0u1h](https://github.com/s0u1h)
305 * [utils] `traverse_obj`: Allow filtering by value
306 * [utils] Add `filter_dict`, `get_first`, `try_call`
307 * [utils] ExtractorError: Fix for older python versions
308 * [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation by [Lesmiscore](https://github.com/Lesmiscore)
309 * [docs] Add an `.editorconfig` file by [fstirlitz](https://github.com/fstirlitz)
310 * [docs] Clarify the exact `BSD` license of dependencies by [MrRawes](https://github.com/MrRawes)
311 * [docs] Minor improvements by [pukkandan](https://github.com/pukkandan), [cffswb](https://github.com/cffswb), [danielyli](https://github.com/danielyli)
312 * [docs] Remove readthedocs
313 * [build] Add `requirements.txt` to pip distributions
314 * [cleanup, postprocessor] Create `_download_json`
315 * [cleanup, vimeo] Fix tests
316 * [cleanup] Misc fixes and minor cleanup
317 * [cleanup] Use `_html_extract_title`
318 * [AfreecaTV] Add `AfreecaTVUserIE` by [hatienl0i261299](https://github.com/hatienl0i261299)
319 * [arte] Add `format_note` to m3u8 formats
320 * [azmedien] Add TVO Online to supported hosts by [1-Byte](https://github.com/1-Byte)
321 * [BanBye] Add extractor by [mehq](https://github.com/mehq)
322 * [bilibili] Fix extraction of title with quotes by [dzek69](https://github.com/dzek69)
323 * [Craftsy] Add extractor by [Bricio](https://github.com/Bricio)
324 * [Cybrary] Add extractor by [aaearon](https://github.com/aaearon)
325 * [Huya] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
326 * [ITProTV] Add extractor by [aaearon](https://github.com/aaearon)
327 * [Jable] Add extractors by [mehq](https://github.com/mehq)
328 * [LastFM] Add extractors by [mehq](https://github.com/mehq)
329 * [Moviepilot] Add extractor by [panatexxa](https://github.com/panatexxa)
330 * [panopto] Add extractors by [coletdjnz](https://github.com/coletdjnz), [kmark](https://github.com/kmark)
331 * [PokemonSoundLibrary] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
332 * [WasdTV] Add extractor by [un-def](https://github.com/un-def), [hatienl0i261299](https://github.com/hatienl0i261299)
333 * [adobepass] Fix Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
334 * [afreecatv] Match new vod url by [wlritchi](https://github.com/wlritchi)
335 * [AZMedien] Support `tv.telezueri.ch` by [goggle](https://github.com/goggle)
336 * [BiliIntl] Support user-generated videos by [wlritchi](https://github.com/wlritchi)
337 * [BRMediathek] Fix VALID_URL
338 * [crunchyroll:playlist] Implement beta API by [tejing1](https://github.com/tejing1)
339 * [crunchyroll] Fix inheritance
340 * [daftsex] Fix extractor by [Soebb](https://github.com/Soebb)
341 * [dailymotion] Support `geo.dailymotion.com` by [hatienl0i261299](https://github.com/hatienl0i261299)
342 * [ellentube] Extract subtitles from manifest
343 * [elonet] Rewrite extractor by [Fam0r](https://github.com/Fam0r), [pukkandan](https://github.com/pukkandan)
344 * [fptplay] Fix metadata extraction by [hatienl0i261299](https://github.com/hatienl0i261299)
345 * [FranceCulture] Support playlists by [bohwaz](https://github.com/bohwaz)
346 * [go, viu] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
347 * [Imdb] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
348 * [MangoTV] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
349 * [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
350 * [niconico] Fix extraction of thumbnails and uploader (#3266)
351 * [niconico] Rewrite NiconicoIE by [Lesmiscore](https://github.com/Lesmiscore)
352 * [nitter] Minor fixes and update instance list by [foghawk](https://github.com/foghawk)
353 * [NRK] Extract timestamp by [hatienl0i261299](https://github.com/hatienl0i261299)
354 * [openrec] Download archived livestreams by [Lesmiscore](https://github.com/Lesmiscore)
355 * [openrec] Refactor extractors by [Lesmiscore](https://github.com/Lesmiscore)
356 * [panopto] Improve subtitle extraction and support slides by [coletdjnz](https://github.com/coletdjnz)
357 * [ParamountPlus, CBS] Change VALID_URL by [Sipherdrakon](https://github.com/Sipherdrakon)
358 * [ParamountPlusSeries] Support multiple pages by [dodrian](https://github.com/dodrian)
359 * [Piapro] Extract description with break lines by [Lesmiscore](https://github.com/Lesmiscore)
360 * [rai] Fix extraction of http formas by [nixxo](https://github.com/nixxo)
361 * [rumble] unescape title
362 * [RUTV] Fix format sorting by [Lesmiscore](https://github.com/Lesmiscore)
363 * [ruutu] Detect embeds by [tpikonen](https://github.com/tpikonen)
364 * [tenplay] Improve extractor by [aarubui](https://github.com/aarubui)
365 * [TikTok] Fix URLs with user id by [hatienl0i261299](https://github.com/hatienl0i261299)
366 * [TikTokVM] Fix redirect to user URL
367 * [TVer] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
368 * [TVer] Support landing page by [vvto33](https://github.com/vvto33)
369 * [twitcasting] Don't return multi_video for archive with single hls manifest by [Lesmiscore](https://github.com/Lesmiscore)
370 * [veo] Fix `_VALID_URL`
371 * [Veo] Fix extractor by [i6t](https://github.com/i6t)
372 * [viki] Don't attempt to modify URLs with signature by [nyuszika7h](https://github.com/nyuszika7h)
373 * [viu] Fix bypass for preview by [zackmark29](https://github.com/zackmark29)
374 * [viu] Fixed extractor by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
375 * [web.archive:youtube] Make CDX API requests non-fatal by [coletdjnz](https://github.com/coletdjnz)
376 * [wget] Fix proxy by [kikuyan](https://github.com/kikuyan), [coletdjnz](https://github.com/coletdjnz)
377 * [xnxx] Add `xnxx3.com` by [rozari0](https://github.com/rozari0)
378 * [youtube] **Add new age-gate bypass** by [zerodytrash](https://github.com/zerodytrash), [pukkandan](https://github.com/pukkandan)
379 * [youtube] Add extractor-arg to skip auto-translated subs
380 * [youtube] Avoid false positives when detecting damaged formats
381 * [youtube] Detect DRM better by [shirt](https://github.com/shirt-dev)
382 * [youtube] Fix auto-translated automatic captions
383 * [youtube] Fix pagination of `membership` tab
384 * [youtube] Fix uploader for collaborative playlists by [coletdjnz](https://github.com/coletdjnz)
385 * [youtube] Improve video upload date handling by [coletdjnz](https://github.com/coletdjnz)
386 * [youtube:api] Prefer minified JSON response by [coletdjnz](https://github.com/coletdjnz)
387 * [youtube:search] Support hashtag entries by [coletdjnz](https://github.com/coletdjnz)
388 * [youtube:tab] Fix duration extraction for shorts by [coletdjnz](https://github.com/coletdjnz)
389 * [youtube:tab] Minor improvements
390 * [youtube:tab] Return shorts url if video is a short by [coletdjnz](https://github.com/coletdjnz)
391 * [Zattoo] Fix extractors by [goggle](https://github.com/goggle)
392 * [Zingmp3] Fix signature by [hatienl0i261299](https://github.com/hatienl0i261299)
393
394
395 ### 2022.03.08.1
396
397 * [cleanup] Refactor `__init__.py`
398 * [build] Fix bug
399
400 ### 2022.03.08
401
402 * Merge youtube-dl: Upto [commit/6508688](https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a) (except NDR)
403 * Add regex operator and quoting to format filters by [lukasfink1](https://github.com/lukasfink1)
404 * Add brotli content-encoding support by [coletdjnz](https://github.com/coletdjnz)
405 * Add pre-processor stage `after_filter`
406 * Better error message when no `--live-from-start` format
407 * Create necessary directories for `--print-to-file`
408 * Fill more fields for playlists by [Lesmiscore](https://github.com/Lesmiscore)
409 * Fix `-all` for `--sub-langs`
410 * Fix doubling of `video_id` in `ExtractorError`
411 * Fix for when stdout/stderr encoding is `None`
412 * Handle negative duration from extractor
413 * Implement `--add-header` without modifying `std_headers`
414 * Obey `--abort-on-error` for "ffmpeg not installed"
415 * Set `webpage_url_...` from `webpage_url` and not input URL
416 * Tolerate failure to `--write-link` due to unknown URL
417 * [aria2c] Add `--http-accept-gzip=true`
418 * [build] Update pyinstaller to 4.10 by [shirt](https://github.com/shirt-dev)
419 * [cookies] Update MacOS12 `Cookies.binarycookies` location by [mdpauley](https://github.com/mdpauley)
420 * [devscripts] Improve `prepare_manpage`
421 * [downloader] Do not use aria2c for non-native `m3u8`
422 * [downloader] Obey `--file-access-retries` when deleting/renaming by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
423 * [extractor] Allow `http_headers` to be specified for `thumbnails`
424 * [extractor] Extract subtitles from manifests for vimeo, globo, kaltura, svt by [fstirlitz](https://github.com/fstirlitz)
425 * [extractor] Fix for manifests without period duration by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
426 * [extractor] Support `--mark-watched` without `_NETRC_MACHINE` by [coletdjnz](https://github.com/coletdjnz)
427 * [FFmpegConcat] Abort on `--simulate`
428 * [FormatSort] Consider `acodec`=`ogg` as `vorbis`
429 * [fragment] Fix bugs around resuming with Range by [Lesmiscore](https://github.com/Lesmiscore)
430 * [fragment] Improve `--live-from-start` for YouTube livestreams by [Lesmiscore](https://github.com/Lesmiscore)
431 * [generic] Pass referer to extracted formats
432 * [generic] Set rss `guid` as video id by [Bricio](https://github.com/Bricio)
433 * [options] Better ambiguous option resolution
434 * [options] Rename `--clean-infojson` to `--clean-info-json`
435 * [SponsorBlock] Fixes for highlight and "full video labels" by [nihil-admirari](https://github.com/nihil-admirari)
436 * [Sponsorblock] minor fixes by [nihil-admirari](https://github.com/nihil-admirari)
437 * [utils] Better traceback for `ExtractorError`
438 * [utils] Fix file locking for AOSP by [jakeogh](https://github.com/jakeogh)
439 * [utils] Improve file locking
440 * [utils] OnDemandPagedList: Do not download pages after error
441 * [utils] render_table: Fix character calculation for removing extra gap by [Lesmiscore](https://github.com/Lesmiscore)
442 * [utils] Use `locked_file` for `sanitize_open` by [jakeogh](https://github.com/jakeogh)
443 * [utils] Validate `DateRange` input
444 * [utils] WebSockets wrapper for non-async functions by [Lesmiscore](https://github.com/Lesmiscore)
445 * [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos
446 * [cleanup] Remove extractors for some dead websites by [marieell](https://github.com/marieell)
447 * [cleanup, docs] Misc cleanup
448 * [AbemaTV] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
449 * [adobepass] Add Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
450 * [ant1newsgr] Add extractor by [zmousm](https://github.com/zmousm)
451 * [bigo] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
452 * [Caltrans] Add extractor by [Bricio](https://github.com/Bricio)
453 * [daystar] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
454 * [fc2:live] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
455 * [fptplay] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
456 * [murrtube] Add extractor by [cyberfox1691](https://github.com/cyberfox1691)
457 * [nfb] Add extractor by [ofkz](https://github.com/ofkz)
458 * [niconico] Add playlist extractors and refactor by [Lesmiscore](https://github.com/Lesmiscore)
459 * [peekvids] Add extractor by [schn0sch](https://github.com/schn0sch)
460 * [piapro] Add extractor by [pycabbage](https://github.com/pycabbage), [Lesmiscore](https://github.com/Lesmiscore)
461 * [rokfin] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
462 * [rokfin] Add stack and channel extractors by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
463 * [ruv.is] Add extractor by [iw0nderhow](https://github.com/iw0nderhow)
464 * [telegram] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
465 * [VideocampusSachsen] Add extractors by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
466 * [xinpianchang] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
467 * [abc] Support 1080p by [Ronnnny](https://github.com/Ronnnny)
468 * [afreecatv] Support password-protected livestreams by [wlritchi](https://github.com/wlritchi)
469 * [ard] Fix valid URL
470 * [ATVAt] Detect geo-restriction by [marieell](https://github.com/marieell)
471 * [bandcamp] Detect acodec
472 * [bandcamp] Fix user URLs by [lyz-code](https://github.com/lyz-code)
473 * [bbc] Fix extraction of news articles by [ajj8](https://github.com/ajj8)
474 * [beeg] Fix extractor by [Bricio](https://github.com/Bricio)
475 * [bigo] Fix extractor to not to use `form_params`
476 * [Bilibili] Pass referer for all formats by [blackgear](https://github.com/blackgear)
477 * [Biqle] Fix extractor by [Bricio](https://github.com/Bricio)
478 * [ccma] Fix timestamp parsing by [nyuszika7h](https://github.com/nyuszika7h)
479 * [crunchyroll] Better error reporting on login failure by [tejing1](https://github.com/tejing1)
480 * [cspan] Support of C-Span congress videos by [Grabien](https://github.com/Grabien)
481 * [dropbox] fix regex by [zenerdi0de](https://github.com/zenerdi0de)
482 * [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
483 * [fujitv] Extract resolution for free sources by [YuenSzeHong](https://github.com/YuenSzeHong)
484 * [Gettr] Add `GettrStreamingIE` by [i6t](https://github.com/i6t)
485 * [Gettr] Fix formats order by [i6t](https://github.com/i6t)
486 * [Gettr] Improve extractor by [i6t](https://github.com/i6t)
487 * [globo] Expand valid URL by [Bricio](https://github.com/Bricio)
488 * [lbry] Fix `--ignore-no-formats-error`
489 * [manyvids] Extract `uploader` by [regarten](https://github.com/regarten)
490 * [mildom] Fix linter
491 * [mildom] Rework extractors by [Lesmiscore](https://github.com/Lesmiscore)
492 * [mirrativ] Cleanup extractor code by [Lesmiscore](https://github.com/Lesmiscore)
493 * [nhk] Add support for NHK for School by [Lesmiscore](https://github.com/Lesmiscore)
494 * [niconico:tag] Add support for searching tags
495 * [nrk] Add fallback API
496 * [peekvids] Use JSON-LD by [schn0sch](https://github.com/schn0sch)
497 * [peertube] Add media.fsfe.org by [mxmehl](https://github.com/mxmehl)
498 * [rtvs] Fix extractor by [Bricio](https://github.com/Bricio)
499 * [spiegel] Fix `_VALID_URL`
500 * [ThumbnailsConvertor] Support `webp`
501 * [tiktok] Fix `vm.tiktok`/`vt.tiktok` URLs
502 * [tubitv] Fix/improve TV series extraction by [bbepis](https://github.com/bbepis)
503 * [tumblr] Fix extractor by [foghawk](https://github.com/foghawk)
504 * [twitcasting] Add fallback for finding running live by [Lesmiscore](https://github.com/Lesmiscore)
505 * [TwitCasting] Check for password protection by [Lesmiscore](https://github.com/Lesmiscore)
506 * [twitcasting] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
507 * [twitch] Fix field name of `view_count`
508 * [twitter] Fix for private videos by [iphoting](https://github.com/iphoting)
509 * [washingtonpost] Fix extractor by [Bricio](https://github.com/Bricio)
510 * [youtube:tab] Add `approximate_date` extractor-arg
511 * [youtube:tab] Follow redirect to regional channel by [coletdjnz](https://github.com/coletdjnz)
512 * [youtube:tab] Reject webpage data if redirected to home page
513 * [youtube] De-prioritize potentially damaged formats
514 * [youtube] Differentiate descriptive audio by language code
515 * [youtube] Ensure subtitle urls are absolute by [coletdjnz](https://github.com/coletdjnz)
516 * [youtube] Escape possible `$` in `_extract_n_function_name` regex by [Lesmiscore](https://github.com/Lesmiscore)
517 * [youtube] Fix automatic captions
518 * [youtube] Fix n-sig extraction for phone player JS by [MinePlayersPE](https://github.com/MinePlayersPE)
519 * [youtube] Further de-prioritize 3gp format
520 * [youtube] Label original auto-subs
521 * [youtube] Prefer UTC upload date for videos by [coletdjnz](https://github.com/coletdjnz)
522 * [zaq1] Remove dead extractor by [marieell](https://github.com/marieell)
523 * [zee5] Support web-series by [Aniruddh-J](https://github.com/Aniruddh-J)
524 * [zingmp3] Fix extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
525 * [zoom] Add support for screen cast by [Mipsters](https://github.com/Mipsters)
526
527
528 ### 2022.02.04
529
530 * [youtube:search] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
531 * [youtube:search] Add tests
532 * [twitcasting] Enforce UTF-8 for POST payload by [Lesmiscore](https://github.com/Lesmiscore)
533 * [mediaset] Fix extractor by [nixxo](https://github.com/nixxo)
534 * [websocket] Make syntax error in `websockets` module non-fatal
535
536 ### 2022.02.03
537
538 * Merge youtube-dl: Upto [commit/78ce962](https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67)
539 * Add option `--print-to-file`
540 * Make nested --config-locations relative to parent file
541 * Ensure `_type` is present in `info.json`
542 * Fix `--compat-options list-formats`
543 * Fix/improve `InAdvancePagedList`
544 * [downloader/ffmpeg] Handle unknown formats better
545 * [outtmpl] Handle `-o ""` better
546 * [outtmpl] Handle hard-coded file extension better
547 * [extractor] Add convenience function `_yes_playlist`
548 * [extractor] Allow non-fatal `title` extraction
549 * [extractor] Extract video inside `Article` json_ld
550 * [generic] Allow further processing of json_ld URL
551 * [cookies] Fix keyring selection for unsupported desktops
552 * [utils] Strip double spaces in `clean_html` by [dirkf](https://github.com/dirkf)
553 * [aes] Add `unpad_pkcs7`
554 * [test] Fix `test_youtube_playlist_noplaylist`
555 * [docs,cleanup] Misc cleanup
556 * [dplay] Add extractors for site changes by [Sipherdrakon](https://github.com/Sipherdrakon)
557 * [ertgr] Add extractors by [zmousm](https://github.com/zmousm), [dirkf](https://github.com/dirkf)
558 * [Musicdex] Add extractors by [Ashish0804](https://github.com/Ashish0804)
559 * [YandexVideoPreview] Add extractor by [KiberInfinity](https://github.com/KiberInfinity)
560 * [youtube] Add extractor `YoutubeMusicSearchURLIE`
561 * [archive.org] Ignore unnecessary files
562 * [Bilibili] Add 8k support by [u-spec-png](https://github.com/u-spec-png)
563 * [bilibili] Fix extractor, make anthology title non-fatal
564 * [CAM4] Add thumbnail extraction by [alerikaisattera](https://github.com/alerikaisattera)
565 * [cctv] De-prioritize sample format
566 * [crunchyroll:beta] Add cookies support by [tejing1](https://github.com/tejing1)
567 * [crunchyroll] Fix login by [tejing1](https://github.com/tejing1)
568 * [doodstream] Fix extractor
569 * [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
570 * [FFmpegConcat] Abort on --skip-download and download errors
571 * [Fujitv] Extract metadata and support premium by [YuenSzeHong](https://github.com/YuenSzeHong)
572 * [globo] Fix extractor by [Bricio](https://github.com/Bricio)
573 * [glomex] Simplify embed detection
574 * [GoogleSearch] Fix extractor
575 * [Instagram] Fix extraction when logged in by [MinePlayersPE](https://github.com/MinePlayersPE)
576 * [iq.com] Add VIP support by [MinePlayersPE](https://github.com/MinePlayersPE)
577 * [mildom] Fix extractor by [lazypete365](https://github.com/lazypete365)
578 * [MySpass] Fix video url processing by [trassshhub](https://github.com/trassshhub)
579 * [Odnoklassniki] Improve embedded players extraction by [KiberInfinity](https://github.com/KiberInfinity)
580 * [orf:tvthek] Lazy playlist extraction and obey --no-playlist
581 * [Pladform] Fix redirection to external player by [KiberInfinity](https://github.com/KiberInfinity)
582 * [ThisOldHouse] Improve Premium URL check by [Ashish0804](https://github.com/Ashish0804)
583 * [TikTok] Iterate through app versions by [MinePlayersPE](https://github.com/MinePlayersPE)
584 * [tumblr] Fix 403 errors and handle vimeo embeds by [foghawk](https://github.com/foghawk)
585 * [viki] Fix "Bad request" for manifest by [nyuszika7h](https://github.com/nyuszika7h)
586 * [Vimm] add recording extractor by [alerikaisattera](https://github.com/alerikaisattera)
587 * [web.archive:youtube] Add `ytarchive:` prefix and misc cleanup
588 * [youtube:api] Do not use seek when reading HTTPError response by [coletdjnz](https://github.com/coletdjnz)
589 * [youtube] Fix n-sig for player e06dea74
590 * [youtube, cleanup] Misc fixes and cleanup
591
592
593 ### 2022.01.21
594
595 * Add option `--concat-playlist` to **concat videos in a playlist**
596 * Allow **multiple and nested configuration files**
597 * Add more post-processing stages (`after_video`, `playlist`)
598 * Allow `--exec` to be run at any post-processing stage (Deprecates `--exec-before-download`)
599 * Allow `--print` to be run at any post-processing stage
600 * Allow listing formats, thumbnails, subtitles using `--print` by [pukkandan](https://github.com/pukkandan), [Zirro](https://github.com/Zirro)
601 * Add fields `video_autonumber`, `modified_date`, `modified_timestamp`, `playlist_count`, `channel_follower_count`
602 * Add key `requested_downloads` in the root `info_dict`
603 * Write `download_archive` only after all formats are downloaded
604 * [FfmpegMetadata] Allow setting metadata of individual streams using `meta<n>_` prefix
605 * Add option `--legacy-server-connect` by [xtkoba](https://github.com/xtkoba)
606 * Allow escaped `,` in `--extractor-args`
607 * Allow unicode characters in `info.json`
608 * Check for existing thumbnail/subtitle in final directory
609 * Don't treat empty containers as `None` in `sanitize_info`
610 * Fix `-s --ignore-no-formats --force-write-archive`
611 * Fix live title for multiple formats
612 * List playlist thumbnails in `--list-thumbnails`
613 * Raise error if subtitle download fails
614 * [cookies] Fix bug when keyring is unspecified
615 * [ffmpeg] Ignore unknown streams, standardize use of `-map 0`
616 * [outtmpl] Alternate form for `D` and fix suffix's case
617 * [utils] Add `Sec-Fetch-Mode` to `std_headers`
618 * [utils] Fix `format_bytes` output for Bytes by [pukkandan](https://github.com/pukkandan), [mdawar](https://github.com/mdawar)
619 * [utils] Handle `ss:xxx` in `parse_duration`
620 * [utils] Improve parsing for nested HTML elements by [zmousm](https://github.com/zmousm), [pukkandan](https://github.com/pukkandan)
621 * [utils] Use key `None` in `traverse_obj` to return as-is
622 * [extractor] Detect more subtitle codecs in MPD manifests by [fstirlitz](https://github.com/fstirlitz)
623 * [extractor] Extract chapters from JSON-LD by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
624 * [extractor] Extract thumbnails from JSON-LD by [nixxo](https://github.com/nixxo)
625 * [extractor] Improve `url_result` and related
626 * [generic] Improve KVS player extraction by [trassshhub](https://github.com/trassshhub)
627 * [build] Reduce dependency on third party workflows
628 * [extractor,cleanup] Use `_search_nextjs_data`, `format_field`
629 * [cleanup] Minor fixes and cleanup
630 * [docs] Improvements
631 * [test] Fix TestVerboseOutput
632 * [afreecatv] Add livestreams extractor by [wlritchi](https://github.com/wlritchi)
633 * [callin] Add extractor by [foghawk](https://github.com/foghawk)
634 * [CrowdBunker] Add extractors by [Ashish0804](https://github.com/Ashish0804)
635 * [daftsex] Add extractors by [k3ns1n](https://github.com/k3ns1n)
636 * [digitalconcerthall] Add extractor by [teridon](https://github.com/teridon)
637 * [Drooble] Add extractor by [u-spec-png](https://github.com/u-spec-png)
638 * [EuropeanTour] Add extractor by [Ashish0804](https://github.com/Ashish0804)
639 * [iq.com] Add extractors by [MinePlayersPE](https://github.com/MinePlayersPE)
640 * [KelbyOne] Add extractor by [Ashish0804](https://github.com/Ashish0804)
641 * [LnkIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
642 * [MainStreaming] Add extractor by [coletdjnz](https://github.com/coletdjnz)
643 * [megatvcom] Add extractors by [zmousm](https://github.com/zmousm)
644 * [Newsy] Add extractor by [Ashish0804](https://github.com/Ashish0804)
645 * [noodlemagazine] Add extractor by [trassshhub](https://github.com/trassshhub)
646 * [PokerGo] Add extractors by [Ashish0804](https://github.com/Ashish0804)
647 * [Pornez] Add extractor by [mozlima](https://github.com/mozlima)
648 * [PRX] Add Extractors by [coletdjnz](https://github.com/coletdjnz)
649 * [RTNews] Add extractor by [Ashish0804](https://github.com/Ashish0804)
650 * [Rule34video] Add extractor by [trassshhub](https://github.com/trassshhub)
651 * [tvopengr] Add extractors by [zmousm](https://github.com/zmousm)
652 * [Vimm] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
653 * [glomex] Add extractors by [zmousm](https://github.com/zmousm)
654 * [instagram] Add story/highlight extractor by [u-spec-png](https://github.com/u-spec-png)
655 * [openrec] Add movie extractor by [Lesmiscore](https://github.com/Lesmiscore)
656 * [rai] Add Raiplaysound extractors by [nixxo](https://github.com/nixxo), [pukkandan](https://github.com/pukkandan)
657 * [aparat] Fix extractor
658 * [ard] Extract subtitles by [fstirlitz](https://github.com/fstirlitz)
659 * [BiliIntl] Add login by [MinePlayersPE](https://github.com/MinePlayersPE)
660 * [CeskaTelevize] Use `http` for manifests
661 * [CTVNewsIE] Add fallback for video search by [Ashish0804](https://github.com/Ashish0804)
662 * [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus by [timendum](https://github.com/timendum)
663 * [dplay] Re-structure DiscoveryPlus extractors
664 * [Dropbox] Support password protected files and more formats by [zenerdi0de](https://github.com/zenerdi0de)
665 * [facebook] Fix extraction from groups
666 * [facebook] Improve title and uploader extraction
667 * [facebook] Parse dash manifests
668 * [fox] Extract m3u8 from preview by [ischmidt20](https://github.com/ischmidt20)
669 * [funk] Support origin URLs
670 * [gfycat] Fix `uploader`
671 * [gfycat] Support embeds by [coletdjnz](https://github.com/coletdjnz)
672 * [hotstar] Add extractor args to ignore tags by [Ashish0804](https://github.com/Ashish0804)
673 * [hrfernsehen] Fix ardloader extraction by [CreaValix](https://github.com/CreaValix)
674 * [instagram] Fix username extraction for stories and highlights by [nyuszika7h](https://github.com/nyuszika7h)
675 * [kakao] Detect geo-restriction
676 * [line] Remove `tv.line.me` by [sian1468](https://github.com/sian1468)
677 * [mixch] Add `MixchArchiveIE` by [Lesmiscore](https://github.com/Lesmiscore)
678 * [mixcloud] Detect restrictions by [llacb47](https://github.com/llacb47)
679 * [NBCSports] Fix extraction of platform URLs by [ischmidt20](https://github.com/ischmidt20)
680 * [Nexx] Extract more metadata by [MinePlayersPE](https://github.com/MinePlayersPE)
681 * [Nexx] Support 3q CDN by [MinePlayersPE](https://github.com/MinePlayersPE)
682 * [pbs] de-prioritize AD formats
683 * [PornHub,YouTube] Refresh onion addresses by [unit193](https://github.com/unit193)
684 * [RedBullTV] Parse subtitles from manifest by [Ashish0804](https://github.com/Ashish0804)
685 * [streamcz] Fix extractor by [arkamar](https://github.com/arkamar), [pukkandan](https://github.com/pukkandan)
686 * [Ted] Rewrite extractor by [pukkandan](https://github.com/pukkandan), [trassshhub](https://github.com/trassshhub)
687 * [Theta] Fix valid URL by [alerikaisattera](https://github.com/alerikaisattera)
688 * [ThisOldHouseIE] Add support for premium videos by [Ashish0804](https://github.com/Ashish0804)
689 * [TikTok] Fix extraction for sigi-based webpages, add API fallback by [MinePlayersPE](https://github.com/MinePlayersPE)
690 * [TikTok] Pass cookies to formats, and misc fixes by [MinePlayersPE](https://github.com/MinePlayersPE)
691 * [TikTok] Extract captions, user thumbnail by [MinePlayersPE](https://github.com/MinePlayersPE)
692 * [TikTok] Change app version by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
693 * [TVer] Extract message for unaired live by [Lesmiscore](https://github.com/Lesmiscore)
694 * [twitcasting] Refactor extractor by [Lesmiscore](https://github.com/Lesmiscore)
695 * [twitter] Fix video in quoted tweets
696 * [veoh] Improve extractor by [foghawk](https://github.com/foghawk)
697 * [vk] Capture `clip` URLs
698 * [vk] Fix VKUserVideosIE by [Ashish0804](https://github.com/Ashish0804)
699 * [vk] Improve `_VALID_URL` by [k3ns1n](https://github.com/k3ns1n)
700 * [VrtNU] Handle empty title by [pgaig](https://github.com/pgaig)
701 * [XVideos] Check HLS formats by [MinePlayersPE](https://github.com/MinePlayersPE)
702 * [yahoo:gyao] Improved playlist handling by [hyano](https://github.com/hyano)
703 * [youtube:tab] Extract more playlist metadata by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
704 * [youtube:tab] Raise error on tab redirect by [krichbanana](https://github.com/krichbanana), [coletdjnz](https://github.com/coletdjnz)
705 * [youtube] Update Innertube clients by [coletdjnz](https://github.com/coletdjnz)
706 * [youtube] Detect live-stream embeds
707 * [youtube] Do not return `upload_date` for playlists
708 * [youtube] Extract channel subscriber count by [coletdjnz](https://github.com/coletdjnz)
709 * [youtube] Make invalid storyboard URL non-fatal
710 * [youtube] Enforce UTC, update innertube clients and tests by [coletdjnz](https://github.com/coletdjnz)
711 * [zdf] Add chapter extraction by [iw0nderhow](https://github.com/iw0nderhow)
712 * [zee5] Add geo-bypass
713
714
715 ### 2021.12.27
716
717 * Avoid recursion error when re-extracting info
718 * [ffmpeg] Fix position of `--ppa`
719 * [aria2c] Don't show progress when `--no-progress`
720 * [cookies] Support other keyrings by [mbway](https://github.com/mbway)
721 * [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
722 * [generic] Fix HTTP KVS Player by [git-anony-mouse](https://github.com/git-anony-mouse)
723 * [ThumbnailsConvertor] Fix for when there are no thumbnails
724 * [docs] Add examples for using `TYPES:` in `-P`/`-o`
725 * [PixivSketch] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
726 * [tiktok] Add music, sticker and tag IEs by [MinePlayersPE](https://github.com/MinePlayersPE)
727 * [BiliIntl] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
728 * [CBC] Fix URL regex
729 * [tiktok] Fix `extractor_key` used in archive
730 * [youtube] **End `live-from-start` properly when stream ends with 403**
731 * [Zee5] Fix VALID_URL for tv-shows by [Ashish0804](https://github.com/Ashish0804)
732
733 ### 2021.12.25
734
735 * [dash,youtube] **Download live from start to end** by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
736 * Add option `--live-from-start` to enable downloading live videos from start
737 * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
738 * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
739 * [fragment] Allow multiple live dash formats to download simultaneously
740 * [youtube] Implement fragment re-fetching for the live dash formats
741 * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
742 * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms
743 * Known issues:
744 * Ctrl+C doesn't work on Windows when downloading multiple formats
745 * If video becomes private, download hangs
746 * [SponsorBlock] Add `Filler` and `Highlight` categories by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
747 * Change `--sponsorblock-cut all` to `--sponsorblock-cut default` if you do not want filler sections to be removed
748 * Add field `webpage_url_domain`
749 * Add interactive format selection with `-f -`
750 * Add option `--file-access-retries` by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
751 * [outtmpl] Add alternate forms `S`, `D` and improve `id` detection
752 * [outtmpl] Add operator `&` for replacement text by [PilzAdam](https://github.com/PilzAdam)
753 * [EmbedSubtitle] Disable duration check temporarily
754 * [extractor] Add `_search_nuxt_data` by [nao20010128nao](https://github.com/nao20010128nao)
755 * [extractor] Ignore errors in comment extraction when `-i` is given
756 * [extractor] Standardize `_live_title`
757 * [FormatSort] Prevent incorrect deprecation warning
758 * [generic] Extract m3u8 formats from JSON-LD
759 * [postprocessor/ffmpeg] Always add `faststart`
760 * [utils] Fix parsing `YYYYMMDD` dates in Nov/Dec by [wlritchi](https://github.com/wlritchi)
761 * [utils] Improve `parse_count`
762 * [utils] Update `std_headers` by [kikuyan](https://github.com/kikuyan), [fstirlitz](https://github.com/fstirlitz)
763 * [lazy_extractors] Fix for search IEs
764 * [extractor] Support default implicit graph in JSON-LD by [zmousm](https://github.com/zmousm)
765 * Allow `--no-write-thumbnail` to override `--write-all-thumbnail`
766 * Fix `--throttled-rate`
767 * Fix control characters being printed to `--console-title`
768 * Fix PostProcessor hooks not registered for some PPs
769 * Pre-process when using `--flat-playlist`
770 * Remove known invalid thumbnails from `info_dict`
771 * Add warning when using `-f best`
772 * Use `parse_duration` for `--wait-for-video` and some minor fix
773 * [test/download] Add more fields
774 * [test/download] Ignore field `webpage_url_domain` by [std-move](https://github.com/std-move)
775 * [compat] Suppress errors in enabling VT mode
776 * [docs] Improve manpage format by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
777 * [docs,cleanup] Minor fixes and cleanup
778 * [cleanup] Fix some typos by [unit193](https://github.com/unit193)
779 * [ABC:iview] Add show extractor by [pabs3](https://github.com/pabs3)
780 * [dropout] Add extractor by [TwoThousandHedgehogs](https://github.com/TwoThousandHedgehogs), [pukkandan](https://github.com/pukkandan)
781 * [GameJolt] Add extractors by [MinePlayersPE](https://github.com/MinePlayersPE)
782 * [gofile] Add extractor by [Jertzukka](https://github.com/Jertzukka), [Ashish0804](https://github.com/Ashish0804)
783 * [hse] Add extractors by [cypheron](https://github.com/cypheron), [pukkandan](https://github.com/pukkandan)
784 * [NateTV] Add NateIE and NateProgramIE by [Ashish0804](https://github.com/Ashish0804), [Hyeeji](https://github.com/Hyeeji)
785 * [OpenCast] Add extractors by [bwildenhain](https://github.com/bwildenhain), [C0D3D3V](https://github.com/C0D3D3V)
786 * [rtve] Add `RTVEAudioIE` by [kebianizao](https://github.com/kebianizao)
787 * [Rutube] Add RutubeChannelIE by [Ashish0804](https://github.com/Ashish0804)
788 * [skeb] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
789 * [soundcloud] Add related tracks extractor by [Lapin0t](https://github.com/Lapin0t)
790 * [toggo] Add extractor by [nyuszika7h](https://github.com/nyuszika7h)
791 * [TrueID] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
792 * [audiomack] Update album and song VALID_URL by [abdullah-if](https://github.com/abdullah-if), [dirkf](https://github.com/dirkf)
793 * [CBC Gem] Extract 1080p formats by [DavidSkrundz](https://github.com/DavidSkrundz)
794 * [ceskatelevize] Fetch iframe from nextJS data by [mkubecek](https://github.com/mkubecek)
795 * [crackle] Look for non-DRM formats by [raleeper](https://github.com/raleeper)
796 * [dplay] Temporary fix for `discoveryplus.com/it`
797 * [DiscoveryPlusShowBaseIE] yield actual video id by [Ashish0804](https://github.com/Ashish0804)
798 * [Facebook] Handle redirect URLs
799 * [fujitv] Extract 1080p from `tv_android` m3u8 by [YuenSzeHong](https://github.com/YuenSzeHong)
800 * [gronkh] Support new URL pattern by [Sematre](https://github.com/Sematre)
801 * [instagram] Expand valid URL by [u-spec-png](https://github.com/u-spec-png)
802 * [Instagram] Try bypassing login wall with embed page by [MinePlayersPE](https://github.com/MinePlayersPE)
803 * [Jamendo] Fix use of `_VALID_URL_RE` by [jaller94](https://github.com/jaller94)
804 * [LBRY] Support livestreams by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
805 * [NJPWWorld] Extract formats from m3u8 by [aarubui](https://github.com/aarubui)
806 * [NovaEmbed] update player regex by [std-move](https://github.com/std-move)
807 * [npr] Make SMIL extraction non-fatal by [r5d](https://github.com/r5d)
808 * [ntvcojp] Extract NUXT data by [nao20010128nao](https://github.com/nao20010128nao)
809 * [ok.ru] add mobile fallback by [nao20010128nao](https://github.com/nao20010128nao)
810 * [olympics] Add uploader and cleanup by [u-spec-png](https://github.com/u-spec-png)
811 * [ondemandkorea] Update `jw_config` regex by [julien-hadleyjack](https://github.com/julien-hadleyjack)
812 * [PlutoTV] Expand `_VALID_URL`
813 * [RaiNews] Fix extractor by [nixxo](https://github.com/nixxo)
814 * [RCTIPlusSeries] Lazy extraction and video type selection by [MinePlayersPE](https://github.com/MinePlayersPE)
815 * [redtube] Handle formats delivered inside a JSON by [dirkf](https://github.com/dirkf), [nixxo](https://github.com/nixxo)
816 * [SonyLiv] Add OTP login support by [Ashish0804](https://github.com/Ashish0804)
817 * [Steam] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
818 * [TikTok] Pass cookies to mobile API by [MinePlayersPE](https://github.com/MinePlayersPE)
819 * [trovo] Fix inheritance of `TrovoChannelBaseIE`
820 * [TVer] Extract better thumbnails by [YuenSzeHong](https://github.com/YuenSzeHong)
821 * [vimeo] Extract chapters
822 * [web.archive:youtube] Improve metadata extraction by [coletdjnz](https://github.com/coletdjnz)
823 * [youtube:comments] Add more options for limiting number of comments extracted by [coletdjnz](https://github.com/coletdjnz)
824 * [youtube:tab] Extract more metadata from feeds/channels/playlists by [coletdjnz](https://github.com/coletdjnz)
825 * [youtube:tab] Extract video thumbnails from playlist by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
826 * [youtube:tab] Ignore query when redirecting channel to playlist and cleanup of related code
827 * [youtube] Fix `ytsearchdate`
828 * [zdf] Support videos with different ptmd location by [iw0nderhow](https://github.com/iw0nderhow)
829 * [zee5] Support /episodes in URL
830
831
832 ### 2021.12.01
833
834 * **Add option `--wait-for-video` to wait for scheduled streams**
835 * Add option `--break-per-input` to apply --break-on... to each input URL
836 * Add option `--embed-info-json` to embed info.json in mkv
837 * Add compat-option `embed-metadata`
838 * Allow using a custom format selector through API
839 * [AES] Add ECB mode by [nao20010128nao](https://github.com/nao20010128nao)
840 * [build] Fix MacOS Build
841 * [build] Save Git HEAD at release alongside version info
842 * [build] Use `workflow_dispatch` for release
843 * [downloader/ffmpeg] Fix for direct videos inside mpd manifests
844 * [downloader] Add colors to download progress
845 * [EmbedSubtitles] Slightly relax duration check and related cleanup
846 * [ExtractAudio] Fix conversion to `wav` and `vorbis`
847 * [ExtractAudio] Support `alac`
848 * [extractor] Extract `average_rating` from JSON-LD
849 * [FixupM3u8] Fixup MPEG-TS in MP4 container
850 * [generic] Support mpd manifests without extension by [shirt](https://github.com/shirt-dev)
851 * [hls] Better FairPlay DRM detection by [nyuszika7h](https://github.com/nyuszika7h)
852 * [jsinterp] Fix splice to handle float (for youtube js player f1ca6900)
853 * [utils] Allow alignment in `render_table` and add tests
854 * [utils] Fix `PagedList`
855 * [utils] Fix error when copying `LazyList`
856 * Clarify video/audio-only formats in -F
857 * Ensure directory exists when checking formats
858 * Ensure path for link files exists by [Zirro](https://github.com/Zirro)
859 * Ensure same config file is not loaded multiple times
860 * Fix `postprocessor_hooks`
861 * Fix `--break-on-archive` when pre-checking
862 * Fix `--check-formats` for `mhtml`
863 * Fix `--load-info-json` of playlists with failed entries
864 * Fix `--trim-filename` when filename has `.`
865 * Fix bug in parsing `--add-header`
866 * Fix error in `report_unplayable_conflict` by [shirt](https://github.com/shirt-dev)
867 * Fix writing playlist infojson with `--no-clean-infojson`
868 * Validate --get-bypass-country
869 * [blogger] Add extractor by [pabs3](https://github.com/pabs3)
870 * [breitbart] Add extractor by [Grabien](https://github.com/Grabien)
871 * [CableAV] Add extractor by [j54vc1bk](https://github.com/j54vc1bk)
872 * [CanalAlpha] Add extractor by [Ashish0804](https://github.com/Ashish0804)
873 * [CozyTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
874 * [CPTwentyFour] Add extractor by [Ashish0804](https://github.com/Ashish0804)
875 * [DiscoveryPlus] Add `DiscoveryPlusItalyShowIE` by [Ashish0804](https://github.com/Ashish0804)
876 * [ESPNCricInfo] Add extractor by [Ashish0804](https://github.com/Ashish0804)
877 * [LinkedIn] Add extractor by [u-spec-png](https://github.com/u-spec-png)
878 * [mixch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
879 * [nebula] Add `NebulaCollectionIE` and rewrite extractor by [hheimbuerger](https://github.com/hheimbuerger)
880 * [OneFootball] Add extractor by [Ashish0804](https://github.com/Ashish0804)
881 * [peer.tv] Add extractor by [u-spec-png](https://github.com/u-spec-png)
882 * [radiozet] Add extractor by [0xA7404A](https://github.com/0xA7404A) (Aurora)
883 * [redgifs] Add extractor by [chio0hai](https://github.com/chio0hai)
884 * [RedGifs] Add Search and User extractors by [Deer-Spangle](https://github.com/Deer-Spangle)
885 * [rtrfm] Add extractor by [pabs3](https://github.com/pabs3)
886 * [Streamff] Add extractor by [cntrl-s](https://github.com/cntrl-s)
887 * [Stripchat] Add extractor by [zulaport](https://github.com/zulaport)
888 * [Aljazeera] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
889 * [AmazonStoreIE] Fix regex to not match vdp urls by [Ashish0804](https://github.com/Ashish0804)
890 * [ARDBetaMediathek] Handle new URLs
891 * [bbc] Get all available formats by [nyuszika7h](https://github.com/nyuszika7h)
892 * [Bilibili] Fix title extraction by [u-spec-png](https://github.com/u-spec-png)
893 * [CBC Gem] Fix for shows that don't have all seasons by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
894 * [curiositystream] Add more metadata
895 * [CuriosityStream] Fix series
896 * [DiscoveryPlus] Rewrite extractors by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
897 * [HotStar] Set language field from tags by [Ashish0804](https://github.com/Ashish0804)
898 * [instagram, cleanup] Refactor extractors
899 * [Instagram] Display more login errors by [MinePlayersPE](https://github.com/MinePlayersPE)
900 * [itv] Fix extractor by [staubichsauger](https://github.com/staubichsauger), [pukkandan](https://github.com/pukkandan)
901 * [mediaklikk] Expand valid URL
902 * [MTV] Improve mgid extraction by [Sipherdrakon](https://github.com/Sipherdrakon), [kikuyan](https://github.com/kikuyan)
903 * [nexx] Better error message for unsupported format
904 * [NovaEmbed] Fix extractor by [pukkandan](https://github.com/pukkandan), [std-move](https://github.com/std-move)
905 * [PatreonUser] Do not capture RSS URLs
906 * [Reddit] Add support for 1080p videos by [xenova](https://github.com/xenova)
907 * [RoosterTeethSeries] Fix for multiple pages by [MinePlayersPE](https://github.com/MinePlayersPE)
908 * [sbs] Fix for movies and livestreams
909 * [Senate.gov] Add SenateGovIE and fix SenateISVPIE by [Grabien](https://github.com/Grabien), [pukkandan](https://github.com/pukkandan)
910 * [soundcloud:search] Fix pagination
911 * [tiktok:user] Set `webpage_url` correctly
912 * [Tokentube] Fix description by [u-spec-png](https://github.com/u-spec-png)
913 * [trovo] Fix extractor by [nyuszika7h](https://github.com/nyuszika7h)
914 * [tv2] Expand valid URL
915 * [Tvplayhome] Fix extractor by [pukkandan](https://github.com/pukkandan), [18928172992817182](https://github.com/18928172992817182)
916 * [Twitch:vod] Add chapters by [mpeter50](https://github.com/mpeter50)
917 * [twitch:vod] Extract live status by [DEvmIb](https://github.com/DEvmIb)
918 * [VidLii] Add 720p support by [mrpapersonic](https://github.com/mrpapersonic)
919 * [vimeo] Add fallback for config URL
920 * [vimeo] Sort http formats higher
921 * [WDR] Expand valid URL
922 * [willow] Add extractor by [aarubui](https://github.com/aarubui)
923 * [xvideos] Detect embed URLs by [4a1e2y5](https://github.com/4a1e2y5)
924 * [xvideos] Fix extractor by [Yakabuff](https://github.com/Yakabuff)
925 * [youtube, cleanup] Reorganize Tab and Search extractor inheritances
926 * [youtube:search_url] Add playlist/channel support
927 * [youtube] Add `default` player client by [coletdjnz](https://github.com/coletdjnz)
928 * [youtube] Add storyboard formats
929 * [youtube] Decrypt n-sig for URLs with `ratebypass`
930 * [youtube] Minor improvement to format sorting
931 * [cleanup] Add deprecation warnings
932 * [cleanup] Refactor `JSInterpreter._seperate`
933 * [Cleanup] Remove some unnecessary groups in regexes by [Ashish0804](https://github.com/Ashish0804)
934 * [cleanup] Misc cleanup
935
936
937 ### 2021.11.10.1
938
939 * Temporarily disable MacOS Build
940
941 ### 2021.11.10
942
943 * [youtube] **Fix throttling by decrypting n-sig**
944 * Merging extractors from [haruhi-dl](https://git.sakamoto.pl/laudom/haruhi-dl) by [selfisekai](https://github.com/selfisekai)
945 * [extractor] Add `_search_nextjs_data`
946 * [tvp] Fix extractors
947 * [tvp] Add TVPStreamIE
948 * [wppilot] Add extractors
949 * [polskieradio] Add extractors
950 * [radiokapital] Add extractors
951 * [polsatgo] Add extractor by [selfisekai](https://github.com/selfisekai), [sdomi](https://github.com/sdomi)
952 * Separate `--check-all-formats` from `--check-formats`
953 * Approximate filesize from bitrate
954 * Don't create console in `windows_enable_vt_mode`
955 * Fix bug in `--load-infojson` of playlists
956 * [minicurses] Add colors to `-F` and standardize color-printing code
957 * [outtmpl] Add type `link` for internet shortcut files
958 * [outtmpl] Add alternate forms for `q` and `j`
959 * [outtmpl] Do not traverse `None`
960 * [fragment] Fix progress display in fragmented downloads
961 * [downloader/ffmpeg] Fix vtt download with ffmpeg
962 * [ffmpeg] Detect presence of setts and libavformat version
963 * [ExtractAudio] Rescale `--audio-quality` correctly by [CrypticSignal](https://github.com/CrypticSignal), [pukkandan](https://github.com/pukkandan)
964 * [ExtractAudio] Use `libfdk_aac` if available by [CrypticSignal](https://github.com/CrypticSignal)
965 * [FormatSort] `eac3` is better than `ac3`
966 * [FormatSort] Fix some fields' defaults
967 * [generic] Detect more json_ld
968 * [generic] parse jwplayer with only the json URL
969 * [extractor] Add keyword automatically to SearchIE descriptions
970 * [extractor] Fix some errors being converted to `ExtractorError`
971 * [utils] Add `join_nonempty`
972 * [utils] Add `jwt_decode_hs256` by [Ashish0804](https://github.com/Ashish0804)
973 * [utils] Create `DownloadCancelled` exception
974 * [utils] Parse `vp09` as vp9
975 * [utils] Sanitize URL when determining protocol
976 * [test/download] Fallback test to `bv`
977 * [docs] Minor documentation improvements
978 * [cleanup] Improvements to error and debug messages
979 * [cleanup] Minor fixes and cleanup
980 * [3speak] Add extractors by [Ashish0804](https://github.com/Ashish0804)
981 * [AmazonStore] Add extractor by [Ashish0804](https://github.com/Ashish0804)
982 * [Gab] Add extractor by [u-spec-png](https://github.com/u-spec-png)
983 * [mediaset] Add playlist support by [nixxo](https://github.com/nixxo)
984 * [MLSScoccer] Add extractor by [Ashish0804](https://github.com/Ashish0804)
985 * [N1] Add support for nova.rs by [u-spec-png](https://github.com/u-spec-png)
986 * [PlanetMarathi] Add extractor by [Ashish0804](https://github.com/Ashish0804)
987 * [RaiplayRadio] Add extractors by [frafra](https://github.com/frafra)
988 * [roosterteeth] Add series extractor
989 * [sky] Add `SkyNewsStoryIE` by [ajj8](https://github.com/ajj8)
990 * [youtube] Fix sorting for some videos
991 * [youtube] Populate `thumbnail` with the best "known" thumbnail
992 * [youtube] Refactor itag processing
993 * [youtube] Remove unnecessary no-playlist warning
994 * [youtube:tab] Add Invidious list for playlists/channels by [rhendric](https://github.com/rhendric)
995 * [Bilibili:comments] Fix infinite loop by [u-spec-png](https://github.com/u-spec-png)
996 * [ceskatelevize] Fix extractor by [flashdagger](https://github.com/flashdagger)
997 * [Coub] Fix media format identification by [wlritchi](https://github.com/wlritchi)
998 * [crunchyroll] Add extractor-args `language` and `hardsub`
999 * [DiscoveryPlus] Allow language codes in URL
1000 * [imdb] Fix thumbnail by [ozburo](https://github.com/ozburo)
1001 * [instagram] Add IOS URL support by [u-spec-png](https://github.com/u-spec-png)
1002 * [instagram] Improve login code by [u-spec-png](https://github.com/u-spec-png)
1003 * [Instagram] Improve metadata extraction by [u-spec-png](https://github.com/u-spec-png)
1004 * [iPrima] Fix extractor by [stanoarn](https://github.com/stanoarn)
1005 * [itv] Add support for ITV News by [ajj8](https://github.com/ajj8)
1006 * [la7] Fix extractor by [nixxo](https://github.com/nixxo)
1007 * [linkedin] Don't login multiple times
1008 * [mtv] Fix some videos by [Sipherdrakon](https://github.com/Sipherdrakon)
1009 * [Newgrounds] Fix description by [u-spec-png](https://github.com/u-spec-png)
1010 * [Nrk] Minor fixes by [fractalf](https://github.com/fractalf)
1011 * [Olympics] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1012 * [piksel] Fix sorting
1013 * [twitter] Do not sort by codec
1014 * [viewlift] Add cookie-based login and series support by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
1015 * [vimeo] Detect source extension and misc cleanup by [flashdagger](https://github.com/flashdagger)
1016 * [vimeo] Fix ondemand videos and direct URLs with hash
1017 * [vk] Fix login and add subtitles by [kaz-us](https://github.com/kaz-us)
1018 * [VLive] Add upload_date and thumbnail by [Ashish0804](https://github.com/Ashish0804)
1019 * [VRT] Fix login by [pgaig](https://github.com/pgaig)
1020 * [Vupload] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1021 * [wakanim] Add support for MPD manifests by [nyuszika7h](https://github.com/nyuszika7h)
1022 * [wakanim] Detect geo-restriction by [nyuszika7h](https://github.com/nyuszika7h)
1023 * [ZenYandex] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1024
1025
1026 ### 2021.10.22
1027
1028 * [build] Improvements
1029 * Build standalone MacOS packages by [smplayer-dev](https://github.com/smplayer-dev)
1030 * Release windows exe built with `py2exe`
1031 * Enable lazy-extractors in releases
1032 * Set env var `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable this (experimental)
1033 * Clean up error reporting in update
1034 * Refactor `pyinst.py`, misc cleanup and improve docs
1035 * [docs] Migrate issues to use forms by [Ashish0804](https://github.com/Ashish0804)
1036 * [downloader] **Fix slow progress hooks**
1037 * This was causing HLS/DASH downloads to be extremely slow in some situations
1038 * [downloader/ffmpeg] Improve simultaneous download and merge
1039 * [EmbedMetadata] Allow overwriting all default metadata with `meta_default` key
1040 * [ModifyChapters] Add ability for `--remove-chapters` to remove sections by timestamp
1041 * [utils] Allow duration strings in `--match-filter`
1042 * Add HDR information to formats
1043 * Add negative option `--no-batch-file` by [Zirro](https://github.com/Zirro)
1044 * Calculate more fields for merged formats
1045 * Do not verify thumbnail URLs unless `--check-formats` is specified
1046 * Don't create console for subprocesses on Windows
1047 * Fix `--restrict-filename` when used with default template
1048 * Fix `check_formats` output being written to stdout when `-qv`
1049 * Fix bug in storyboards
1050 * Fix conflict b/w id and ext in format selection
1051 * Fix verbose head not showing custom configs
1052 * Load archive only after printing verbose head
1053 * Make `duration_string` and `resolution` available in --match-filter
1054 * Re-implement deprecated option `--id`
1055 * Reduce default `--socket-timeout`
1056 * Write verbose header to logger
1057 * [outtmpl] Fix bug in expanding environment variables
1058 * [cookies] Local State should be opened as utf-8
1059 * [extractor,utils] Detect more codecs/mimetypes
1060 * [extractor] Detect `EXT-X-KEY` Apple FairPlay
1061 * [utils] Use `importlib` to load plugins by [sulyi](https://github.com/sulyi)
1062 * [http] Retry on socket timeout and show the last encountered error
1063 * [fragment] Print error message when skipping fragment
1064 * [aria2c] Fix `--skip-unavailable-fragment`
1065 * [SponsorBlock] Obey `extractor-retries` and `sleep-requests`
1066 * [Merger] Do not add `aac_adtstoasc` to non-hls audio
1067 * [ModifyChapters] Do not mutate original chapters by [nihil-admirari](https://github.com/nihil-admirari)
1068 * [devscripts/run_tests] Use markers to filter tests by [sulyi](https://github.com/sulyi)
1069 * [7plus] Add cookie based authentication by [nyuszika7h](https://github.com/nyuszika7h)
1070 * [AdobePass] Fix RCN MSO by [jfogelman](https://github.com/jfogelman)
1071 * [CBC] Fix Gem livestream by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1072 * [CBC] Support CBC Gem member content by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1073 * [crunchyroll] Add season to flat-playlist
1074 * [crunchyroll] Add support for `beta.crunchyroll` URLs and fix series URLs with language code
1075 * [EUScreen] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
1076 * [Gronkh] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1077 * [hidive] Fix typo
1078 * [Hotstar] Mention Dynamic Range in `format_id` by [Ashish0804](https://github.com/Ashish0804)
1079 * [Hotstar] Raise appropriate error for DRM
1080 * [instagram] Add login by [u-spec-png](https://github.com/u-spec-png)
1081 * [instagram] Show appropriate error when login is needed
1082 * [microsoftstream] Add extractor by [damianoamatruda](https://github.com/damianoamatruda), [nixklai](https://github.com/nixklai)
1083 * [on24] Add extractor by [damianoamatruda](https://github.com/damianoamatruda)
1084 * [patreon] Fix vimeo player regex by [zenerdi0de](https://github.com/zenerdi0de)
1085 * [SkyNewsAU] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1086 * [tagesschau] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1087 * [tbs] Add tbs live streams by [llacb47](https://github.com/llacb47)
1088 * [tiktok] Fix typo and update tests
1089 * [trovo] Support channel clips and VODs by [Ashish0804](https://github.com/Ashish0804)
1090 * [Viafree] Add support for Finland by [18928172992817182](https://github.com/18928172992817182)
1091 * [vimeo] Fix embedded `player.vimeo`
1092 * [vlive:channel] Fix extraction by [kikuyan](https://github.com/kikuyan), [pukkandan](https://github.com/pukkandan)
1093 * [youtube] Add auto-translated subtitles
1094 * [youtube] Expose different formats with same itag
1095 * [youtube:comments] Fix for new layout by [coletdjnz](https://github.com/coletdjnz)
1096 * [cleanup] Cleanup bilibili code by [pukkandan](https://github.com/pukkandan), [u-spec-png](https://github.com/u-spec-png)
1097 * [cleanup] Remove broken youtube login code
1098 * [cleanup] Standardize timestamp formatting code
1099 * [cleanup] Generalize `getcomments` implementation for extractors
1100 * [cleanup] Simplify search extractors code
1101 * [cleanup] misc
1102
1103
1104 ### 2021.10.10
1105
1106 * [downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`
1107 * [minicurses] Fix when printing to file
1108 * [downloader] Fix throttledratelimit
1109 * [francetv] Fix extractor by [fstirlitz](https://github.com/fstirlitz), [sarnoud](https://github.com/sarnoud)
1110 * [NovaPlay] Add extractor by [Bojidarist](https://github.com/Bojidarist)
1111 * [ffmpeg] Revert "Set max probesize" - No longer needed
1112 * [docs] Remove incorrect dependency on VC++10
1113 * [build] Allow to release without changelog
1114
1115 ### 2021.10.09
1116
1117 * Improved progress reporting
1118 * Separate `--console-title` and `--no-progress`
1119 * Add option `--progress` to show progress-bar even in quiet mode
1120 * Fix and refactor `minicurses` and use it for all progress reporting
1121 * Standardize use of terminal sequences and enable color support for windows 10
1122 * Add option `--progress-template` to customize progress-bar and console-title
1123 * Add postprocessor hooks and progress reporting
1124 * [postprocessor] Add plugin support with option `--use-postprocessor`
1125 * [extractor] Extract storyboards from SMIL manifests by [fstirlitz](https://github.com/fstirlitz)
1126 * [outtmpl] Alternate form of format type `l` for `\n` delimited list
1127 * [outtmpl] Format type `U` for unicode normalization
1128 * [outtmpl] Allow empty output template to skip a type of file
1129 * Merge webm formats into mkv if thumbnails are to be embedded
1130 * [adobepass] Add RCN as MSO by [jfogelman](https://github.com/jfogelman)
1131 * [ciscowebex] Add extractor by [damianoamatruda](https://github.com/damianoamatruda)
1132 * [Gettr] Add extractor by [i6t](https://github.com/i6t)
1133 * [GoPro] Add extractor by [i6t](https://github.com/i6t)
1134 * [N1] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1135 * [Theta] Add video extractor by [alerikaisattera](https://github.com/alerikaisattera)
1136 * [Veo] Add extractor by [i6t](https://github.com/i6t)
1137 * [Vupload] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1138 * [bbc] Extract better quality videos by [ajj8](https://github.com/ajj8)
1139 * [Bilibili] Add subtitle converter by [u-spec-png](https://github.com/u-spec-png)
1140 * [CBC] Cleanup tests by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1141 * [Douyin] Rewrite extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1142 * [Funimation] Fix for /v/ urls by [pukkandan](https://github.com/pukkandan), [Jules-A](https://github.com/Jules-A)
1143 * [Funimation] Sort formats according to the relevant extractor-args
1144 * [Hidive] Fix duplicate and incorrect formats
1145 * [HotStarSeries] Fix cookies by [Ashish0804](https://github.com/Ashish0804)
1146 * [LinkedInLearning] Add subtitles by [Ashish0804](https://github.com/Ashish0804)
1147 * [Mediaite] Relax valid url by [coletdjnz](https://github.com/coletdjnz)
1148 * [Newgrounds] Add age_limit and fix duration by [u-spec-png](https://github.com/u-spec-png)
1149 * [Newgrounds] Fix view count on songs by [u-spec-png](https://github.com/u-spec-png)
1150 * [parliamentlive.tv] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1151 * [PolskieRadio] Fix extractors by [jakubadamw](https://github.com/jakubadamw), [u-spec-png](https://github.com/u-spec-png)
1152 * [reddit] Add embedded url by [u-spec-png](https://github.com/u-spec-png)
1153 * [reddit] Fix 429 by generating a random `reddit_session` by [AjaxGb](https://github.com/AjaxGb)
1154 * [Rumble] Add RumbleChannelIE by [Ashish0804](https://github.com/Ashish0804)
1155 * [soundcloud:playlist] Detect last page correctly
1156 * [SovietsCloset] Add duration from m3u8 by [ChillingPepper](https://github.com/ChillingPepper)
1157 * [Streamable] Add codecs by [u-spec-png](https://github.com/u-spec-png)
1158 * [vidme] Remove extractor by [alerikaisattera](https://github.com/alerikaisattera)
1159 * [youtube:tab] Fallback to API when webpage fails to download by [coletdjnz](https://github.com/coletdjnz)
1160 * [youtube] Fix non-fatal errors in fetching player
1161 * Fix `--flat-playlist` when neither IE nor id is known
1162 * Fix `-f mp4` behaving differently from youtube-dl
1163 * Workaround for bug in `ssl.SSLContext.load_default_certs`
1164 * [aes] Improve performance slightly by [sulyi](https://github.com/sulyi)
1165 * [cookies] Fix keyring fallback by [mbway](https://github.com/mbway)
1166 * [embedsubtitle] Fix error when duration is unknown
1167 * [ffmpeg] Fix error when subtitle file is missing
1168 * [ffmpeg] Set max probesize to workaround AAC HLS stream issues by [shirt](https://github.com/shirt-dev)
1169 * [FixupM3u8] Remove redundant run if merged is needed
1170 * [hls] Fix decryption issues by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
1171 * [http] Respect user-provided chunk size over extractor's
1172 * [utils] Let traverse_obj accept functions as keys
1173 * [docs] Add note about our custom ffmpeg builds
1174 * [docs] Write embedding and contributing documentation by [pukkandan](https://github.com/pukkandan), [timethrow](https://github.com/timethrow)
1175 * [update] Check for new version even if not updateable
1176 * [build] Add more files to the tarball
1177 * [build] Allow building with py2exe (and misc fixes)
1178 * [build] Use pycryptodomex by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
1179 * [cleanup] Some minor refactoring, improve docs and misc cleanup
1180
1181
1182 ### 2021.09.25
1183
1184 * Add new option `--netrc-location`
1185 * [outtmpl] Allow alternate fields using `,`
1186 * [outtmpl] Add format type `B` to treat the value as bytes (eg: to limit the filename to a certain number of bytes)
1187 * Separate the options `--ignore-errors` and `--no-abort-on-error`
1188 * Basic framework for simultaneous download of multiple formats by [nao20010128nao](https://github.com/nao20010128nao)
1189 * [17live] Add 17.live extractor by [nao20010128nao](https://github.com/nao20010128nao)
1190 * [bilibili] Add BiliIntlIE and BiliIntlSeriesIE by [Ashish0804](https://github.com/Ashish0804)
1191 * [CAM4] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
1192 * [Chingari] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1193 * [CGTN] Add extractor by [chao813](https://github.com/chao813)
1194 * [damtomo] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
1195 * [gotostage] Add extractor by [poschi3](https://github.com/poschi3)
1196 * [Koo] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1197 * [Mediaite] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
1198 * [Mediaklikk] Add Extractor by [tmarki](https://github.com/tmarki), [mrx23dot](https://github.com/mrx23dot), [coletdjnz](https://github.com/coletdjnz)
1199 * [MuseScore] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
1200 * [Newgrounds] Add NewgroundsUserIE and improve extractor by [u-spec-png](https://github.com/u-spec-png)
1201 * [nzherald] Add NZHeraldIE by [coletdjnz](https://github.com/coletdjnz)
1202 * [Olympics] Add replay extractor by [Ashish0804](https://github.com/Ashish0804)
1203 * [Peertube] Add channel and playlist extractors by [u-spec-png](https://github.com/u-spec-png)
1204 * [radlive] Add extractor by [nyuszika7h](https://github.com/nyuszika7h)
1205 * [SovietsCloset] Add extractor by [ChillingPepper](https://github.com/ChillingPepper)
1206 * [Streamanity] Add Extractor by [alerikaisattera](https://github.com/alerikaisattera)
1207 * [Theta] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
1208 * [Yandex] Add ZenYandexIE and ZenYandexChannelIE by [Ashish0804](https://github.com/Ashish0804)
1209 * [9Now] handle episodes of series by [dalanmiller](https://github.com/dalanmiller)
1210 * [AnimalPlanet] Fix extractor by [Sipherdrakon](https://github.com/Sipherdrakon)
1211 * [Arte] Improve description extraction by [renalid](https://github.com/renalid)
1212 * [atv.at] Use jwt for API by [NeroBurner](https://github.com/NeroBurner)
1213 * [brightcove] Extract subtitles from manifests
1214 * [CBC] Fix CBC Gem extractors by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1215 * [cbs] Report appropriate error for DRM
1216 * [comedycentral] Support `collection-playlist` by [nixxo](https://github.com/nixxo)
1217 * [DIYNetwork] Support new format by [Sipherdrakon](https://github.com/Sipherdrakon)
1218 * [downloader/niconico] Pass custom headers by [nao20010128nao](https://github.com/nao20010128nao)
1219 * [dw] Fix extractor
1220 * [Fancode] Fix live streams by [zenerdi0de](https://github.com/zenerdi0de)
1221 * [funimation] Fix for locations outside US by [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
1222 * [globo] Fix GloboIE by [Ashish0804](https://github.com/Ashish0804)
1223 * [HiDive] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1224 * [Hotstar] Add referer for subs by [Ashish0804](https://github.com/Ashish0804)
1225 * [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)
1226 * [lbry] Show error message from API response
1227 * [Mxplayer] Use mobile API by [Ashish0804](https://github.com/Ashish0804)
1228 * [NDR] Rewrite NDRIE by [Ashish0804](https://github.com/Ashish0804)
1229 * [Nuvid] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
1230 * [Oreilly] Handle new web url by [MKSherbini](https://github.com/MKSherbini)
1231 * [pbs] Fix subtitle extraction by [coletdjnz](https://github.com/coletdjnz), [gesa](https://github.com/gesa), [raphaeldore](https://github.com/raphaeldore)
1232 * [peertube] Update instances by [u-spec-png](https://github.com/u-spec-png)
1233 * [plutotv] Fix extractor for URLs with `/en`
1234 * [reddit] Workaround for 429 by redirecting to old.reddit.com
1235 * [redtube] Fix exts
1236 * [soundcloud] Make playlist extraction lazy
1237 * [soundcloud] Retry playlist pages on `502` error and update `_CLIENT_ID`
1238 * [southpark] Fix SouthParkDE by [coletdjnz](https://github.com/coletdjnz)
1239 * [SovietsCloset] Fix playlists for games with only named categories by [ConquerorDopy](https://github.com/ConquerorDopy)
1240 * [SpankBang] Fix uploader by [f4pp3rk1ng](https://github.com/f4pp3rk1ng), [coletdjnz](https://github.com/coletdjnz)
1241 * [tiktok] Use API to fetch higher quality video by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
1242 * [TikTokUser] Fix extractor using mobile API by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
1243 * [videa] Fix some extraction errors by [nyuszika7h](https://github.com/nyuszika7h)
1244 * [VrtNU] Handle login errors by [llacb47](https://github.com/llacb47)
1245 * [vrv] Don't raise error when thumbnails are missing
1246 * [youtube] Cleanup authentication code by [coletdjnz](https://github.com/coletdjnz)
1247 * [youtube] Fix `--mark-watched` with `--cookies-from-browser`
1248 * [youtube] Improvements to JS player extraction and add extractor-args to skip it by [coletdjnz](https://github.com/coletdjnz)
1249 * [youtube] Retry on 'Unknown Error' by [coletdjnz](https://github.com/coletdjnz)
1250 * [youtube] Return full URL instead of just ID
1251 * [youtube] Warn when trying to download clips
1252 * [zdf] Improve format sorting
1253 * [zype] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
1254 * Allow `--force-write-archive` to work with `--flat-playlist`
1255 * Download subtitles in order of `--sub-langs`
1256 * Allow `0` in `--playlist-items`
1257 * Handle more playlist errors with `-i`
1258 * Fix `--no-get-comments`
1259 * Fix `extra_info` being reused across runs
1260 * Fix compat options `no-direct-merge` and `playlist-index`
1261 * Dump files should obey `--trim-filename` by [sulyi](https://github.com/sulyi)
1262 * [aes] Add `aes_gcm_decrypt_and_verify` by [sulyi](https://github.com/sulyi), [pukkandan](https://github.com/pukkandan)
1263 * [aria2c] Fix IV for some AES-128 streams by [shirt](https://github.com/shirt-dev)
1264 * [compat] Don't ignore `HOME` (if set) on windows
1265 * [cookies] Make browser names case insensitive
1266 * [cookies] Print warning for cookie decoding error only once
1267 * [extractor] Fix root-relative URLs in MPD by [DigitalDJ](https://github.com/DigitalDJ)
1268 * [ffmpeg] Add `aac_adtstoasc` when merging if needed
1269 * [fragment,aria2c] Generalize and refactor some code
1270 * [fragment] Avoid repeated request for AES key
1271 * [fragment] Fix range header when using `-N` and media sequence by [shirt](https://github.com/shirt-dev)
1272 * [hls,aes] Fallback to native implementation for AES-CBC and detect `Cryptodome` in addition to `Crypto`
1273 * [hls] Byterange + AES128 is supported by native downloader
1274 * [ModifyChapters] Improve sponsor chapter merge algorithm by [nihil-admirari](https://github.com/nihil-admirari)
1275 * [ModifyChapters] Minor fixes
1276 * [WebVTT] Adjust parser to accommodate PBS subtitles
1277 * [utils] Improve `extract_timezone` by [dirkf](https://github.com/dirkf)
1278 * [options] Fix `--no-config` and refactor reading of config files
1279 * [options] Strip spaces and ignore empty entries in list-like switches
1280 * [test/cookies] Improve logging
1281 * [build] Automate more of the release process by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
1282 * [build] Fix sha256 by [nihil-admirari](https://github.com/nihil-admirari)
1283 * [build] Bring back brew taps by [nao20010128nao](https://github.com/nao20010128nao)
1284 * [build] Provide `--onedir` zip for windows
1285 * [cleanup,docs] Add deprecation warning in docs for some counter intuitive behaviour
1286 * [cleanup] Fix line endings for `nebula.py` by [glenn-slayden](https://github.com/glenn-slayden)
1287 * [cleanup] Improve `make clean-test` by [sulyi](https://github.com/sulyi)
1288 * [cleanup] Misc
1289
1290
1291 ### 2021.09.02
1292
1293 * **Native SponsorBlock** implementation by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
1294 * `--sponsorblock-remove CATS` removes specified chapters from file
1295 * `--sponsorblock-mark CATS` marks the specified sponsor sections as chapters
1296 * `--sponsorblock-chapter-title TMPL` to specify sponsor chapter template
1297 * `--sponsorblock-api URL` to use a different API
1298 * No re-encoding is done unless `--force-keyframes-at-cuts` is used
1299 * The fetched sponsor sections are written to the infojson
1300 * Deprecates: `--sponskrub`, `--no-sponskrub`, `--sponskrub-cut`, `--no-sponskrub-cut`, `--sponskrub-force`, `--no-sponskrub-force`, `--sponskrub-location`, `--sponskrub-args`
1301 * Split `--embed-chapters` from `--embed-metadata` (it still implies the former by default)
1302 * Add option `--remove-chapters` to remove arbitrary chapters by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
1303 * Add option `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters by [nihil-admirari](https://github.com/nihil-admirari)
1304 * Let `--match-filter` reject entries early
1305 * Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
1306 * [lazy_extractor] Improvements (It now passes all tests)
1307 * Bugfix for when plugin directory doesn't exist by [kidonng](https://github.com/kidonng)
1308 * Create instance only after pre-checking archive
1309 * Import actual class if an attribute is accessed
1310 * Fix `suitable` and add flake8 test
1311 * [downloader/ffmpeg] Experimental support for DASH manifests (including live)
1312 * Your ffmpeg must have [this patch](https://github.com/FFmpeg/FFmpeg/commit/3249c757aed678780e22e99a1a49f4672851bca9) applied for YouTube DASH to work
1313 * [downloader/ffmpeg] Allow passing custom arguments before `-i`
1314 * [BannedVideo] Add extractor by [smege1001](https://github.com/smege1001), [blackjack4494](https://github.com/blackjack4494), [pukkandan](https://github.com/pukkandan)
1315 * [bilibili] Add category extractor by [animelover1984](https://github.com/animelover1984)
1316 * [Epicon] Add extractors by [Ashish0804](https://github.com/Ashish0804)
1317 * [filmmodu] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
1318 * [GabTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1319 * [Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` by [Ashish0804](https://github.com/Ashish0804)
1320 * [ManotoTV] Add new extractors by [tandy1000](https://github.com/tandy1000)
1321 * [Niconico] Add Search extractors by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
1322 * [Patreon] Add `PatreonUserIE` by [zenerdi0de](https://github.com/zenerdi0de)
1323 * [peloton] Add extractor by [IONECarter](https://github.com/IONECarter), [capntrips](https://github.com/capntrips), [pukkandan](https://github.com/pukkandan)
1324 * [ProjectVeritas] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1325 * [radiko] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
1326 * [StarTV] Add extractor for `startv.com.tr` by [mrfade](https://github.com/mrfade), [coletdjnz](https://github.com/coletdjnz)
1327 * [tiktok] Add `TikTokUserIE` by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
1328 * [Tokentube] Add extractor by [u-spec-png](https://github.com/u-spec-png)
1329 * [TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` by [Ashish0804](https://github.com/Ashish0804)
1330 * [voicy] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
1331 * [adobepass] Fix Verizon SAML login by [nyuszika7h](https://github.com/nyuszika7h), [ParadoxGBB](https://github.com/ParadoxGBB)
1332 * [afreecatv] Fix adult VODs by [wlritchi](https://github.com/wlritchi)
1333 * [afreecatv] Tolerate failure to parse date string by [wlritchi](https://github.com/wlritchi)
1334 * [aljazeera] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1335 * [ATV.at] Fix extractor for ATV.at by [NeroBurner](https://github.com/NeroBurner), [coletdjnz](https://github.com/coletdjnz)
1336 * [bitchute] Fix test by [mahanstreamer](https://github.com/mahanstreamer)
1337 * [camtube] Remove obsolete extractor by [alerikaisattera](https://github.com/alerikaisattera)
1338 * [CDA] Add more formats by [u-spec-png](https://github.com/u-spec-png)
1339 * [eroprofile] Fix page skipping in albums by [jhwgh1968](https://github.com/jhwgh1968)
1340 * [facebook] Fix format sorting
1341 * [facebook] Fix metadata extraction by [kikuyan](https://github.com/kikuyan)
1342 * [facebook] Update onion URL by [Derkades](https://github.com/Derkades)
1343 * [HearThisAtIE] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1344 * [instagram] Add referrer to prevent throttling by [u-spec-png](https://github.com/u-spec-png), [kikuyan](https://github.com/kikuyan)
1345 * [iwara.tv] Extract more metadata by [BunnyHelp](https://github.com/BunnyHelp)
1346 * [iwara] Add thumbnail by [i6t](https://github.com/i6t)
1347 * [kakao] Fix extractor
1348 * [mediaset] Fix extraction for some videos by [nyuszika7h](https://github.com/nyuszika7h)
1349 * [Motherless] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
1350 * [Nova] fix extractor by [std-move](https://github.com/std-move)
1351 * [ParamountPlus] Fix geo verification by [shirt](https://github.com/shirt-dev)
1352 * [peertube] handle new video URL format by [Chocobozzz](https://github.com/Chocobozzz)
1353 * [pornhub] Separate and fix playlist extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
1354 * [reddit] Fix for quarantined subreddits by [ouwou](https://github.com/ouwou)
1355 * [ShemarooMe] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1356 * [soundcloud] Refetch `client_id` on 403
1357 * [tiktok] Fix metadata extraction
1358 * [TV2] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
1359 * [tv5mondeplus] Fix extractor by [korli](https://github.com/korli)
1360 * [VH1,TVLand] Fix extractors by [Sipherdrakon](https://github.com/Sipherdrakon)
1361 * [Viafree] Fix extractor and extract subtitles by [coletdjnz](https://github.com/coletdjnz)
1362 * [XHamster] Extract `uploader_id` by [octotherp](https://github.com/octotherp)
1363 * [youtube] Add `shorts` to `_VALID_URL`
1364 * [youtube] Add av01 itags to known formats list by [blackjack4494](https://github.com/blackjack4494)
1365 * [youtube] Extract error messages from HTTPError response by [coletdjnz](https://github.com/coletdjnz)
1366 * [youtube] Fix subtitle names
1367 * [youtube] Prefer audio stream that YouTube considers default
1368 * [youtube] Remove annotations and deprecate `--write-annotations` by [coletdjnz](https://github.com/coletdjnz)
1369 * [Zee5] Fix extractor and add subtitles by [Ashish0804](https://github.com/Ashish0804)
1370 * [aria2c] Obey `--rate-limit`
1371 * [EmbedSubtitle] Continue even if some files are missing
1372 * [extractor] Better error message for DRM
1373 * [extractor] Common function `_match_valid_url`
1374 * [extractor] Show video id in error messages if possible
1375 * [FormatSort] Remove priority of `lang`
1376 * [options] Add `_set_from_options_callback`
1377 * [SubtitleConvertor] Fix bug during subtitle conversion
1378 * [utils] Add `parse_qs`
1379 * [webvtt] Fix timestamp overflow adjustment by [fstirlitz](https://github.com/fstirlitz)
1380 * Bugfix for `--replace-in-metadata`
1381 * Don't try to merge with final extension
1382 * Fix `--force-overwrites` when using `-k`
1383 * Fix `--no-prefer-free-formats` by [CeruleanSky](https://github.com/CeruleanSky)
1384 * Fix `-F` for extractors that directly return url
1385 * Fix `-J` when there are failed videos
1386 * Fix `extra_info` being reused across runs
1387 * Fix `playlist_index` not obeying `playlist_start` and add tests
1388 * Fix resuming of single formats when using `--no-part`
1389 * Revert erroneous use of the `Content-Length` header by [fstirlitz](https://github.com/fstirlitz)
1390 * Use `os.replace` where applicable by; paulwrubel
1391 * [build] Add homebrew taps `yt-dlp/taps/yt-dlp` by [nao20010128nao](https://github.com/nao20010128nao)
1392 * [build] Fix bug in making `yt-dlp.tar.gz`
1393 * [docs] Fix some typos by [pukkandan](https://github.com/pukkandan), [zootedb0t](https://github.com/zootedb0t)
1394 * [cleanup] Replace improper use of tab in trovo by [glenn-slayden](https://github.com/glenn-slayden)
1395
1396
1397 ### 2021.08.10
1398
1399 * Add option `--replace-in-metadata`
1400 * Add option `--no-simulate` to not simulate even when `--print` or `--list...` are used - Deprecates `--print-json`
1401 * Allow entire infodict to be printed using `%()s` - makes `--dump-json` redundant
1402 * Allow multiple `--exec` and `--exec-before-download`
1403 * Add regex to `--match-filter`
1404 * Add all format filtering operators also to `--match-filter` by [max-te](https://github.com/max-te)
1405 * Add compat-option `no-keep-subs`
1406 * [adobepass] Add MSO Cablevision by [Jessecar96](https://github.com/Jessecar96)
1407 * [BandCamp] Add BandcampMusicIE by [Ashish0804](https://github.com/Ashish0804)
1408 * [blackboardcollaborate] Add new extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
1409 * [eroprofile] Add album downloader by [jhwgh1968](https://github.com/jhwgh1968)
1410 * [mirrativ] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
1411 * [openrec] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
1412 * [nbcolympics:stream] Fix extractor by [nchilada](https://github.com/nchilada), [pukkandan](https://github.com/pukkandan)
1413 * [nbcolympics] Update extractor for 2020 olympics by [wesnm](https://github.com/wesnm)
1414 * [paramountplus] Separate extractor and fix some titles by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
1415 * [RCTIPlus] Support events and TV by [MinePlayersPE](https://github.com/MinePlayersPE)
1416 * [Newgrounds] Improve extractor and fix playlist by [u-spec-png](https://github.com/u-spec-png)
1417 * [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` by [wesnm](https://github.com/wesnm)
1418 * [crunchyroll] Fix thumbnail by [funniray](https://github.com/funniray)
1419 * [HotStar] Use API for metadata and extract subtitles by [Ashish0804](https://github.com/Ashish0804)
1420 * [instagram] Fix comments extraction by [u-spec-png](https://github.com/u-spec-png)
1421 * [peertube] Fix videos without description by [u-spec-png](https://github.com/u-spec-png)
1422 * [twitch:clips] Extract `display_id` by [dirkf](https://github.com/dirkf)
1423 * [viki] Print error message from API request
1424 * [Vine] Remove invalid formats by [u-spec-png](https://github.com/u-spec-png)
1425 * [VrtNU] Fix XSRF token by [pgaig](https://github.com/pgaig)
1426 * [vrv] Fix thumbnail extraction by [funniray](https://github.com/funniray)
1427 * [youtube] Add extractor-arg `include-live-dash` to show live dash formats
1428 * [youtube] Improve signature function detection by [PSlava](https://github.com/PSlava)
1429 * [youtube] Raise appropriate error when API pages can't be downloaded
1430 * Ensure `_write_ytdl_file` closes file handle on error
1431 * Fix `--compat-options filename` by [stdedos](https://github.com/stdedos)
1432 * Fix issues with infodict sanitization
1433 * Fix resuming when using `--no-part`
1434 * Fix wrong extension for intermediate files
1435 * Handle `BrokenPipeError` by [kikuyan](https://github.com/kikuyan)
1436 * Show libraries present in verbose head
1437 * [extractor] Detect `sttp` as subtitles in MPD by [fstirlitz](https://github.com/fstirlitz)
1438 * [extractor] Reset non-repeating warnings per video
1439 * [ffmpeg] Fix streaming `mp4` to `stdout`
1440 * [ffpmeg] Allow `--ffmpeg-location` to be a file with different name
1441 * [utils] Fix `InAdvancePagedList.__getitem__`
1442 * [utils] Fix `traverse_obj` depth when `is_user_input`
1443 * [webvtt] Merge daisy-chained duplicate cues by [fstirlitz](https://github.com/fstirlitz)
1444 * [build] Use custom build of `pyinstaller` by [shirt](https://github.com/shirt-dev)
1445 * [tests:download] Add batch testing for extractors (`test_YourExtractor_all`)
1446 * [docs] Document which fields `--add-metadata` adds to the file
1447 * [docs] Fix some mistakes and improve doc
1448 * [cleanup] Misc code cleanup
1449
1450
1451 ### 2021.08.02
1452
1453 * Add logo, banner and donate links
1454 * [outtmpl] Expand and escape environment variables
1455 * [outtmpl] Add format types `j` (json), `l` (comma delimited list), `q` (quoted for terminal)
1456 * [downloader] Allow streaming some unmerged formats to stdout using ffmpeg
1457 * [youtube] **Age-gate bypass**
1458 * Add `agegate` clients by [pukkandan](https://github.com/pukkandan), [MinePlayersPE](https://github.com/MinePlayersPE)
1459 * Add `thirdParty` to agegate clients to bypass more videos
1460 * Simplify client definitions, expose `embedded` clients
1461 * Improve age-gate detection by [coletdjnz](https://github.com/coletdjnz)
1462 * Fix default global API key by [coletdjnz](https://github.com/coletdjnz)
1463 * 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)
1464 * [adobepass] Add MSO Sling TV by [wesnm](https://github.com/wesnm)
1465 * [CBS] Add ParamountPlusSeriesIE by [Ashish0804](https://github.com/Ashish0804)
1466 * [dplay] Add `ScienceChannelIE` by [Sipherdrakon](https://github.com/Sipherdrakon)
1467 * [UtreonIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
1468 * [youtube] Add `mweb` client by [coletdjnz](https://github.com/coletdjnz)
1469 * [youtube] Add `player_client=all`
1470 * [youtube] Force `hl=en` for comments by [coletdjnz](https://github.com/coletdjnz)
1471 * [youtube] Fix format sorting when using alternate clients
1472 * [youtube] Misc cleanup by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
1473 * [youtube] Extract SAPISID only once
1474 * [CBS] Add fallback by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
1475 * [Hotstar] Support cookies by [Ashish0804](https://github.com/Ashish0804)
1476 * [HotStarSeriesIE] Fix regex by [Ashish0804](https://github.com/Ashish0804)
1477 * [bilibili] Improve `_VALID_URL`
1478 * [mediaset] Fix extraction by [nixxo](https://github.com/nixxo)
1479 * [Mxplayer] Add h265 formats by [Ashish0804](https://github.com/Ashish0804)
1480 * [RCTIPlus] Remove PhantomJS dependency by [MinePlayersPE](https://github.com/MinePlayersPE)
1481 * [tenplay] Add MA15+ age limit by [pento](https://github.com/pento)
1482 * [vidio] Fix login error detection by [MinePlayersPE](https://github.com/MinePlayersPE)
1483 * [vimeo] Better extraction of original file by [Ashish0804](https://github.com/Ashish0804)
1484 * [generic] Support KVS player (replaces ThisVidIE) by [rigstot](https://github.com/rigstot)
1485 * Add compat-option `no-clean-infojson`
1486 * Remove `asr` appearing twice in `-F`
1487 * Set `home:` as the default key for `-P`
1488 * [utils] Fix slicing of reversed `LazyList`
1489 * [FormatSort] Fix bug for audio with unknown codec
1490 * [test:download] Support testing with `ignore_no_formats_error`
1491 * [cleanup] Refactor some code
1492
1493
1494 ### 2021.07.24
1495
1496 * [youtube:tab] Extract video duration early
1497 * [downloader] Pass `info_dict` to `progress_hook`s
1498 * [youtube] Fix age-gated videos for API clients when cookies are supplied by [coletdjnz](https://github.com/coletdjnz)
1499 * [youtube] Disable `get_video_info` age-gate workaround - This endpoint seems to be completely dead
1500 * [youtube] Try all clients even if age-gated
1501 * [youtube] Fix subtitles only being extracted from the first client
1502 * [youtube] Simplify `_get_text`
1503 * [cookies] bugfix for microsoft edge on macOS
1504 * [cookies] Handle `sqlite` `ImportError` gracefully by [mbway](https://github.com/mbway)
1505 * [cookies] Handle errors when importing `keyring`
1506
1507 ### 2021.07.21
1508
1509 * **Add option `--cookies-from-browser`** to load cookies from a browser by [mbway](https://github.com/mbway)
1510 * Usage: `--cookies-from-browser BROWSER[:PROFILE_NAME_OR_PATH]`
1511 * Also added `--no-cookies-from-browser`
1512 * To decrypt chromium cookies, `keyring` is needed for UNIX and `pycryptodome` for Windows
1513 * Add option `--exec-before-download`
1514 * Add field `live_status`
1515 * [FFmpegMetadata] Add language of each stream and some refactoring
1516 * [douyin] Add extractor by [pukkandan](https://github.com/pukkandan), [pyx](https://github.com/pyx)
1517 * [pornflip] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
1518 * **[youtube] Extract data from multiple clients** by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
1519 * `player_client` now accepts multiple clients
1520 * Default `player_client` = `android,web`
1521 * This uses twice as many requests, but avoids throttling for most videos while also not losing any formats
1522 * Music clients can be specifically requested and is enabled by default if `music.youtube.com`
1523 * Added `player_client=ios` (Known issue: formats from ios are not sorted correctly)
1524 * Add age-gate bypass for android and ios clients
1525 * [youtube] Extract more thumbnails
1526 * The thumbnail URLs are hard-coded and their actual existence is tested lazily
1527 * Added option `--no-check-formats` to not test them
1528 * [youtube] Misc fixes
1529 * Improve extraction of livestream metadata by [pukkandan](https://github.com/pukkandan), [krichbanana](https://github.com/krichbanana)
1530 * Hide live dash formats since they can't be downloaded anyway
1531 * Fix authentication when using multiple accounts by [coletdjnz](https://github.com/coletdjnz)
1532 * Fix controversial videos when requested via API by [coletdjnz](https://github.com/coletdjnz)
1533 * Fix session index extraction and headers for non-web player clients by [coletdjnz](https://github.com/coletdjnz)
1534 * Make `--extractor-retries` work for more errors
1535 * Fix sorting of 3gp format
1536 * Sanity check `chapters` (and refactor related code)
1537 * Make `parse_time_text` and `_extract_chapters` non-fatal
1538 * Misc cleanup and bug fixes by [coletdjnz](https://github.com/coletdjnz)
1539 * [youtube:tab] Fix channels tab
1540 * [youtube:tab] Extract playlist availability by [coletdjnz](https://github.com/coletdjnz)
1541 * **[youtube:comments] Move comment extraction to new API** by [coletdjnz](https://github.com/coletdjnz)
1542 * Adds extractor-args `comment_sort` (`top`/`new`), `max_comments`, `max_comment_depth`
1543 * [youtube:comments] Fix `is_favorited`, improve `like_count` parsing by [coletdjnz](https://github.com/coletdjnz)
1544 * [BravoTV] Improve metadata extraction by [kevinoconnor7](https://github.com/kevinoconnor7)
1545 * [crunchyroll:playlist] Force http
1546 * [yahoo:gyao:player] Relax `_VALID_URL` by [nao20010128nao](https://github.com/nao20010128nao)
1547 * [nebula] Authentication via tokens from cookie jar by [hheimbuerger](https://github.com/hheimbuerger), [TpmKranz](https://github.com/TpmKranz)
1548 * [RTP] Fix extraction and add subtitles by [fstirlitz](https://github.com/fstirlitz)
1549 * [viki] Rewrite extractors and add extractor-arg `video_types` to `vikichannel` by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
1550 * [vlive] Extract thumbnail directly in addition to the one from Naver
1551 * [generic] Extract previously missed subtitles by [fstirlitz](https://github.com/fstirlitz)
1552 * [generic] Extract everything in the SMIL manifest and detect discarded subtitles by [fstirlitz](https://github.com/fstirlitz)
1553 * [embedthumbnail] Fix `_get_thumbnail_resolution`
1554 * [metadatafromfield] Do not detect numbers as field names
1555 * Fix selectors `all`, `mergeall` and add tests
1556 * Errors in playlist extraction should obey `--ignore-errors`
1557 * Fix bug where `original_url` was not propagated when `_type`=`url`
1558 * Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
1559 * This was wrongly checking for `write_thumbnail`
1560 * Improve `extractor_args` parsing
1561 * Rename `NOTE` in `-F` to `MORE INFO` since it's often confused to be the same as `format_note`
1562 * Add `only_once` param for `write_debug` and `report_warning`
1563 * [extractor] Allow extracting multiple groups in `_search_regex` by [fstirlitz](https://github.com/fstirlitz)
1564 * [utils] Improve `traverse_obj`
1565 * [utils] Add `variadic`
1566 * [utils] Improve `js_to_json` comment regex by [fstirlitz](https://github.com/fstirlitz)
1567 * [webtt] Fix timestamps
1568 * [compat] Remove unnecessary code
1569 * [docs] fix default of multistreams
1570
1571
1572 ### 2021.07.07
1573
1574 * Merge youtube-dl: Upto [commit/a803582](https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada)
1575 * Add `--extractor-args` to pass some extractor-specific arguments. See [readme](https://github.com/yt-dlp/yt-dlp#extractor-arguments)
1576 * Add extractor option `skip` for `youtube`. Eg: `--extractor-args youtube:skip=hls,dash`
1577 * Deprecates `--youtube-skip-dash-manifest`, `--youtube-skip-hls-manifest`, `--youtube-include-dash-manifest`, `--youtube-include-hls-manifest`
1578 * Allow `--list...` options to work with `--print`, `--quiet` and other `--list...` options
1579 * [youtube] Use `player` API for additional video extraction requests by [coletdjnz](https://github.com/coletdjnz)
1580 * **Fixes youtube premium music** (format 141) extraction
1581 * Adds extractor option `player_client` = `web`/`android`
1582 * **`--extractor-args youtube:player_client=android` works around the throttling** for the time-being
1583 * Adds extractor option `player_skip=config`
1584 * Adds age-gate fallback using embedded client
1585 * [youtube] Choose correct Live chat API for upcoming streams by [krichbanana](https://github.com/krichbanana)
1586 * [youtube] Fix subtitle names for age-gated videos
1587 * [youtube:comments] Fix error handling and add `itct` to params by [coletdjnz](https://github.com/coletdjnz)
1588 * [youtube_live_chat] Fix download with cookies by [siikamiika](https://github.com/siikamiika)
1589 * [youtube_live_chat] use `clickTrackingParams` by [siikamiika](https://github.com/siikamiika)
1590 * [Funimation] Rewrite extractor
1591 * Add `FunimationShowIE` by [Mevious](https://github.com/Mevious)
1592 * **Treat the different versions of an episode as different formats of a single video**
1593 * This changes the video `id` and will break break existing archives
1594 * Compat option `seperate-video-versions` to fall back to old behavior including using the old video ids
1595 * Support direct `/player/` URL
1596 * Extractor options `language` and `version` to pre-select them during extraction
1597 * These options may be removed in the future if we can extract all formats without additional network requests
1598 * Do not rely on these for format selection and use `-f` filters instead
1599 * [AdobePass] Add Spectrum MSO by [kevinoconnor7](https://github.com/kevinoconnor7), [ohmybahgosh](https://github.com/ohmybahgosh)
1600 * [facebook] Extract description and fix title
1601 * [fancode] Fix extraction, support live and allow login with refresh token by [zenerdi0de](https://github.com/zenerdi0de)
1602 * [plutotv] Improve `_VALID_URL`
1603 * [RCTIPlus] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
1604 * [Soundcloud] Allow login using oauth token by [blackjack4494](https://github.com/blackjack4494)
1605 * [TBS] Support livestreams by [llacb47](https://github.com/llacb47)
1606 * [videa] Fix extraction by [nyuszika7h](https://github.com/nyuszika7h)
1607 * [yahoo] Fix extraction by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
1608 * Process videos when using `--ignore-no-formats-error` by [krichbanana](https://github.com/krichbanana)
1609 * Fix `--throttled-rate` when using `--load-info-json`
1610 * Fix `--flat-playlist` when entry has no `ie_key`
1611 * Fix `check_formats` catching `ExtractorError` instead of `DownloadError`
1612 * Fix deprecated option `--list-formats-old`
1613 * [downloader/ffmpeg] Fix `--ppa` when using simultaneous download
1614 * [extractor] Prevent unnecessary download of hls manifests and refactor `hls_split_discontinuity`
1615 * [fragment] Handle status of download and errors in threads correctly; and minor refactoring
1616 * [thumbnailsconvertor] Treat `jpeg` as `jpg`
1617 * [utils] Fix issues with `LazyList` reversal
1618 * [extractor] Allow extractors to set their own login hint
1619 * [cleanup] Simplify format selector code with `LazyList` and `yield from`
1620 * [cleanup] Clean `extractor.common._merge_subtitles` signature
1621 * [cleanup] Fix some typos
1622
1623
1624 ### 2021.06.23
1625
1626 * Merge youtube-dl: Upto [commit/379f52a](https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961)
1627 * **Add option `--throttled-rate`** below which video data is re-extracted
1628 * [fragment] **Merge during download for `-N`**, and refactor `hls`/`dash`
1629 * [websockets] Add `WebSocketFragmentFD` by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
1630 * Allow `images` formats in addition to video/audio
1631 * [downloader/mhtml] Add new downloader for slideshows/storyboards by [fstirlitz](https://github.com/fstirlitz)
1632 * [youtube] Temporary **fix for age-gate**
1633 * [youtube] Support ongoing live chat by [siikamiika](https://github.com/siikamiika)
1634 * [youtube] Improve SAPISID cookie handling by [coletdjnz](https://github.com/coletdjnz)
1635 * [youtube] Login is not needed for `:ytrec`
1636 * [youtube] Non-fatal alert reporting for unavailable videos page by [coletdjnz](https://github.com/coletdjnz)
1637 * [twitcasting] Websocket support by [nao20010128nao](https://github.com/nao20010128nao)
1638 * [mediasite] Extract slides by [fstirlitz](https://github.com/fstirlitz)
1639 * [funimation] Extract subtitles
1640 * [pornhub] Extract `cast`
1641 * [hotstar] Use server time for authentication instead of local time
1642 * [EmbedThumbnail] Fix for already downloaded thumbnail
1643 * [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
1644 * Expand `--check-formats` to thumbnails
1645 * Fix id sanitization in filenames
1646 * Skip fixup of existing files and add `--fixup force` to force it
1647 * Better error handling of syntax errors in `-f`
1648 * Use `NamedTemporaryFile` for `--check-formats`
1649 * [aria2c] Lower `--min-split-size` for HTTP downloads
1650 * [options] Rename `--add-metadata` to `--embed-metadata`
1651 * [utils] Improve `LazyList` and add tests
1652 * [build] Build Windows x86 version with py3.7 and remove redundant tests by [pukkandan](https://github.com/pukkandan), [shirt](https://github.com/shirt-dev)
1653 * [docs] Clarify that `--embed-metadata` embeds chapter markers
1654 * [cleanup] Refactor fixup
1655
1656
1657 ### 2021.06.09
1658
1659 * Fix bug where `%(field)d` in filename template throws error
1660 * [outtmpl] Improve offset parsing
1661 * [test] More rigorous tests for `prepare_filename`
1662
1663 ### 2021.06.08
1664
1665 * Remove support for obsolete Python versions: Only 3.6+ is now supported
1666 * Merge youtube-dl: Upto [commit/c2350ca](https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2)
1667 * [hls] Fix decryption for multithreaded downloader
1668 * [extractor] Fix pre-checking archive for some extractors
1669 * [extractor] Fix FourCC fallback when parsing ISM by [fstirlitz](https://github.com/fstirlitz)
1670 * [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE by [pukkandan](https://github.com/pukkandan), [nao20010128nao](https://github.com/nao20010128nao)
1671 * [vidio] Add VidioPremierIE and VidioLiveIE by [MinePlayersPE](Https://github.com/MinePlayersPE)
1672 * [viki] Fix extraction from [ytdl-org/youtube-dl@59e583f](https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82)
1673 * [youtube] Support shorts URL
1674 * [zoom] Extract transcripts as subtitles
1675 * Add field `original_url` with the user-inputted URL
1676 * Fix and refactor `prepare_outtmpl`
1677 * Make more fields available for `--print` when used with `--flat-playlist`
1678 * [utils] Generalize `traverse_dict` to `traverse_obj`
1679 * [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode by [fstirlitz](https://github.com/fstirlitz)
1680 * [build] Release `yt-dlp.tar.gz`
1681 * [build,update] Add GNU-style SHA512 and prepare updater for similar SHA256 by [nihil-admirari](https://github.com/nihil-admirari)
1682 * [pyinst] Show Python version in exe metadata by [nihil-admirari](https://github.com/nihil-admirari)
1683 * [docs] Improve documentation of dependencies
1684 * [cleanup] Mark unused files
1685 * [cleanup] Point all shebang to `python3` by [fstirlitz](https://github.com/fstirlitz)
1686 * [cleanup] Remove duplicate file `trovolive.py`
1687
1688
1689 ### 2021.06.01
1690
1691 * Merge youtube-dl: Upto [commit/d495292](https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf)
1692 * Pre-check archive and filters during playlist extraction
1693 * Handle Basic Auth `user:pass` in URLs by [hhirtz](https://github.com/hhirtz) and [pukkandan](https://github.com/pukkandan)
1694 * [archiveorg] Add YoutubeWebArchiveIE by [coletdjnz](https://github.com/coletdjnz) and [alex-gedeon](https://github.com/alex-gedeon)
1695 * [fancode] Add extractor by [rhsmachine](https://github.com/rhsmachine)
1696 * [patreon] Support vimeo embeds by [rhsmachine](https://github.com/rhsmachine)
1697 * [Saitosan] Add new extractor by [llacb47](https://github.com/llacb47)
1698 * [ShemarooMe] Add extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
1699 * [telemundo] Add extractor by [king-millez](https://github.com/king-millez)
1700 * [SonyLIV] Add SonyLIVSeriesIE and subtitle support by [Ashish0804](https://github.com/Ashish0804)
1701 * [Hotstar] Add HotStarSeriesIE by [Ashish0804](https://github.com/Ashish0804)
1702 * [Voot] Add VootSeriesIE by [Ashish0804](https://github.com/Ashish0804)
1703 * [vidio] Support login and premium videos by [MinePlayersPE](https://github.com/MinePlayersPE)
1704 * [fragment] When using `-N`, do not keep the fragment content in memory
1705 * [ffmpeg] Download and merge in a single step if possible
1706 * [ThumbnailsConvertor] Support conversion to `png` and make it the default by [louie-github](https://github.com/louie-github)
1707 * [VideoConvertor] Generalize with remuxer and allow conditional recoding
1708 * [EmbedThumbnail] Embed in `mp4`/`m4a` using mutagen by [tripulse](https://github.com/tripulse) and [pukkandan](https://github.com/pukkandan)
1709 * [EmbedThumbnail] Embed if any thumbnail was downloaded, not just the best
1710 * [EmbedThumbnail] Correctly escape filename
1711 * [update] replace self without launching a subprocess in windows
1712 * [update] Block further update for unsupported systems
1713 * Refactor `__process_playlist` by creating `LazyList`
1714 * Write messages to `stderr` when both `quiet` and `verbose`
1715 * Sanitize and sort playlist thumbnails
1716 * Remove `None` values from `info.json`
1717 * [extractor] Always prefer native hls downloader by default
1718 * [extractor] Skip subtitles without URI in m3u8 manifests by [hheimbuerger](https://github.com/hheimbuerger)
1719 * [extractor] Functions to parse `socket.io` response as `json` by [pukkandan](https://github.com/pukkandan) and [llacb47](https://github.com/llacb47)
1720 * [extractor] Allow `note=False` when extracting manifests
1721 * [utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
1722 * [hls] Disable external downloader for `webtt`
1723 * [youtube] `/live` URLs should raise error if channel is not live
1724 * [youtube] Bug fixes
1725 * [zee5] Fix m3u8 formats' extension
1726 * [ard] Allow URLs without `-` before id by [olifre](https://github.com/olifre)
1727 * [cleanup] `YoutubeDL._match_entry`
1728 * [cleanup] Refactor updater
1729 * [cleanup] Refactor ffmpeg convertors
1730 * [cleanup] setup.py
1731
1732
1733 ### 2021.05.20
1734
1735 * **Youtube improvements**:
1736 * Support youtube music `MP`, `VL` and `browse` pages
1737 * Extract more formats for youtube music by [craftingmod](https://github.com/craftingmod), [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
1738 * Extract multiple subtitles in same language by [pukkandan](https://github.com/pukkandan) and [tpikonen](https://github.com/tpikonen)
1739 * Redirect channels that doesn't have a `videos` tab to their `UU` playlists
1740 * Support in-channel search
1741 * Sort audio-only formats correctly
1742 * Always extract `maxresdefault` thumbnail
1743 * Extract audio language
1744 * Add subtitle language names by [nixxo](https://github.com/nixxo) and [tpikonen](https://github.com/tpikonen)
1745 * Show alerts only from the final webpage
1746 * Add `html5=1` param to `get_video_info` page requests by [coletdjnz](https://github.com/coletdjnz)
1747 * Better message when login required
1748 * **Add option `--print`**: to print any field/template
1749 * Makes redundant: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url`
1750 * Field `additional_urls` to download additional videos from metadata using [`--parse-metadata`](https://github.com/yt-dlp/yt-dlp#modifying-metadata)
1751 * Merge youtube-dl: Upto [commit/dfbbe29](https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b)
1752 * Write thumbnail of playlist and add `pl_thumbnail` outtmpl key
1753 * [embedthumbnail] Add `flac` support and refactor `mutagen` code by [pukkandan](https://github.com/pukkandan) and [tripulse](https://github.com/tripulse)
1754 * [audius:artist] Add extractor by [king-millez](https://github.com/king-millez)
1755 * [parlview] Add extractor by [king-millez](https://github.com/king-millez)
1756 * [tenplay] Fix extractor by [king-millez](https://github.com/king-millez)
1757 * [rmcdecouverte] Generalize `_VALID_URL`
1758 * Add compat-option `no-attach-infojson`
1759 * Add field `name` for subtitles
1760 * Ensure `post_extract` and `pre_process` only run once
1761 * Fix `--check-formats` when there is network error
1762 * Standardize `write_debug` and `get_param`
1763 * [options] Alias `--write-comments`, `--no-write-comments`
1764 * [options] Refactor callbacks
1765 * [test:download] Only extract enough videos for `playlist_mincount`
1766 * [extractor] bugfix for when `compat_opts` is not given
1767 * [build] Fix x86 build by [shirt](https://github.com/shirt-dev)
1768 * [cleanup] code formatting, youtube tests and readme
1769
1770 ### 2021.05.11
1771 * **Deprecate support for python versions < 3.6**
1772 * **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details
1773 * **Improve output template:**
1774 * Allow slicing lists/strings using `field.start:end:step`
1775 * A field can also be used as offset like `field1+num+field2`
1776 * A default value can be given using `field|default`
1777 * Prevent invalid fields from causing errors
1778 * **Merge youtube-dl**: Upto [commit/a726009](https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0)
1779 * **Remove options** `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `--literal`, `--id`
1780 * [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes
1781 * [downloader] Fix `quiet` and `to_stderr`
1782 * [fragment] Ensure the file is closed on error
1783 * [fragment] Make sure first segment is not skipped
1784 * [aria2c] Fix whitespace being stripped off
1785 * [embedthumbnail] Fix bug where jpeg thumbnails were converted again
1786 * [FormatSort] Fix for when some formats have quality and others don't
1787 * [utils] Add `network_exceptions`
1788 * [utils] Escape URL while sanitizing
1789 * [ukcolumn] Add Extractor
1790 * [whowatch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
1791 * [CBS] Improve `_VALID_URL` to support movies
1792 * [crackle] Improve extraction
1793 * [curiositystream] Fix collections
1794 * [francetvinfo] Improve video id extraction
1795 * [generic] Respect the encoding in manifest
1796 * [limelight] Obey `allow_unplayable_formats`
1797 * [mediasite] Generalize URL pattern by [fstirlitz](https://github.com/fstirlitz)
1798 * [mxplayer] Add MxplayerShowIE by [Ashish0804](https://github.com/Ashish0804)
1799 * [nebula] Move to nebula.app by [Lamieur](https://github.com/Lamieur)
1800 * [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)
1801 * [niconico] Fix title and thumbnail extraction by [CXwudi](https://github.com/CXwudi)
1802 * [plutotv] Extract subtitles from manifests
1803 * [plutotv] Fix format extraction for some urls
1804 * [rmcdecouverte] Improve `_VALID_URL`
1805 * [sonyliv] Fix `title` and `series` extraction by [Ashish0804](https://github.com/Ashish0804)
1806 * [tubi] Raise "no video formats" error when video url is empty
1807 * [youtube:tab] Detect playlists inside community posts
1808 * [youtube] Add `oembed` to reserved names
1809 * [zee5] Fix extraction for some URLs by [Hadi0609](https://github.com/Hadi0609)
1810 * [zee5] Fix py2 compatibility
1811 * Fix `playlist_index` and add `playlist_autonumber`. See [#302](https://github.com/yt-dlp/yt-dlp/issues/302) for details
1812 * Add experimental option `--check-formats` to test the URLs before format selection
1813 * Option `--compat-options` to revert [some of yt-dlp's changes](https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior)
1814 * Deprecates `--list-formats-as-table`, `--list-formats-old`
1815 * Fix number of digits in `%(playlist_index)s`
1816 * Fix case sensitivity of format selector
1817 * Revert "[core] be able to hand over id and title using url_result"
1818 * Do not strip out whitespaces in `-o` and `-P`
1819 * Fix `preload_download_archive` writing verbose message to `stdout`
1820 * Move option warnings to `YoutubeDL`so that they obey `--no-warnings` and can output colors
1821 * Py2 compatibility for `FileNotFoundError`
1822
1823
1824 ### 2021.04.22
1825 * **Improve output template:**
1826 * Objects can be traversed like `%(field.key1.key2)s`
1827 * An offset can be added to numeric fields as `%(field+N)s`
1828 * Deprecates `--autonumber-start`
1829 * **Improve `--sub-langs`:**
1830 * Treat `--sub-langs` entries as regex
1831 * `all` can be used to refer to all the subtitles
1832 * language codes can be prefixed with `-` to exclude it
1833 * Deprecates `--all-subs`
1834 * Add option `--ignore-no-formats-error` to ignore the "no video format" and similar errors
1835 * Add option `--skip-playlist-after-errors` to skip the rest of a playlist after a given number of errors are encountered
1836 * Merge youtube-dl: Upto [commit/7e8b3f9](https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438)
1837 * [downloader] Fix bug in downloader selection
1838 * [BilibiliChannel] Fix pagination by [nao20010128nao](https://github.com/nao20010128nao) and [pukkandan](https://github.com/pukkandan)
1839 * [rai] Add support for http formats by [nixxo](https://github.com/nixxo)
1840 * [TubiTv] Add TubiTvShowIE by [Ashish0804](https://github.com/Ashish0804)
1841 * [twitcasting] Fix extractor
1842 * [viu:ott] Fix extractor and support series by [lkho](https://github.com/lkho) and [pukkandan](https://github.com/pukkandan)
1843 * [youtube:tab] Show unavailable videos in playlists by [coletdjnz](https://github.com/coletdjnz)
1844 * [youtube:tab] Reload with unavailable videos for all playlists
1845 * [youtube] Ignore invalid stretch ratio
1846 * [youtube] Improve channel syncid extraction to support ytcfg by [coletdjnz](https://github.com/coletdjnz)
1847 * [youtube] Standardize API calls for tabs, mixes and search by [coletdjnz](https://github.com/coletdjnz)
1848 * [youtube] Bugfix in `_extract_ytcfg`
1849 * [mildom:user:vod] Download only necessary amount of pages
1850 * [mildom] Remove proxy completely by [fstirlitz](https://github.com/fstirlitz)
1851 * [go] Fix `_VALID_URL`
1852 * [MetadataFromField] Improve regex and add tests
1853 * [Exec] Ensure backward compatibility when the command contains `%`
1854 * [extractor] Fix inconsistent use of `report_warning`
1855 * Ensure `mergeall` selects best format when multistreams are disabled
1856 * Improve the yt-dlp.sh script by [fstirlitz](https://github.com/fstirlitz)
1857 * [lazy_extractor] Do not load plugins
1858 * [ci] Disable fail-fast
1859 * [docs] Clarify which deprecated options still work
1860 * [docs] Fix typos
1861
1862
1863 ### 2021.04.11
1864 * Add option `--convert-thumbnails` (only jpg currently supported)
1865 * Format selector `mergeall` to download and merge all formats
1866 * Pass any field to `--exec` using similar syntax to output template
1867 * Choose downloader for each protocol using `--downloader PROTO:NAME`
1868 * Alias `--downloader` for `--external-downloader`
1869 * Added `native` as an option for the downloader
1870 * Merge youtube-dl: Upto [commit/4fb25ff](https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7) (except vimeo)
1871 * [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE by [Ashish0804](https://github.com/Ashish0804)
1872 * [NFHSNetwork] Add extractor by [llacb47](https://github.com/llacb47)
1873 * [nebula] Add extractor (watchnebula.com) by [hheimbuerger](https://github.com/hheimbuerger)
1874 * [nitter] Fix extraction of reply tweets and update instance list by [B0pol](https://github.com/B0pol)
1875 * [nitter] Fix thumbnails by [B0pol](https://github.com/B0pol)
1876 * [youtube] Fix thumbnail URL
1877 * [youtube] Parse API parameters from initial webpage by [coletdjnz](https://github.com/coletdjnz)
1878 * [youtube] Extract comments' approximate timestamp by [coletdjnz](https://github.com/coletdjnz)
1879 * [youtube] Fix alert extraction
1880 * [bilibili] Fix uploader
1881 * [utils] Add `datetime_from_str` and `datetime_add_months` by [coletdjnz](https://github.com/coletdjnz)
1882 * Run some `postprocessors` before actual download
1883 * Improve argument parsing for `-P`, `-o`, `-S`
1884 * Fix some `m3u8` not obeying `--allow-unplayable-formats`
1885 * Fix default of `dynamic_mpd`
1886 * Deprecate `--all-formats`, `--include-ads`, `--hls-prefer-native`, `--hls-prefer-ffmpeg`
1887 * [docs] Improvements
1888
1889 ### 2021.04.03
1890 * Merge youtube-dl: Upto [commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)
1891 * Ability to set a specific field in the file's metadata using `--parse-metadata`
1892 * Ability to select n'th best format like `-f bv*.2`
1893 * [DiscoveryPlus] Add discoveryplus.in
1894 * [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo)
1895 * [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao)
1896 * [ard:mediathek] Fix video id extraction
1897 * [generic] Detect Invidious' link element
1898 * [youtube] Show premium state in `availability` by [coletdjnz](https://github.com/coletdjnz)
1899 * [viewsource] Add extractor to handle `view-source:`
1900 * [sponskrub] Run before embedding thumbnail
1901 * [docs] Improve `--parse-metadata` documentation
1902
1903
1904 ### 2021.03.24.1
1905 * Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
1906
1907 ### 2021.03.24
1908 * Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf))
1909 * Parse metadata from multiple fields using `--parse-metadata`
1910 * Ability to load playlist infojson using `--load-info-json`
1911 * Write current epoch to infojson when using `--no-clean-infojson`
1912 * [youtube_live_chat] fix bug when trying to set cookies
1913 * [niconico] Fix for when logged in by [CXwudi](https://github.com/CXwudi) and [xtkoba](https://github.com/xtkoba)
1914 * [linuxacadamy] Fix login
1915
1916
1917 ### 2021.03.21
1918 * Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
1919 * Option `--no-clean-infojson` to keep private keys in the infojson
1920 * [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
1921 * [aria2c] Better default arguments
1922 * [movefiles] Fix bugs and make more robust
1923 * [formatSort] Fix `quality` being ignored
1924 * [splitchapters] Fix for older ffmpeg
1925 * [sponskrub] Pass proxy to sponskrub
1926 * Make sure `post_hook` gets the final filename
1927 * Recursively remove any private keys from infojson
1928 * Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
1929 * Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
1930 * Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
1931 * Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
1932 * More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
1933 * [docs] Add deprecated options and aliases in readme
1934 * [docs] Fix some minor mistakes
1935
1936 * [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)
1937 * [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
1938 * [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
1939 * [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
1940 * [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
1941 * [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
1942 * [linuxacadamy] Improve regex
1943 * [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
1944 * [youtube] bugfix for channel playlist extraction
1945 * [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
1946
1947
1948 ### 2021.03.15
1949 * **Split video by chapters**: using option `--split-chapters`
1950 * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
1951 * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
1952 * **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
1953 * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
1954 * Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
1955 * [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
1956 * [rai] fix drm check [nixxo](https://github.com/nixxo)
1957 * [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
1958 * [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
1959 * [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
1960 * [youtube] Rewrite comment extraction by [coletdjnz](https://github.com/coletdjnz)
1961 * [embedthumbnail] Set mtime correctly
1962 * Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
1963
1964
1965 ### 2021.03.07
1966 * [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [coletdjnz](https://github.com/coletdjnz)
1967 * [youtube] Fix private feeds/playlists on multi-channel accounts by [coletdjnz](https://github.com/coletdjnz)
1968 * [youtube] Extract alerts from continuation by [coletdjnz](https://github.com/coletdjnz)
1969 * [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
1970 * [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
1971 * [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
1972 * [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
1973 * [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
1974 * [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
1975 * [trovo] Pass origin header
1976 * [rai] Check for DRM by [nixxo](https://github.com/nixxo)
1977 * [downloader] Fix bug for `ffmpeg`/`httpie`
1978 * [update] Fix updater removing the executable bit on some UNIX distros
1979 * [update] Fix current build hash for UNIX
1980 * [docs] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
1981 * Fix some videos downloading with `m3u8` extension
1982 * Remove "fixup is ignored" warning when fixup wasn't passed by user
1983
1984
1985 ### 2021.03.03.2
1986 * [build] Fix bug
1987
1988 ### 2021.03.03
1989 * [youtube] Use new browse API for continuation page extraction by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
1990 * Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
1991 * Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
1992 * [mtv] Fix extractor
1993 * [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
1994 * [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
1995 * [youtube] Throw error when `--extractor-retries` are exhausted
1996 * Reduce default of `--extractor-retries` to 3
1997 * Fix packaging bugs by [hseg](https://github.com/hseg)
1998
1999
2000 ### 2021.03.01
2001 * Allow specifying path in `--external-downloader`
2002 * Add option `--sleep-requests` to sleep b/w requests
2003 * Add option `--extractor-retries` to retry on known extractor errors
2004 * Extract comments only when needed
2005 * `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
2006 * Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
2007 * [youtube] Retry on more known errors than just HTTP-5xx
2008 * [youtube] Fix inconsistent `webpage_url`
2009 * [tennistv] Fix format sorting
2010 * [bilibiliaudio] Recognize the file as audio-only
2011 * [hrfensehen] Fix wrong import
2012 * [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
2013 * [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
2014 * [hls] Fix bug with m3u8 format extraction
2015 * [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
2016 * [embedthumbnail] Fix bug with deleting original thumbnail
2017 * [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
2018 * [ci] Disable download tests unless specifically invoked
2019 * Cleanup some code and fix typos
2020
2021
2022 ### 2021.02.24
2023 * Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
2024 * **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
2025 * Also, `youtube-dlc` config files are no longer loaded
2026 * Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
2027 * [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
2028 * [youtube] Show if video was a live stream in info (`was_live`)
2029 * [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
2030 * [jwplatform] Add support for `hyland.com`
2031 * [tennistv] Fix extractor
2032 * [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
2033 * [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
2034 * [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
2035 * Fix `--windows-filenames` removing `/` from UNIX paths
2036 * [hls] Show warning if pycryptodome is not found
2037 * [docs] Improvements
2038 * Fix documentation of `Extractor Options`
2039 * Document `all` in format selection
2040 * Document `playable_in_embed` in output templates
2041
2042
2043 ### 2021.02.19
2044 * Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
2045 * [viki] Fix extractor
2046 * [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
2047 * [youtube] Multiple page support for hashtag URLs
2048 * [youtube] Add more invidious instances
2049 * [youtube] Fix comment extraction when comment text is empty
2050 * Option `--windows-filenames` to force use of windows compatible filenames
2051 * [ExtractAudio] Bugfix
2052 * Don't raise `parser.error` when exiting for update
2053 * [MoveFiles] Fix for when merger can't run
2054 * Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
2055 * Format Sort improvements:
2056 * Prefer `vp9.2` more than other `vp9` codecs
2057 * Remove forced priority of `quality`
2058 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
2059 * Build improvements:
2060 * Fix hash output by [shirt](https://github.com/shirt-dev)
2061 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
2062 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
2063 * Set version number based on UTC time, not local time
2064 * Publish on PyPi only if token is set
2065 * [docs] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
2066
2067
2068 ### 2021.02.15
2069 * Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
2070 * [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)
2071 * Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
2072 * [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
2073 * [rumble] Add support for video page
2074 * Option `--allow-unplayable-formats` to allow downloading unplayable video formats
2075 * [ExtractAudio] Don't re-encode when file is already in a common audio format
2076 * [youtube] Fix search continuations
2077 * [youtube] Fix for new accounts
2078 * Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
2079 * Fix SHA256 calculation in build and implement hash checking for updater
2080 * Exit immediately in windows once the update process starts
2081 * Fix updater for `x86.exe`
2082 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
2083 * Change optional dependency to `pycryptodome`
2084 * Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
2085 * Fix `allow_playlist_files` not being correctly passed through
2086 * Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
2087 * Fix `get_executable_path` in UNIX
2088 * [sponskrub] Print ffmpeg output and errors to terminal
2089 * `__real_download` should be false when ffmpeg unavailable and no download
2090 * Show `exe`/`zip`/`source` and 32/64bit in verbose message
2091
2092
2093 ### 2021.02.09
2094 * **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
2095 * **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
2096 * [youtube] Fix comment extraction
2097 * [youtube_live_chat] Improve extraction
2098 * [youtube] Fix for channel URLs sometimes not downloading all pages
2099 * [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
2100 * Add fallback for thumbnails
2101 * [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
2102 * [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
2103 * [pyinst.py] Move back to root dir
2104 * [youtube] Simplified renderer parsing and bugfixes
2105 * [movefiles] Fix compatibility with python2
2106 * [remuxvideo] Fix validation of conditional remux
2107 * [sponskrub] Don't raise error when the video does not exist
2108 * [docs] Crypto is an optional dependency
2109
2110
2111 ### 2021.02.04
2112 * Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
2113 * **Date/time formatting in output template:**
2114 * 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`
2115 * **Multiple output templates:**
2116 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
2117 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
2118 * [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
2119 * New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
2120 * [audius] Fix extractor
2121 * [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
2122 * [postprocessor] Raise errors correctly
2123 * [metadatafromtitle] Fix bug when extracting data from numeric fields
2124 * Fix issue with overwriting files
2125 * Fix "Default format spec" appearing in quiet mode
2126 * [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
2127 * [FormatSort] fix bug where `quality` had more priority than `hasvid`
2128 * [pyinst] Automatically detect python architecture and working directory
2129 * Strip out internal fields such as `_filename` from infojson
2130
2131
2132 ### 2021.01.29
2133 * **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
2134 * Add `--get-comments`
2135 * [youtube] Extract comments
2136 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
2137 * [billibilli] Extract comments
2138 * [billibilli] Better video extraction
2139 * Write playlist data to infojson
2140 * [FFmpegMetadata] Embed infojson inside the video
2141 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
2142 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
2143 * [EmbedThumbnail] Embed in ogg/opus
2144 * [VideoRemuxer] Conditionally remux video
2145 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
2146 * [ffmpeg] Print entire stderr in verbose when there is error
2147 * [EmbedSubtitle] Warn when embedding ass in mp4
2148 * [anvato] Use NFLTokenGenerator if possible
2149 * **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
2150 * The extracted fields can be used in `--output`
2151 * Deprecated `--metadata-from-title`
2152 * [Audius] Add extractor
2153 * [youtube] Extract playlist description and write it to `.description` file
2154 * Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
2155 * Fix wrong user config from v2021.01.24
2156 * [youtube] Report error message from youtube as error instead of warning
2157 * [FormatSort] Fix some fields not sorting from v2021.01.24
2158 * [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
2159 * [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
2160 * [movefiles] Don't give "cant find" warning when move is unnecessary
2161 * Refactor `update-version`, `pyinst.py` and related files
2162 * [ffmpeg] Document more formats that are supported for remux/recode
2163
2164
2165 ### 2021.01.24
2166 * Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
2167 * Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
2168 * **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
2169 * The syntax is `-P "type:path" -P "type:path"`
2170 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
2171 * Additionally, configuration file is taken from home directory or current directory
2172 * Allow passing different arguments to different external downloaders
2173 * [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
2174 * Warn when using old style `--external-downloader-args` and `--post-processor-args`
2175 * Fix `--no-overwrite` when using `--write-link`
2176 * [sponskrub] Output `unrecognized argument` error message correctly
2177 * [cbs] Make failure to extract title non-fatal
2178 * Fix typecasting when pre-checking archive
2179 * Fix issue with setting title on UNIX
2180 * Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
2181 * [tests] Fix test_post_hooks
2182 * [tests] Split core and download tests
2183
2184
2185 ### 2021.01.20
2186 * [TrovoLive] Add extractor (only VODs)
2187 * [pokemon] Add `/#/player` URLs
2188 * Improved parsing of multiple postprocessor-args, add `--ppa` as alias
2189 * [EmbedThumbnail] Simplify embedding in mkv
2190 * [sponskrub] Encode filenames correctly, better debug output and error message
2191 * [readme] Cleanup options
2192
2193
2194 ### 2021.01.16
2195 * Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
2196 * **Configuration files:**
2197 * Portable configuration file: `./yt-dlp.conf`
2198 * 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
2199 * Add PyPI release
2200
2201
2202 ### 2021.01.14
2203 * Added option `--break-on-reject`
2204 * [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
2205 * [tiktok] Fix for when share_info is empty
2206 * [EmbedThumbnail] Fix bug due to incorrect function name
2207 * [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
2208 * [docs] Change all links to correctly point to new fork URL
2209 * [docs] Fixes typos
2210
2211
2212 ### 2021.01.12
2213 * [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
2214 * Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
2215 * Changed fork name to `yt-dlp`
2216 * Fix typos by [FelixFrog](https://github.com/FelixFrog)
2217 * [ci] Option to skip
2218 * [changelog] Added unreleased changes in blackjack4494/yt-dlc
2219
2220
2221 ### 2021.01.10
2222 * [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
2223 * [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
2224 * [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
2225 * [youtube] Show if video is embeddable in info (`playable_in_embed`)
2226 * Update version badge automatically in README
2227 * Enable `test_youtube_search_matching`
2228 * Create `to_screen` and similar functions in postprocessor/common
2229
2230
2231 ### 2021.01.09
2232 * [youtube] Fix bug in automatic caption extraction
2233 * Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
2234 * Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
2235 * Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
2236 * Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
2237 * Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
2238
2239
2240 ### 2021.01.08
2241 * 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))
2242 * Moved changelog to separate file
2243
2244
2245 ### 2021.01.07-1
2246 * [Akamai] fix by [nixxo](https://github.com/nixxo)
2247 * [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
2248 * [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
2249 * [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
2250 * Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
2251 * Allow passing different arguments to different postprocessors using `--postprocessor-args`
2252 * Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
2253 * [CI] Split tests into core-test and full-test
2254
2255
2256 ### 2021.01.07
2257 * Removed priority of `av01` codec in `-S` since most devices don't support it yet
2258 * Added `duration_string` to be used in `--output`
2259 * Created First Release
2260
2261
2262 ### 2021.01.05-1
2263 * **Changed defaults:**
2264 * Enabled `--ignore`
2265 * Disabled `--video-multistreams` and `--audio-multistreams`
2266 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
2267 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
2268 * Changed `webm` to be more preferable than `flv` in format sorting
2269 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
2270 * Enabled `--list-formats-as-table`
2271
2272
2273 ### 2021.01.05
2274 * **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
2275 * **Format Selection:** See [Format Selection](README.md#format-selection) for details
2276 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
2277 * Changed video format sorting to show video only files and video+audio files together
2278 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
2279 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
2280 * 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
2281 * **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
2282 * Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
2283 * Added `--list-formats-as-table`, `--list-formats-old`
2284 * **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
2285 * 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`
2286 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
2287 * Relaxed validation for format filters so that any arbitrary field can be used
2288 * 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))
2289 * Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
2290 * 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
2291 * 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
2292 * Cleaned up the fork for public use
2293
2294
2295 **Note**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
2296
2297 ### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
2298 * Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
2299 * Youtube improvements by [pukkandan](https://github.com/pukkandan)
2300 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
2301 * Fix some improper Youtube URLs
2302 * Redirect channel home to /video
2303 * Print youtube's warning message
2304 * Handle Multiple pages for feeds better
2305 * [youtube] Fix ytsearch not returning results sometimes due to promoted content by [coletdjnz](https://github.com/coletdjnz)
2306 * [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
2307 * Add --break-on-existing by [gergesh](https://github.com/gergesh)
2308 * Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
2309 * [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
2310 * [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
2311 * [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
2312 * [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
2313 * [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
2314 * [ina] support mobile links by [B0pol](https://github.com/B0pol)
2315 * [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
2316 * [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
2317 * [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
2318 * [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
2319 * [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
2320 * [ITV] BTCC URL update by [WolfganP](https://github.com/WolfganP)
2321 * [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
2322 * [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
2323 * [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
2324 * [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
2325 * make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)
2326
2327
2328 ### Changelog of [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc) till release 2020.11.11-3
2329
2330 **Note**: This was constructed from the merge commit messages and may not be entirely accurate
2331
2332 * [bandcamp] fix failing test. remove subclass hack by [insaneracist](https://github.com/insaneracist)
2333 * [bandcamp] restore album downloads by [insaneracist](https://github.com/insaneracist)
2334 * [francetv] fix extractor by [Surkal](https://github.com/Surkal)
2335 * [gdcvault] fix extractor by [blackjack4494](https://github.com/blackjack4494)
2336 * [hotstar] Move to API v1 by [theincognito-inc](https://github.com/theincognito-inc)
2337 * [hrfernsehen] add extractor by [blocktrron](https://github.com/blocktrron)
2338 * [kakao] new apis by [blackjack4494](https://github.com/blackjack4494)
2339 * [la7] fix missing protocol by [nixxo](https://github.com/nixxo)
2340 * [mailru] removed escaped braces, use urljoin, added tests by [nixxo](https://github.com/nixxo)
2341 * [MTV/Nick] universal mgid extractor + fix nick.de feed by [blackjack4494](https://github.com/blackjack4494)
2342 * [mtv] Fix a missing match_id by [nixxo](https://github.com/nixxo)
2343 * [Mtv] updated extractor logic & more by [blackjack4494](https://github.com/blackjack4494)
2344 * [ndr] support Daserste ndr by [blackjack4494](https://github.com/blackjack4494)
2345 * [Netzkino] Only use video id to find metadata by [TobiX](https://github.com/TobiX)
2346 * [newgrounds] fix: video download by [insaneracist](https://github.com/insaneracist)
2347 * [nitter] Add new extractor by [B0pol](https://github.com/B0pol)
2348 * [soundcloud] Resolve audio/x-wav by [tfvlrue](https://github.com/tfvlrue)
2349 * [soundcloud] sets pattern and tests by [blackjack4494](https://github.com/blackjack4494)
2350 * [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updated by [blackjack4494](https://github.com/blackjack4494)
2351 * [StoryFire] Add new extractor by [sgstair](https://github.com/sgstair)
2352 * [twitch] by [geauxlo](https://github.com/geauxlo)
2353 * [videa] Adapt to updates by [adrianheine](https://github.com/adrianheine)
2354 * [Viki] subtitles, formats by [blackjack4494](https://github.com/blackjack4494)
2355 * [vlive] fix extractor for revamped website by [exwm](https://github.com/exwm)
2356 * [xtube] fix extractor by [insaneracist](https://github.com/insaneracist)
2357 * [youtube] Convert subs when download is skipped by [blackjack4494](https://github.com/blackjack4494)
2358 * [youtube] Fix age gate detection by [random-nick](https://github.com/random-nick)
2359 * [youtube] fix yt-only playback when age restricted/gated - requires cookies by [blackjack4494](https://github.com/blackjack4494)
2360 * [youtube] fix: extract artist metadata from ytInitialData by [insaneracist](https://github.com/insaneracist)
2361 * [youtube] fix: extract mix playlist ids from ytInitialData by [insaneracist](https://github.com/insaneracist)
2362 * [youtube] fix: mix playlist title by [insaneracist](https://github.com/insaneracist)
2363 * [youtube] fix: Youtube Music playlists by [insaneracist](https://github.com/insaneracist)
2364 * [Youtube] Fixed problem with new youtube player by [peet1993](https://github.com/peet1993)
2365 * [zoom] Fix url parsing for url's containing /share/ and dots by [Romern](https://github.com/Romern)
2366 * [zoom] new extractor by [insaneracist](https://github.com/insaneracist)
2367 * abc by [adrianheine](https://github.com/adrianheine)
2368 * Added Comcast_SSO fix by [merval](https://github.com/merval)
2369 * Added DRM logic to brightcove by [merval](https://github.com/merval)
2370 * Added regex for ABC.com site. by [kucksdorfs](https://github.com/kucksdorfs)
2371 * alura by [hugohaa](https://github.com/hugohaa)
2372 * Arbitrary merges by [fstirlitz](https://github.com/fstirlitz)
2373 * ard.py_add_playlist_support by [martin54](https://github.com/martin54)
2374 * Bugfix/youtube/chapters fix extractor by [gschizas](https://github.com/gschizas)
2375 * bugfix_youtube_like_extraction by [RedpointsBots](https://github.com/RedpointsBots)
2376 * Create build workflow by [blackjack4494](https://github.com/blackjack4494)
2377 * deezer by [LucBerge](https://github.com/LucBerge)
2378 * Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
2379 * Don't install tests by [l29ah](https://github.com/l29ah)
2380 * Don't try to embed/convert json subtitles generated by [youtube](https://github.com/youtube) livechat by [pukkandan](https://github.com/pukkandan)
2381 * Doodstream by [sxvghd](https://github.com/sxvghd)
2382 * duboku by [lkho](https://github.com/lkho)
2383 * elonet by [tpikonen](https://github.com/tpikonen)
2384 * ext/remuxe-video by [Zocker1999NET](https://github.com/Zocker1999NET)
2385 * fall-back to the old way to fetch subtitles, if needed by [RobinD42](https://github.com/RobinD42)
2386 * feature_subscriber_count by [RedpointsBots](https://github.com/RedpointsBots)
2387 * Fix external downloader when there is no http_header by [pukkandan](https://github.com/pukkandan)
2388 * Fix issue triggered by [tubeup](https://github.com/tubeup) by [nsapa](https://github.com/nsapa)
2389 * Fix YoutubePlaylistsIE by [ZenulAbidin](https://github.com/ZenulAbidin)
2390 * fix-mitele' by [DjMoren](https://github.com/DjMoren)
2391 * fix/google-drive-cookie-issue by [legraphista](https://github.com/legraphista)
2392 * fix_tiktok by [mervel-mervel](https://github.com/mervel-mervel)
2393 * Fixed problem with JS player URL by [peet1993](https://github.com/peet1993)
2394 * fixYTSearch by [xarantolus](https://github.com/xarantolus)
2395 * FliegendeWurst-3sat-zdf-merger-bugfix-feature
2396 * gilou-bandcamp_update
2397 * implement ThisVid extractor by [rigstot](https://github.com/rigstot)
2398 * JensTimmerman-patch-1 by [JensTimmerman](https://github.com/JensTimmerman)
2399 * Keep download archive in memory for better performance by [jbruchon](https://github.com/jbruchon)
2400 * la7-fix by [iamleot](https://github.com/iamleot)
2401 * magenta by [adrianheine](https://github.com/adrianheine)
2402 * Merge 26564 from [adrianheine](https://github.com/adrianheine)
2403 * Merge code from [ddland](https://github.com/ddland)
2404 * Merge code from [nixxo](https://github.com/nixxo)
2405 * Merge code from [ssaqua](https://github.com/ssaqua)
2406 * Merge code from [zubearc](https://github.com/zubearc)
2407 * mkvthumbnail by [MrDoritos](https://github.com/MrDoritos)
2408 * myvideo_ge by [fonkap](https://github.com/fonkap)
2409 * naver by [SeonjaeHyeon](https://github.com/SeonjaeHyeon)
2410 * ondemandkorea by [julien-hadleyjack](https://github.com/julien-hadleyjack)
2411 * rai-update by [iamleot](https://github.com/iamleot)
2412 * RFC: youtube: Polymer UI and JSON endpoints for playlists by [wlritchi](https://github.com/wlritchi)
2413 * rutv by [adrianheine](https://github.com/adrianheine)
2414 * Sc extractor web auth by [blackjack4494](https://github.com/blackjack4494)
2415 * Switch from binary search tree to Python sets by [jbruchon](https://github.com/jbruchon)
2416 * tiktok by [skyme5](https://github.com/skyme5)
2417 * tvnow by [TinyToweringTree](https://github.com/TinyToweringTree)
2418 * twitch-fix by [lel-amri](https://github.com/lel-amri)
2419 * Twitter shortener by [blackjack4494](https://github.com/blackjack4494)
2420 * Update README.md by [JensTimmerman](https://github.com/JensTimmerman)
2421 * Update to reflect website changes. by [amigatomte](https://github.com/amigatomte)
2422 * use webarchive to fix a dead link in README by [B0pol](https://github.com/B0pol)
2423 * Viki the second by [blackjack4494](https://github.com/blackjack4494)
2424 * wdr-subtitles by [mrtnmtth](https://github.com/mrtnmtth)
2425 * Webpfix by [alexmerkel](https://github.com/alexmerkel)
2426 * Youtube live chat by [siikamiika](https://github.com/siikamiika)