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