]> jfr.im git - yt-dlp.git/blame - Changelog.md
[cleanup] Misc
[yt-dlp.git] / Changelog.md
CommitLineData
034b6215 1# Changelog
2
4084f235 3<!--
4# Instuctions for creating release
5
6* Run `make doc`
0bc0a322 7* Update Changelog.md and CONTRIBUTORS
c74d1aa3 8* Change "Merged with ytdl" version in Readme.md if needed
b31fdeed 9* Add new/fixed extractors in "new features" section of Readme.md
b2f70ae7 10* Commit to master as `Release <version>`
02aabd45 11* Push to origin/release using `git push origin master:release`
12 build task will now run
0fdf490d 13* Update version.py using `devscripts\update-version.py`
29b6000e 14* Run `make issuetemplates`
a392adf5 15* Commit to master as `[version] update :ci skip all`
4084f235 16* Push to origin/master
6d07ec81 17* Update changelog in /releases
4084f235 18
19-->
20
f703a880 21
6ccf351a 22### 2021.08.02
23
24* Add logo, banner and donate links
25* Expand and escape environment variables correctly in output template
26* Add format types `j` (json), `l` (comma delimited list), `q` (quoted for terminal) in output template
27* [downloader] Allow streaming some unmerged formats to stdout using ffmpeg
28* [youtube] **Age-gate bypass**
29 * Add `agegate` clients by [pukkandan](https://github.com/pukkandan), [MinePlayersPE](https://github.com/MinePlayersPE)
30 * Add `thirdParty` to agegate clients to bypass more videos
31 * Simplify client definitions, expose `embedded` clients
32 * Improve age-gate detection by [coletdjnz](https://github.com/coletdjnz)
33 * Fix default global API key by [coletdjnz](https://github.com/coletdjnz)
34 * 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)
35* [adobepass] Add MSO Sling TV by [wesnm](https://github.com/wesnm)
36* [CBS] Add ParamountPlusSeriesIE by [Ashish0804](https://github.com/Ashish0804)
37* [dplay] Add `ScienceChannelIE` by [Sipherdrakon](https://github.com/Sipherdrakon)
38* [UtreonIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
39* [youtube] Add `mweb` client by [coletdjnz](https://github.com/coletdjnz)
40* [youtube] Add `player_client=all`
41* [youtube] Force `hl=en` for comments by [coletdjnz](https://github.com/coletdjnz)
42* [youtube] Fix format sorting when using alternate clients
43* [youtube] Misc cleanup by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
44* [youtube] Extract SAPISID only once
45* [CBS] Add fallback by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
46* [Hotstar] Support cookies by [Ashish0804](https://github.com/Ashish0804)
47* [HotStarSeriesIE] Fix regex by [Ashish0804](https://github.com/Ashish0804)
48* [bilibili] Improve `_VALID_URL`
49* [mediaset] Fix extraction by [nixxo](https://github.com/nixxo)
50* [Mxplayer] Add h265 formats by [Ashish0804](https://github.com/Ashish0804)
51* [RCTIPlus] Remove PhantomJS dependency by [MinePlayersPE](https://github.com/MinePlayersPE)
52* [tenplay] Add MA15+ age limit by [pento](https://github.com/pento)
53* [vidio] Fix login error detection by [MinePlayersPE](https://github.com/MinePlayersPE)
54* [vimeo] Better extraction of original file by [Ashish0804](https://github.com/Ashish0804)
55* [generic] Support KVS player (replaces ThisVidIE) by [rigstot](https://github.com/rigstot)
56* Add compat-option `no-clean-infojson`
57* Remove `asr` appearing twice in `-F`
58* Set `home:` as the default key for `-P`
59* [utils] Fix slicing of reversed `LazyList`
60* [FormatSort] Fix bug for audio with unknown codec
61* [test:download] Support testing with `ignore_no_formats_error`
62* [cleanup] Refactor some code
63
64
f703a880 65### 2021.07.24
66
67* [youtube:tab] Extract video duration early
68* [downloader] Pass `info_dict` to `progress_hook`s
28dff70b 69* [youtube] Fix age-gated videos for API clients when cookies are supplied by [coletdjnz](https://github.com/coletdjnz)
f703a880 70* [youtube] Disable `get_video_info` age-gate workaround - This endpoint seems to be completely dead
71* [youtube] Try all clients even if age-gated
72* [youtube] Fix subtitles only being extracted from the first client
73* [youtube] Simplify `_get_text`
74* [cookies] bugfix for microsoft edge on macOS
75* [cookies] Handle `sqlite` `ImportError` gracefully by [mbway](https://github.com/mbway)
76* [cookies] Handle errors when importing `keyring`
77
245524e6 78### 2021.07.21
79
80* **Add option `--cookies-from-browser`** to load cookies from a browser by [mbway](https://github.com/mbway)
81 * Usage: `--cookies-from-browser BROWSER[:PROFILE_NAME_OR_PATH]`
82 * Also added `--no-cookies-from-browser`
83 * To decrypt chromium cookies, `keyring` is needed for UNIX and `pycryptodome` for Windows
84* Add option `--exec-before-download`
85* Add field `live_status`
86* [FFmpegMetadata] Add language of each stream and some refactoring
87* [douyin] Add extractor by [pukkandan](https://github.com/pukkandan), [pyx](https://github.com/pyx)
88* [pornflip] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
28dff70b 89* **[youtube] Extract data from multiple clients** by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
245524e6 90 * `player_client` now accepts multiple clients
91 * Default `player_client` = `android,web`
92 * This uses twice as many requests, but avoids throttling for most videos while also not losing any formats
93 * Music clients can be specifically requested and is enabled by default if `music.youtube.com`
94 * Added `player_client=ios` (Known issue: formats from ios are not sorted correctly)
95 * Add age-gate bypass for android and ios clients
96* [youtube] Extract more thumbnails
97 * The thumbnail URLs are hard-coded and their actual existence is tested lazily
98 * Added option `--no-check-formats` to not test them
99* [youtube] Misc fixes
100 * Improve extraction of livestream metadata by [pukkandan](https://github.com/pukkandan), [krichbanana](https://github.com/krichbanana)
101 * Hide live dash formats since they can't be downloaded anyway
28dff70b 102 * Fix authentication when using multiple accounts by [coletdjnz](https://github.com/coletdjnz)
103 * Fix controversial videos when requested via API by [coletdjnz](https://github.com/coletdjnz)
104 * Fix session index extraction and headers for non-web player clients by [coletdjnz](https://github.com/coletdjnz)
245524e6 105 * Make `--extractor-retries` work for more errors
106 * Fix sorting of 3gp format
107 * Sanity check `chapters` (and refactor related code)
108 * Make `parse_time_text` and `_extract_chapters` non-fatal
28dff70b 109 * Misc cleanup and bug fixes by [coletdjnz](https://github.com/coletdjnz)
245524e6 110* [youtube:tab] Fix channels tab
28dff70b 111* [youtube:tab] Extract playlist availability by [coletdjnz](https://github.com/coletdjnz)
112* **[youtube:comments] Move comment extraction to new API** by [coletdjnz](https://github.com/coletdjnz)
f703a880 113 * Adds extractor-args `comment_sort` (`top`/`new`), `max_comments`, `max_comment_depth`
28dff70b 114* [youtube:comments] Fix `is_favorited`, improve `like_count` parsing by [coletdjnz](https://github.com/coletdjnz)
245524e6 115* [BravoTV] Improve metadata extraction by [kevinoconnor7](https://github.com/kevinoconnor7)
116* [crunchyroll:playlist] Force http
117* [yahoo:gyao:player] Relax `_VALID_URL` by [nao20010128nao](https://github.com/nao20010128nao)
118* [nebula] Authentication via tokens from cookie jar by [hheimbuerger](https://github.com/hheimbuerger), [TpmKranz](https://github.com/TpmKranz)
119* [RTP] Fix extraction and add subtitles by [fstirlitz](https://github.com/fstirlitz)
120* [viki] Rewrite extractors and add extractor-arg `video_types` to `vikichannel` by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
121* [vlive] Extract thumbnail directly in addition to the one from Naver
122* [generic] Extract previously missed subtitles by [fstirlitz](https://github.com/fstirlitz)
123* [generic] Extract everything in the SMIL manifest and detect discarded subtitles by [fstirlitz](https://github.com/fstirlitz)
124* [embedthumbnail] Fix `_get_thumbnail_resolution`
125* [metadatafromfield] Do not detect numbers as field names
126* Fix selectors `all`, `mergeall` and add tests
127* Errors in playlist extraction should obey `--ignore-errors`
128* Fix bug where `original_url` was not propagated when `_type`=`url`
129* Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
130 * This was wrongly checking for `write_thumbnail`
131* Improve `extractor_args` parsing
132* Rename `NOTE` in `-F` to `MORE INFO` since it's often confused to be the same as `format_note`
133* Add `only_once` param for `write_debug` and `report_warning`
134* [extractor] Allow extracting multiple groups in `_search_regex` by [fstirlitz](https://github.com/fstirlitz)
135* [utils] Improve `traverse_obj`
136* [utils] Add `variadic`
137* [utils] Improve `js_to_json` comment regex by [fstirlitz](https://github.com/fstirlitz)
138* [webtt] Fix timestamps
139* [compat] Remove unnecessary code
6ccf351a 140* [docs] fix default of multistreams
245524e6 141
f20f5fe5 142
a8bf9b4d 143### 2021.07.07
144
145* Merge youtube-dl: Upto [commit/a803582](https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada)
4bb6b02f 146* Add `--extractor-args` to pass some extractor-specific arguments. See [readme](https://github.com/yt-dlp/yt-dlp#extractor-arguments)
a8bf9b4d 147 * Add extractor option `skip` for `youtube`. Eg: `--extractor-args youtube:skip=hls,dash`
4bb6b02f 148 * Deprecates `--youtube-skip-dash-manifest`, `--youtube-skip-hls-manifest`, `--youtube-include-dash-manifest`, `--youtube-include-hls-manifest`
a8bf9b4d 149* Allow `--list...` options to work with `--print`, `--quiet` and other `--list...` options
28dff70b 150* [youtube] Use `player` API for additional video extraction requests by [coletdjnz](https://github.com/coletdjnz)
a8bf9b4d 151 * **Fixes youtube premium music** (format 141) extraction
152 * Adds extractor option `player_client` = `web`/`android`
153 * **`--extractor-args youtube:player_client=android` works around the throttling** for the time-being
154 * Adds extractor option `player_skip=config`
155 * Adds age-gate fallback using embedded client
156* [youtube] Choose correct Live chat API for upcoming streams by [krichbanana](https://github.com/krichbanana)
157* [youtube] Fix subtitle names for age-gated videos
28dff70b 158* [youtube:comments] Fix error handling and add `itct` to params by [coletdjnz](https://github.com/coletdjnz)
a8bf9b4d 159* [youtube_live_chat] Fix download with cookies by [siikamiika](https://github.com/siikamiika)
160* [youtube_live_chat] use `clickTrackingParams` by [siikamiika](https://github.com/siikamiika)
161* [Funimation] Rewrite extractor
162 * Add `FunimationShowIE` by [Mevious](https://github.com/Mevious)
163 * **Treat the different versions of an episode as different formats of a single video**
164 * This changes the video `id` and will break break existing archives
165 * Compat option `seperate-video-versions` to fall back to old behavior including using the old video ids
166 * Support direct `/player/` URL
167 * Extractor options `language` and `version` to pre-select them during extraction
168 * These options may be removed in the future if we can extract all formats without additional network requests
169 * Do not rely on these for format selection and use `-f` filters instead
170* [AdobePass] Add Spectrum MSO by [kevinoconnor7](https://github.com/kevinoconnor7), [ohmybahgosh](https://github.com/ohmybahgosh)
171* [facebook] Extract description and fix title
172* [fancode] Fix extraction, support live and allow login with refresh token by [zenerdi0de](https://github.com/zenerdi0de)
173* [plutotv] Improve `_VALID_URL`
174* [RCTIPlus] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
175* [Soundcloud] Allow login using oauth token by [blackjack4494](https://github.com/blackjack4494)
176* [TBS] Support livestreams by [llacb47](https://github.com/llacb47)
177* [videa] Fix extraction by [nyuszika7h](https://github.com/nyuszika7h)
178* [yahoo] Fix extraction by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
179* Process videos when using `--ignore-no-formats-error` by [krichbanana](https://github.com/krichbanana)
180* Fix `--throttled-rate` when using `--load-info-json`
181* Fix `--flat-playlist` when entry has no `ie_key`
182* Fix `check_formats` catching `ExtractorError` instead of `DownloadError`
183* Fix deprecated option `--list-formats-old`
184* [downloader/ffmpeg] Fix `--ppa` when using simultaneous download
185* [extractor] Prevent unnecessary download of hls manifests and refactor `hls_split_discontinuity`
186* [fragment] Handle status of download and errors in threads correctly; and minor refactoring
187* [thumbnailsconvertor] Treat `jpeg` as `jpg`
188* [utils] Fix issues with `LazyList` reversal
189* [extractor] Allow extractors to set their own login hint
190* [cleanup] Simplify format selector code with `LazyList` and `yield from`
191* [cleanup] Clean `extractor.common._merge_subtitles` signature
192* [cleanup] Fix some typos
193
194
6aecd871 195### 2021.06.23
196
197* Merge youtube-dl: Upto [commit/379f52a](https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961)
198* **Add option `--throttled-rate`** below which video data is re-extracted
199* [fragment] **Merge during download for `-N`**, and refactor `hls`/`dash`
bc97cdae 200* [websockets] Add `WebSocketFragmentFD` by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
6aecd871 201* Allow `images` formats in addition to video/audio
202* [downloader/mhtml] Add new downloader for slideshows/storyboards by [fstirlitz](https://github.com/fstirlitz)
203* [youtube] Temporary **fix for age-gate**
204* [youtube] Support ongoing live chat by [siikamiika](https://github.com/siikamiika)
28dff70b 205* [youtube] Improve SAPISID cookie handling by [coletdjnz](https://github.com/coletdjnz)
6aecd871 206* [youtube] Login is not needed for `:ytrec`
28dff70b 207* [youtube] Non-fatal alert reporting for unavailable videos page by [coletdjnz](https://github.com/coletdjnz)
6aecd871 208* [twitcasting] Websocket support by [nao20010128nao](https://github.com/nao20010128nao)
209* [mediasite] Extract slides by [fstirlitz](https://github.com/fstirlitz)
210* [funimation] Extract subtitles
211* [pornhub] Extract `cast`
212* [hotstar] Use server time for authentication instead of local time
213* [EmbedThumbnail] Fix for already downloaded thumbnail
214* [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
215* Expand `--check-formats` to thumbnails
216* Fix id sanitization in filenames
217* Skip fixup of existing files and add `--fixup force` to force it
218* Better error handling of syntax errors in `-f`
219* Use `NamedTemporaryFile` for `--check-formats`
220* [aria2c] Lower `--min-split-size` for HTTP downloads
221* [options] Rename `--add-metadata` to `--embed-metadata`
222* [utils] Improve `LazyList` and add tests
223* [build] Build Windows x86 version with py3.7 and remove redundant tests by [pukkandan](https://github.com/pukkandan), [shirt](https://github.com/shirt-dev)
224* [docs] Clarify that `--embed-metadata` embeds chapter markers
225* [cleanup] Refactor fixup
226
227
0d47c278 228### 2021.06.09
229
230* Fix bug where `%(field)d` in filename template throws error
231* Improve offset parsing in outtmpl
232* [test] More rigorous tests for `prepare_filename`
233
3b1fe47d 234### 2021.06.08
235
236* Remove support for obsolete Python versions: Only 3.6+ is now supported
237* Merge youtube-dl: Upto [commit/c2350ca](https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2)
238* [hls] Fix decryption for multithreaded downloader
239* [extractor] Fix pre-checking archive for some extractors
884ce9d0 240* [extractor] Fix FourCC fallback when parsing ISM by [fstirlitz](https://github.com/fstirlitz)
241* [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE by [pukkandan](https://github.com/pukkandan), [nao20010128nao](https://github.com/nao20010128nao)
242* [vidio] Add VidioPremierIE and VidioLiveIE by [MinePlayersPE](Https://github.com/MinePlayersPE)
6aecd871 243* [viki] Fix extraction from [ytdl-org/youtube-dl@59e583f](https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82)
3b1fe47d 244* [youtube] Support shorts URL
245* [zoom] Extract transcripts as subtitles
246* Add field `original_url` with the user-inputted URL
247* Fix and refactor `prepare_outtmpl`
248* Make more fields available for `--print` when used with `--flat-playlist`
249* [utils] Generalize `traverse_dict` to `traverse_obj`
884ce9d0 250* [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode by [fstirlitz](https://github.com/fstirlitz)
3b1fe47d 251* [build] Release `yt-dlp.tar.gz`
884ce9d0 252* [build,update] Add GNU-style SHA512 and prepare updater for simlar SHA256 by [nihil-admirari](https://github.com/nihil-admirari)
253* [pyinst] Show Python version in exe metadata by [nihil-admirari](https://github.com/nihil-admirari)
3b1fe47d 254* [docs] Improve documentation of dependencies
255* [cleanup] Mark unused files
884ce9d0 256* [cleanup] Point all shebang to `python3` by [fstirlitz](https://github.com/fstirlitz)
3b1fe47d 257* [cleanup] Remove duplicate file `trovolive.py`
258
259
3de7c2ce 260### 2021.06.01
261
262* Merge youtube-dl: Upto [commit/d495292](https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf)
263* Pre-check archive and filters during playlist extraction
264* Handle Basic Auth `user:pass` in URLs by [hhirtz](https://github.com/hhirtz) and [pukkandan](https://github.com/pukkandan)
28dff70b 265* [archiveorg] Add YoutubeWebArchiveIE by [coletdjnz](https://github.com/coletdjnz) and [alex-gedeon](https://github.com/alex-gedeon)
eb038991 266* [fancode] Add extractor by [rhsmachine](https://github.com/rhsmachine)
3de7c2ce 267* [patreon] Support vimeo embeds by [rhsmachine](https://github.com/rhsmachine)
268* [Saitosan] Add new extractor by [llacb47](https://github.com/llacb47)
269* [ShemarooMe] Add extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
270* [telemundo] Add extractor by [king-millez](https://github.com/king-millez)
271* [SonyLIV] Add SonyLIVSeriesIE and subtitle support by [Ashish0804](https://github.com/Ashish0804)
272* [Hotstar] Add HotStarSeriesIE by [Ashish0804](https://github.com/Ashish0804)
273* [Voot] Add VootSeriesIE by [Ashish0804](https://github.com/Ashish0804)
274* [vidio] Support login and premium videos by [MinePlayersPE](https://github.com/MinePlayersPE)
275* [fragment] When using `-N`, do not keep the fragment content in memory
276* [ffmpeg] Download and merge in a single step if possible
277* [ThumbnailsConvertor] Support conversion to `png` and make it the default by [louie-github](https://github.com/louie-github)
278* [VideoConvertor] Generalize with remuxer and allow conditional recoding
279* [EmbedThumbnail] Embed in `mp4`/`m4a` using mutagen by [tripulse](https://github.com/tripulse) and [pukkandan](https://github.com/pukkandan)
280* [EmbedThumbnail] Embed if any thumbnail was downloaded, not just the best
281* [EmbedThumbnail] Correctly escape filename
282* [update] replace self without launching a subprocess in windows
283* [update] Block further update for unsupported systems
284* Refactor `__process_playlist` by creating `LazyList`
285* Write messages to `stderr` when both `quiet` and `verbose`
286* Sanitize and sort playlist thumbnails
287* Remove `None` values from `info.json`
288* [extractor] Always prefer native hls downloader by default
289* [extractor] Skip subtitles without URI in m3u8 manifests by [hheimbuerger](https://github.com/hheimbuerger)
290* [extractor] Functions to parse `socket.io` response as `json` by [pukkandan](https://github.com/pukkandan) and [llacb47](https://github.com/llacb47)
291* [extractor] Allow `note=False` when extracting manifests
292* [utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
293* [hls] Disable external downloader for `webtt`
294* [youtube] `/live` URLs should raise error if channel is not live
295* [youtube] Bug fixes
296* [zee5] Fix m3u8 formats' extension
297* [ard] Allow URLs without `-` before id by [olifre](https://github.com/olifre)
298* [cleanup] `YoutubeDL._match_entry`
299* [cleanup] Refactor updater
300* [cleanup] Refactor ffmpeg convertors
301* [cleanup] setup.py
302
303
0fdf490d 304### 2021.05.20
305
306* **Youtube improvements**:
307 * Support youtube music `MP`, `VL` and `browse` pages
28dff70b 308 * Extract more formats for youtube music by [craftingmod](https://github.com/craftingmod), [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
0fdf490d 309 * Extract multiple subtitles in same language by [pukkandan](https://github.com/pukkandan) and [tpikonen](https://github.com/tpikonen)
310 * Redirect channels that doesn't have a `videos` tab to their `UU` playlists
311 * Support in-channel search
312 * Sort audio-only formats correctly
313 * Always extract `maxresdefault` thumbnail
314 * Extract audio language
315 * Add subtitle language names by [nixxo](https://github.com/nixxo) and [tpikonen](https://github.com/tpikonen)
316 * Show alerts only from the final webpage
28dff70b 317 * Add `html5=1` param to `get_video_info` page requests by [coletdjnz](https://github.com/coletdjnz)
0fdf490d 318 * Better message when login required
319* **Add option `--print`**: to print any field/template
320 * Deprecates: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url`
321* Field `additional_urls` to download additional videos from metadata using [`--parse-metadata`](https://github.com/yt-dlp/yt-dlp#modifying-metadata)
322* Merge youtube-dl: Upto [commit/dfbbe29](https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b)
323* Write thumbnail of playlist and add `pl_thumbnail` outtmpl key
324* [embedthumbnail] Add `flac` support and refactor `mutagen` code by [pukkandan](https://github.com/pukkandan) and [tripulse](https://github.com/tripulse)
325* [audius:artist] Add extractor by [king-millez](https://github.com/king-millez)
326* [parlview] Add extractor by [king-millez](https://github.com/king-millez)
327* [tenplay] Fix extractor by [king-millez](https://github.com/king-millez)
328* [rmcdecouverte] Generalize `_VALID_URL`
329* Add compat-option `no-attach-infojson`
330* Add field `name` for subtitles
331* Ensure `post_extract` and `pre_process` only run once
332* Fix `--check-formats` when there is network error
333* Standardize `write_debug` and `get_param`
334* [options] Alias `--write-comments`, `--no-write-comments`
335* [options] Refactor callbacks
336* [test:download] Only extract enough videos for `playlist_mincount`
337* [extractor] bugfix for when `compat_opts` is not given
cd59e221 338* [build] Fix x86 build by [shirt](https://github.com/shirt-dev)
0fdf490d 339* [cleanup] code formatting, youtube tests and readme
340
fac98805 341### 2021.05.11
fac98805 342* **Deprecate support for python versions < 3.6**
eaeca38f 343* **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details
fac98805 344* **Improve output template:**
345 * Allow slicing lists/strings using `field.start:end:step`
346 * A field can also be used as offset like `field1+num+field2`
347 * A default value can be given using `field|default`
348 * Prevent invalid fields from causing errors
eaeca38f 349* **Merge youtube-dl**: Upto [commit/a726009](https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0)
fac98805 350* **Remove options** `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `--literal`, `--id`
351* [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes
352* [downloader] Fix `quiet` and `to_stderr`
353* [fragment] Ensure the file is closed on error
354* [fragment] Make sure first segment is not skipped
355* [aria2c] Fix whitespace being stripped off
356* [embedthumbnail] Fix bug where jpeg thumbnails were converted again
357* [FormatSort] Fix for when some formats have quality and others don't
358* [utils] Add `network_exceptions`
359* [utils] Escape URL while sanitizing
360* [ukcolumn] Add Extractor
361* [whowatch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
362* [CBS] Improve `_VALID_URL` to support movies
363* [crackle] Improve extraction
364* [curiositystream] Fix collections
365* [francetvinfo] Improve video id extraction
366* [generic] Respect the encoding in manifest
367* [limelight] Obey `allow_unplayable_formats`
368* [mediasite] Generalize URL pattern by [fstirlitz](https://github.com/fstirlitz)
369* [mxplayer] Add MxplayerShowIE by [Ashish0804](https://github.com/Ashish0804)
370* [nebula] Move to nebula.app by [Lamieur](https://github.com/Lamieur)
371* [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)
372* [niconico] Fix title and thumbnail extraction by [CXwudi](https://github.com/CXwudi)
373* [plutotv] Extract subtitles from manifests
374* [plutotv] Fix format extraction for some urls
375* [rmcdecouverte] Improve `_VALID_URL`
376* [sonyliv] Fix `title` and `series` extraction by [Ashish0804](https://github.com/Ashish0804)
377* [tubi] Raise "no video formats" error when video url is empty
378* [youtube:tab] Detect playlists inside community posts
379* [youtube] Add `oembed` to reserved names
380* [zee5] Fix extraction for some URLs by [Hadi0609](https://github.com/Hadi0609)
381* [zee5] Fix py2 compatibility
382* Fix `playlist_index` and add `playlist_autonumber`. See [#302](https://github.com/yt-dlp/yt-dlp/issues/302) for details
383* Add experimental option `--check-formats` to test the URLs before format selection
eaeca38f 384* Option `--compat-options` to revert [some of yt-dlp's changes](https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior)
fac98805 385 * Deprecates `--list-formats-as-table`, `--list-formats-old`
386* Fix number of digits in `%(playlist_index)s`
387* Fix case sensitivity of format selector
388* Revert "[core] be able to hand over id and title using url_result"
389* Do not strip out whitespaces in `-o` and `-P`
390* Fix `preload_download_archive` writing verbose message to `stdout`
391* Move option warnings to `YoutubeDL`so that they obey `--no-warnings` and can output colors
392* Py2 compatibility for `FileNotFoundError`
393
394
0cf05715 395### 2021.04.22
396* **Improve output template:**
397 * Objects can be traversed like `%(field.key1.key2)s`
398 * An offset can be added to numeric fields as `%(field+N)s`
399 * Deprecates `--autonumber-start`
400* **Improve `--sub-langs`:**
401 * Treat `--sub-langs` entries as regex
402 * `all` can be used to refer to all the subtitles
403 * language codes can be prefixed with `-` to exclude it
404 * Deprecates `--all-subs`
405* Add option `--ignore-no-formats-error` to ignore the "no video format" and similar errors
406* Add option `--skip-playlist-after-errors` to skip the rest of a playlist after a given number of errors are encountered
407* Merge youtube-dl: Upto [commit/7e8b3f9](https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438)
408* [downloader] Fix bug in downloader selection
e28f1c0a 409* [BilibiliChannel] Fix pagination by [nao20010128nao](https://github.com/nao20010128nao) and [pukkandan](https://github.com/pukkandan)
0cf05715 410* [rai] Add support for http formats by [nixxo](https://github.com/nixxo)
411* [TubiTv] Add TubiTvShowIE by [Ashish0804](https://github.com/Ashish0804)
412* [twitcasting] Fix extractor
e28f1c0a 413* [viu:ott] Fix extractor and support series by [lkho](https://github.com/lkho) and [pukkandan](https://github.com/pukkandan)
28dff70b 414* [youtube:tab] Show unavailable videos in playlists by [coletdjnz](https://github.com/coletdjnz)
0cf05715 415* [youtube:tab] Reload with unavailable videos for all playlists
416* [youtube] Ignore invalid stretch ratio
28dff70b 417* [youtube] Improve channel syncid extraction to support ytcfg by [coletdjnz](https://github.com/coletdjnz)
418* [youtube] Standardize API calls for tabs, mixes and search by [coletdjnz](https://github.com/coletdjnz)
0cf05715 419* [youtube] Bugfix in `_extract_ytcfg`
420* [mildom:user:vod] Download only necessary amount of pages
421* [mildom] Remove proxy completely by [fstirlitz](https://github.com/fstirlitz)
422* [go] Fix `_VALID_URL`
423* [MetadataFromField] Improve regex and add tests
424* [Exec] Ensure backward compatibility when the command contains `%`
425* [extractor] Fix inconsistent use of `report_warning`
426* Ensure `mergeall` selects best format when multistreams are disabled
427* Improve the yt-dlp.sh script by [fstirlitz](https://github.com/fstirlitz)
428* [lazy_extractor] Do not load plugins
429* [ci] Disable fail-fast
6ccf351a 430* [docs] Clarify which deprecated options still work
431* [docs] Fix typos
0cf05715 432
433
a0f30f19 434### 2021.04.11
435* Add option `--convert-thumbnails` (only jpg currently supported)
436* Format selector `mergeall` to download and merge all formats
437* Pass any field to `--exec` using similar syntax to output template
438* Choose downloader for each protocol using `--downloader PROTO:NAME`
439 * Alias `--downloader` for `--external-downloader`
440 * Added `native` as an option for the downloader
441* Merge youtube-dl: Upto [commit/4fb25ff](https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7) (except vimeo)
442* [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE by [Ashish0804](https://github.com/Ashish0804)
443* [NFHSNetwork] Add extractor by [llacb47](https://github.com/llacb47)
444* [nebula] Add extractor (watchnebula.com) by [hheimbuerger](https://github.com/hheimbuerger)
445* [nitter] Fix extraction of reply tweets and update instance list by [B0pol](https://github.com/B0pol)
446* [nitter] Fix thumbnails by [B0pol](https://github.com/B0pol)
447* [youtube] Fix thumbnail URL
28dff70b 448* [youtube] Parse API parameters from initial webpage by [coletdjnz](https://github.com/coletdjnz)
449* [youtube] Extract comments' approximate timestamp by [coletdjnz](https://github.com/coletdjnz)
54670cf0 450* [youtube] Fix alert extraction
a0f30f19 451* [bilibili] Fix uploader
28dff70b 452* [utils] Add `datetime_from_str` and `datetime_add_months` by [coletdjnz](https://github.com/coletdjnz)
a0f30f19 453* Run some `postprocessors` before actual download
454* Improve argument parsing for `-P`, `-o`, `-S`
455* Fix some `m3u8` not obeying `--allow-unplayable-formats`
456* Fix default of `dynamic_mpd`
457* Deprecate `--all-formats`, `--include-ads`, `--hls-prefer-native`, `--hls-prefer-ffmpeg`
6ccf351a 458* [docs] Improvements
a0f30f19 459
02aabd45 460### 2021.04.03
b31fdeed 461* Merge youtube-dl: Upto [commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)
02aabd45 462* Ability to set a specific field in the file's metadata using `--parse-metadata`
463* Ability to select n'th best format like `-f bv*.2`
464* [DiscoveryPlus] Add discoveryplus.in
465* [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo)
466* [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao)
467* [ard:mediathek] Fix video id extraction
468* [generic] Detect Invidious' link element
28dff70b 469* [youtube] Show premium state in `availability` by [coletdjnz](https://github.com/coletdjnz)
02aabd45 470* [viewsource] Add extractor to handle `view-source:`
471* [sponskrub] Run before embedding thumbnail
6ccf351a 472* [docs] Improve `--parse-metadata` documentation
02aabd45 473
474
a2f0b0c6 475### 2021.03.24.1
476* Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
477
a3affbe6 478### 2021.03.24
b23b9eef 479* Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf))
a3affbe6 480* Parse metadata from multiple fields using `--parse-metadata`
481* Ability to load playlist infojson using `--load-info-json`
482* Write current epoch to infojson when using `--no-clean-infojson`
483* [youtube_live_chat] fix bug when trying to set cookies
b050d210 484* [niconico] Fix for when logged in by [CXwudi](https://github.com/CXwudi) and [xtkoba](https://github.com/xtkoba)
a3affbe6 485* [linuxacadamy] Fix login
486
487
a7f347d9 488### 2021.03.21
489* Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
a3affbe6 490* Option `--no-clean-infojson` to keep private keys in the infojson
a7f347d9 491* [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
492* [aria2c] Better default arguments
493* [movefiles] Fix bugs and make more robust
494* [formatSort] Fix `quality` being ignored
495* [splitchapters] Fix for older ffmpeg
496* [sponskrub] Pass proxy to sponskrub
497* Make sure `post_hook` gets the final filename
498* Recursively remove any private keys from infojson
499* Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
500* Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
501* Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
502* Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
503* More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
6ccf351a 504* [docs] Add deprecated options and aliases in readme
505* [docs] Fix some minor mistakes
a7f347d9 506
507* [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)
508* [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
509* [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
510* [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
511* [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
512* [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
513* [linuxacadamy] Improve regex
28dff70b 514* [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
a7f347d9 515* [youtube] bugfix for channel playlist extraction
516* [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
517
518
597c1866 519### 2021.03.15
520* **Split video by chapters**: using option `--split-chapters`
521 * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
522 * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
523* **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
524 * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
525* Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
a515a78d 526* [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
597c1866 527* [rai] fix drm check [nixxo](https://github.com/nixxo)
597c1866 528* [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
529* [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
530* [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
28dff70b 531* [youtube] Rewrite comment extraction by [coletdjnz](https://github.com/coletdjnz)
597c1866 532* [embedthumbnail] Set mtime correctly
533* Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
534
535
c5640c45 536### 2021.03.07
28dff70b 537* [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [coletdjnz](https://github.com/coletdjnz)
538* [youtube] Fix private feeds/playlists on multi-channel accounts by [coletdjnz](https://github.com/coletdjnz)
539* [youtube] Extract alerts from continuation by [coletdjnz](https://github.com/coletdjnz)
c5640c45 540* [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
a515a78d 541* [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
c5640c45 542* [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
543* [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
994443d2 544* [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
c5640c45 545* [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
546* [trovo] Pass origin header
547* [rai] Check for DRM by [nixxo](https://github.com/nixxo)
994443d2 548* [downloader] Fix bug for `ffmpeg`/`httpie`
c5640c45 549* [update] Fix updater removing the executable bit on some UNIX distros
550* [update] Fix current build hash for UNIX
6ccf351a 551* [docs] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
c5640c45 552* Fix some videos downloading with `m3u8` extension
553* Remove "fixup is ignored" warning when fixup wasn't passed by user
554
555
a8278aba 556### 2021.03.03.2
557* [build] Fix bug
558
5f751495 559### 2021.03.03
28dff70b 560* [youtube] Use new browse API for continuation page extraction by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
a8278aba 561* Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
c5640c45 562* Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
5f751495 563* [mtv] Fix extractor
a8278aba 564* [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
162e6f00 565* [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
5f751495 566* [youtube] Throw error when `--extractor-retries` are exhausted
567* Reduce default of `--extractor-retries` to 3
a8278aba 568* Fix packaging bugs by [hseg](https://github.com/hseg)
5f751495 569
570
5ef7d9bd 571### 2021.03.01
572* Allow specifying path in `--external-downloader`
573* Add option `--sleep-requests` to sleep b/w requests
574* Add option `--extractor-retries` to retry on known extractor errors
575* Extract comments only when needed
576* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
5372545d 577* Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
5ef7d9bd 578* [youtube] Retry on more known errors than just HTTP-5xx
5372545d 579* [youtube] Fix inconsistent `webpage_url`
5ef7d9bd 580* [tennistv] Fix format sorting
5ef7d9bd 581* [bilibiliaudio] Recognize the file as audio-only
582* [hrfensehen] Fix wrong import
5ef7d9bd 583* [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
5372545d 584* [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
585* [hls] Fix bug with m3u8 format extraction
586* [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
5ef7d9bd 587* [embedthumbnail] Fix bug with deleting original thumbnail
588* [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
589* [ci] Disable download tests unless specifically invoked
590* Cleanup some code and fix typos
591
592
c74d1aa3 593### 2021.02.24
594* Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
595* **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
127d0759 596 * Also, `youtube-dlc` config files are no longer loaded
c5640c45 597* Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
c74d1aa3 598* [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
599* [youtube] Show if video was a live stream in info (`was_live`)
a515a78d 600* [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
c74d1aa3 601* [jwplatform] Add support for `hyland.com`
602* [tennistv] Fix extractor
603* [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
604* [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
127d0759 605* [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
c74d1aa3 606* Fix `--windows-filenames` removing `/` from UNIX paths
607* [hls] Show warning if pycryptodome is not found
6ccf351a 608* [docs] Improvements
c74d1aa3 609 * Fix documentation of `Extractor Options`
127d0759 610 * Document `all` in format selection
c74d1aa3 611 * Document `playable_in_embed` in output templates
612
613
4524baf0 614### 2021.02.19
c5640c45 615* Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
4524baf0 616* [viki] Fix extractor
617* [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
618* [youtube] Multiple page support for hashtag URLs
619* [youtube] Add more invidious instances
620* [youtube] Fix comment extraction when comment text is empty
621* Option `--windows-filenames` to force use of windows compatible filenames
622* [ExtractAudio] Bugfix
623* Don't raise `parser.error` when exiting for update
624* [MoveFiles] Fix for when merger can't run
625* Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
626* Format Sort improvements:
627 * Prefer `vp9.2` more than other `vp9` codecs
628 * Remove forced priority of `quality`
629 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
630* Build improvements:
631 * Fix hash output by [shirt](https://github.com/shirt-dev)
632 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
633 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
634 * Set version number based on UTC time, not local time
635 * Publish on PyPi only if token is set
6ccf351a 636* [docs] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
4524baf0 637
638
aa837ddf 639### 2021.02.15
c5640c45 640* Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
eb038991 641* [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)
4524baf0 642* Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
643* [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
aa837ddf 644* [rumble] Add support for video page
4524baf0 645* Option `--allow-unplayable-formats` to allow downloading unplayable video formats
aa837ddf 646* [ExtractAudio] Don't re-encode when file is already in a common audio format
aa837ddf 647* [youtube] Fix search continuations
648* [youtube] Fix for new accounts
4524baf0 649* Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
aa837ddf 650 * Fix SHA256 calculation in build and implement hash checking for updater
651 * Exit immediately in windows once the update process starts
652 * Fix updater for `x86.exe`
653 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
4524baf0 654 * Change optional dependency to `pycryptodome`
655* Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
aa837ddf 656* Fix `allow_playlist_files` not being correctly passed through
4524baf0 657* Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
aa837ddf 658* Fix `get_executable_path` in UNIX
659* [sponskrub] Print ffmpeg output and errors to terminal
660* `__real_download` should be false when ffmpeg unavailable and no download
661* Show `exe`/`zip`/`source` and 32/64bit in verbose message
662
663
ba9f36d7 664### 2021.02.09
665* **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
666* **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
667* [youtube] Fix comment extraction
668* [youtube_live_chat] Improve extraction
669* [youtube] Fix for channel URLs sometimes not downloading all pages
670* [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
671* Add fallback for thumbnails
672* [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
673* [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
674* [pyinst.py] Move back to root dir
675* [youtube] Simplified renderer parsing and bugfixes
676* [movefiles] Fix compatibility with python2
677* [remuxvideo] Fix validation of conditional remux
678* [sponskrub] Don't raise error when the video does not exist
6ccf351a 679* [docs] Crypto is an optional dependency
ba9f36d7 680
681
c25228e5 682### 2021.02.04
c5640c45 683* Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
0fd1a2b0 684* **Date/time formatting in output template:**
685 * 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`
c25228e5 686* **Multiple output templates:**
0fd1a2b0 687 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
688 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
c25228e5 689* [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
690* New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
691* [audius] Fix extractor
692* [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
693* [postprocessor] Raise errors correctly
694* [metadatafromtitle] Fix bug when extracting data from numeric fields
695* Fix issue with overwriting files
696* Fix "Default format spec" appearing in quiet mode
697* [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
698* [FormatSort] fix bug where `quality` had more priority than `hasvid`
699* [pyinst] Automatically detect python architecture and working directory
700* Strip out internal fields such as `_filename` from infojson
701
702
29b6000e 703### 2021.01.29
4524baf0 704* **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
29b6000e 705 * Add `--get-comments`
706 * [youtube] Extract comments
707 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
708 * [billibilli] Extract comments
709 * [billibilli] Better video extraction
710 * Write playlist data to infojson
711 * [FFmpegMetadata] Embed infojson inside the video
712 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
713 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
714 * [EmbedThumbnail] Embed in ogg/opus
715 * [VideoRemuxer] Conditionally remux video
716 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
717 * [ffmpeg] Print entire stderr in verbose when there is error
718 * [EmbedSubtitle] Warn when embedding ass in mp4
719 * [anvato] Use NFLTokenGenerator if possible
720* **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
721 * The extracted fields can be used in `--output`
722 * Deprecated `--metadata-from-title`
723* [Audius] Add extractor
724* [youtube] Extract playlist description and write it to `.description` file
725* Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
726* Fix wrong user config from v2021.01.24
727* [youtube] Report error message from youtube as error instead of warning
728* [FormatSort] Fix some fields not sorting from v2021.01.24
729* [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
730* [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
731* [movefiles] Don't give "cant find" warning when move is unnecessary
732* Refactor `update-version`, `pyinst.py` and related files
733* [ffmpeg] Document more formats that are supported for remux/recode
734
735
0bc0a322 736### 2021.01.24
c5640c45 737* Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
7a5c1cfe 738* Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
0bc0a322 739* **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
6ccf351a 740 * The syntax is `-P "type:path" -P "type:path"`
0bc0a322 741 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
6ccf351a 742 * Additionally, configuration file is taken from home directory or current directory
743* Allow passing different arguments to different external downloaders
ba9f36d7 744* [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
0bc0a322 745* Warn when using old style `--external-downloader-args` and `--post-processor-args`
746* Fix `--no-overwrite` when using `--write-link`
747* [sponskrub] Output `unrecognized argument` error message correctly
748* [cbs] Make failure to extract title non-fatal
749* Fix typecasting when pre-checking archive
750* Fix issue with setting title on UNIX
751* Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
752* [tests] Fix test_post_hooks
753* [tests] Split core and download tests
754
755
c69911e4 756### 2021.01.20
757* [TrovoLive] Add extractor (only VODs)
e2f6586c 758* [pokemon] Add `/#/player` URLs
c69911e4 759* Improved parsing of multiple postprocessor-args, add `--ppa` as alias
760* [EmbedThumbnail] Simplify embedding in mkv
761* [sponskrub] Encode filenames correctly, better debug output and error message
762* [readme] Cleanup options
763
e2f6586c 764
298f597b 765### 2021.01.16
c5640c45 766* Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
f57adf0e 767* **Configuration files:**
768 * Portable configuration file: `./yt-dlp.conf`
7a5c1cfe 769 * 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
298f597b 770* Add PyPI release
771
772
bf5a997e 773### 2021.01.14
774* Added option `--break-on-reject`
ba9f36d7 775* [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
bf5a997e 776* [tiktok] Fix for when share_info is empty
777* [EmbedThumbnail] Fix bug due to incorrect function name
6ccf351a 778* [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
779* [docs] Change all links to correctly point to new fork URL
780* [docs] Fixes typos
bf5a997e 781
782
9b45b9f5 783### 2021.01.12
ba9f36d7 784* [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
785* Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
9b45b9f5 786* Changed fork name to `yt-dlp`
ba9f36d7 787* Fix typos by [FelixFrog](https://github.com/FelixFrog)
9b45b9f5 788* [ci] Option to skip
789* [changelog] Added unreleased changes in blackjack4494/yt-dlc
790
791
f5546c0b 792### 2021.01.10
ba9f36d7 793* [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
794* [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
795* [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
a7f347d9 796* [youtube] Show if video is embeddable in info (`playable_in_embed`)
65156eba 797* Update version badge automatically in README
798* Enable `test_youtube_search_matching`
799* Create `to_screen` and similar functions in postprocessor/common
800
f20f5fe5 801
f5546c0b 802### 2021.01.09
4084f235 803* [youtube] Fix bug in automatic caption extraction
ba9f36d7 804* Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
805* Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
806* Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
807* Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
808* Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
034b6215 809
f20f5fe5 810
f5546c0b 811### 2021.01.08
c5640c45 812* 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))
b050d210 813* Moved changelog to separate file
e5bc03a6 814
f20f5fe5 815
034b6215 816### 2021.01.07-1
ba9f36d7 817* [Akamai] fix by [nixxo](https://github.com/nixxo)
818* [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
819* [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
820* [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
821* Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
034b6215 822* Allow passing different arguments to different postprocessors using `--postprocessor-args`
823* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
824* [CI] Split tests into core-test and full-test
825
f20f5fe5 826
034b6215 827### 2021.01.07
828* Removed priority of `av01` codec in `-S` since most devices don't support it yet
829* Added `duration_string` to be used in `--output`
830* Created First Release
831
f20f5fe5 832
034b6215 833### 2021.01.05-1
834* **Changed defaults:**
835 * Enabled `--ignore`
836 * Disabled `--video-multistreams` and `--audio-multistreams`
837 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
838 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
839 * Changed `webm` to be more preferable than `flv` in format sorting
840 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
841 * Enabled `--list-formats-as-table`
842
f20f5fe5 843
034b6215 844### 2021.01.05
845* **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
846* **Format Selection:** See [Format Selection](README.md#format-selection) for details
847 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
848 * Changed video format sorting to show video only files and video+audio files together.
849 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
850 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
c5640c45 851* 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
b9650873 852* **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
ba9f36d7 853* Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
034b6215 854* Added `--list-formats-as-table`, `--list-formats-old`
f20f5fe5 855* **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
034b6215 856 * 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`
857 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
858* Relaxed validation for format filters so that any arbitrary field can be used
ba9f36d7 859* 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))
034b6215 860* Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
c5640c45 861* 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
034b6215 862 * 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
863* Cleaned up the fork for public use
f20f5fe5 864
865
597c1866 866**PS**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
867
f20f5fe5 868### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
597c1866 869* Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
870* Youtube improvements by [pukkandan](https://github.com/pukkandan)
f20f5fe5 871 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
f20f5fe5 872 * Fix some improper Youtube URLs
873 * Redirect channel home to /video
874 * Print youtube's warning message
597c1866 875 * Handle Multiple pages for feeds better
28dff70b 876* [youtube] Fix ytsearch not returning results sometimes due to promoted content by [coletdjnz](https://github.com/coletdjnz)
597c1866 877* [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
ba9f36d7 878* Add --break-on-existing by [gergesh](https://github.com/gergesh)
597c1866 879* Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
880* [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
881* [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
882* [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
883* [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
884* [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
885* [ina] support mobile links by [B0pol](https://github.com/B0pol)
886* [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
887* [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
888* [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
889* [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
890* [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
891* [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
892* [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
893* [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
894* [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
3de7c2ce 895* make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)