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