[ie/PatreonCampaign] Fix `campaign_id` extraction (#10070)
[yt-dlp.git] / Changelog.md
blob267330208e1d4643a3e96ccfd66b1f2c124764ca
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 ### 2024.05.27
9 #### Extractor changes
10 - [Fix parsing of base URL in SMIL manifest](https://github.com/yt-dlp/yt-dlp/commit/26603d0b34898818992bee4598e0607c07059511) ([#9225](https://github.com/yt-dlp/yt-dlp/issues/9225)) by [seproDev](https://github.com/seproDev)
11 - **peertube**: [Support livestreams](https://github.com/yt-dlp/yt-dlp/commit/12b248ce60be1aa1362edd839d915bba70dbee4b) ([#10044](https://github.com/yt-dlp/yt-dlp/issues/10044)) by [bashonly](https://github.com/bashonly), [trueauracoral](https://github.com/trueauracoral)
12 - **piksel**: [Update domain](https://github.com/yt-dlp/yt-dlp/commit/ae2194e1dd4a99d32eb3cab7c48a0ff03101ef3b) ([#9223](https://github.com/yt-dlp/yt-dlp/issues/9223)) by [seproDev](https://github.com/seproDev)
13 - **tiktok**: user: [Fix extraction loop](https://github.com/yt-dlp/yt-dlp/commit/c53c2e40fde8f2e15c7c62f8ca1a5d9e90ddc079) ([#10035](https://github.com/yt-dlp/yt-dlp/issues/10035)) by [bashonly](https://github.com/bashonly)
15 #### Misc. changes
16 - **cleanup**: Miscellaneous: [5e3e19c](https://github.com/yt-dlp/yt-dlp/commit/5e3e19c93c52830da98d9d1ed84ea7a559efefbd) by [bashonly](https://github.com/bashonly)
18 ### 2024.05.26
20 #### Core changes
21 - [Better warning when requested subs format not found](https://github.com/yt-dlp/yt-dlp/commit/7e4259dff0b681a3f0e8a930799ce0394328c86e) ([#9873](https://github.com/yt-dlp/yt-dlp/issues/9873)) by [DaPotato69](https://github.com/DaPotato69)
22 - [Merged with youtube-dl a08f2b7](https://github.com/yt-dlp/yt-dlp/commit/a4da9db87b6486b270c15dfa07ab5bfedc83f6bd) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
23 - [Warn if lack of ffmpeg alters format selection](https://github.com/yt-dlp/yt-dlp/commit/96da9525043f78aca4544d01761b13b2140e9ae6) ([#9805](https://github.com/yt-dlp/yt-dlp/issues/9805)) by [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
24 - **cookies**
25     - [Add `--cookies-from-browser` support for Whale](https://github.com/yt-dlp/yt-dlp/commit/dd9ad97b1fbdd36c086b8ba82328a4d954f78f8e) ([#9649](https://github.com/yt-dlp/yt-dlp/issues/9649)) by [roeniss](https://github.com/roeniss)
26     - [Get chrome session cookies with `--cookies-from-browser`](https://github.com/yt-dlp/yt-dlp/commit/f1f158976e38d38a260762accafe7bbe6d451151) ([#9747](https://github.com/yt-dlp/yt-dlp/issues/9747)) by [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
27 - **windows**: [Improve shell quoting and tests](https://github.com/yt-dlp/yt-dlp/commit/64766459e37451b665c1464073c28361fbcf1c25) ([#9802](https://github.com/yt-dlp/yt-dlp/issues/9802)) by [Grub4K](https://github.com/Grub4K) (With fixes in [7e26bd5](https://github.com/yt-dlp/yt-dlp/commit/7e26bd53f9c5893518fde81dfd0079ec08dd841e))
29 #### Extractor changes
30 - [Add POST data hash to `--write-pages` filenames](https://github.com/yt-dlp/yt-dlp/commit/61b17437dc14a1c7e90ff48a6198df77828c6df4) ([#9879](https://github.com/yt-dlp/yt-dlp/issues/9879)) by [minamotorin](https://github.com/minamotorin) (With fixes in [c999bac](https://github.com/yt-dlp/yt-dlp/commit/c999bac02c5a4f755b2a82488a975e91c988ffd8) by [bashonly](https://github.com/bashonly))
31 - [Make `_search_nextjs_data` non fatal](https://github.com/yt-dlp/yt-dlp/commit/3ee1194288981c4f2c4abd8315326de0c424d2ce) ([#8937](https://github.com/yt-dlp/yt-dlp/issues/8937)) by [Grub4K](https://github.com/Grub4K)
32 - **afreecatv**: live: [Add `cdn` extractor-arg](https://github.com/yt-dlp/yt-dlp/commit/315b3544296bb83012e20ee3af9d3cbf5600dd1c) ([#9666](https://github.com/yt-dlp/yt-dlp/issues/9666)) by [bashonly](https://github.com/bashonly)
33 - **alura**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/fc2879ecb05aaad36869609d154e4321362c1f63) ([#9658](https://github.com/yt-dlp/yt-dlp/issues/9658)) by [hugohaa](https://github.com/hugohaa)
34 - **artetv**: [Label forced subtitles](https://github.com/yt-dlp/yt-dlp/commit/7b5674949fd03a33b47b67b31d56a5adf1c48c91) ([#9945](https://github.com/yt-dlp/yt-dlp/issues/9945)) by [vtexier](https://github.com/vtexier)
35 - **bbc**: [Fix and extend extraction](https://github.com/yt-dlp/yt-dlp/commit/7975ddf245d22af034d5b983eeb1c5ec6c2ce053) ([#9705](https://github.com/yt-dlp/yt-dlp/issues/9705)) by [dirkf](https://github.com/dirkf), [kylegustavo](https://github.com/kylegustavo), [pukkandan](https://github.com/pukkandan)
36 - **bilibili**: [Fix `--geo-verification-proxy` support](https://github.com/yt-dlp/yt-dlp/commit/2338827072dacab0f15348b70aec8685feefc8d1) ([#9817](https://github.com/yt-dlp/yt-dlp/issues/9817)) by [fireattack](https://github.com/fireattack)
37 - **bilibilispacevideo**
38     - [Better error message](https://github.com/yt-dlp/yt-dlp/commit/06d52c87314e0bbc16c43c405090843885577b88) ([#9839](https://github.com/yt-dlp/yt-dlp/issues/9839)) by [fireattack](https://github.com/fireattack)
39     - [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/4cc99d7b6cce8b39506ead01407445d576b63ee4) ([#9905](https://github.com/yt-dlp/yt-dlp/issues/9905)) by [c-basalt](https://github.com/c-basalt)
40 - **boosty**: [Add cookies support](https://github.com/yt-dlp/yt-dlp/commit/145dc6f6563e80d2da1b3e9aea2ffa795b71622c) ([#9522](https://github.com/yt-dlp/yt-dlp/issues/9522)) by [RasmusAntons](https://github.com/RasmusAntons)
41 - **brilliantpala**: [Fix login](https://github.com/yt-dlp/yt-dlp/commit/eead3bbc01f6529862bdad1f0b2adeabda4f006e) ([#9788](https://github.com/yt-dlp/yt-dlp/issues/9788)) by [pzhlkj6612](https://github.com/pzhlkj6612)
42 - **canalalpha**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/00a9f2e1f7fa69499221f2e8dd73a08efeef79bc) ([#9675](https://github.com/yt-dlp/yt-dlp/issues/9675)) by [kclauhk](https://github.com/kclauhk)
43 - **cbc.ca**: player: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/c8bf48f3a8fa29587e7c73ef5a7710385a5ea725) ([#9866](https://github.com/yt-dlp/yt-dlp/issues/9866)) by [carusocr](https://github.com/carusocr)
44 - **cda**: [Fix age-gated web extraction](https://github.com/yt-dlp/yt-dlp/commit/6d8a53d870ff6795f509085bfbf3981417999038) ([#9939](https://github.com/yt-dlp/yt-dlp/issues/9939)) by [dirkf](https://github.com/dirkf), [emqi](https://github.com/emqi), [Podiumnoche](https://github.com/Podiumnoche), [Szpachlarz](https://github.com/Szpachlarz)
45 - **commonmistakes**: [Raise error on blob URLs](https://github.com/yt-dlp/yt-dlp/commit/98d71d8c5e5dab08b561ee6f137e968d2a004262) ([#9897](https://github.com/yt-dlp/yt-dlp/issues/9897)) by [seproDev](https://github.com/seproDev)
46 - **crunchyroll**
47     - [Always make metadata available](https://github.com/yt-dlp/yt-dlp/commit/cb2fb4a643949322adba561ca73bcba3221ec0c5) ([#9772](https://github.com/yt-dlp/yt-dlp/issues/9772)) by [bashonly](https://github.com/bashonly)
48     - [Fix auth and remove cookies support](https://github.com/yt-dlp/yt-dlp/commit/ff38a011d57b763f3a69bebd25a5dc9044a717ce) ([#9749](https://github.com/yt-dlp/yt-dlp/issues/9749)) by [bashonly](https://github.com/bashonly)
49     - [Fix stream extraction](https://github.com/yt-dlp/yt-dlp/commit/f2816634e3be88fe158b342ee33918de3c272a54) ([#10005](https://github.com/yt-dlp/yt-dlp/issues/10005)) by [bashonly](https://github.com/bashonly)
50     - [Support browser impersonation](https://github.com/yt-dlp/yt-dlp/commit/5904853ae5788509fdc4892cb7ecdfa9ae7f78e6) ([#9857](https://github.com/yt-dlp/yt-dlp/issues/9857)) by [bashonly](https://github.com/bashonly)
51 - **dangalplay**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/0d067e77c3f5527946fb0c22ee1c7011994cba40) ([#10021](https://github.com/yt-dlp/yt-dlp/issues/10021)) by [bashonly](https://github.com/bashonly)
52 - **discoveryplus**: [Fix dmax.de and related extractors](https://github.com/yt-dlp/yt-dlp/commit/90d2da311bbb5dc06f385ee428c7e4590936e995) ([#10020](https://github.com/yt-dlp/yt-dlp/issues/10020)) by [bashonly](https://github.com/bashonly)
53 - **eplus**: [Handle URLs without videos](https://github.com/yt-dlp/yt-dlp/commit/351dc0bc334c4e1b5f00c152818c3ec0ed71f788) ([#9855](https://github.com/yt-dlp/yt-dlp/issues/9855)) by [pzhlkj6612](https://github.com/pzhlkj6612)
54 - **europarlwebstream**: [Support new URL format](https://github.com/yt-dlp/yt-dlp/commit/800a43983e5fb719526ce4cb3956216085c63268) ([#9647](https://github.com/yt-dlp/yt-dlp/issues/9647)) by [seproDev](https://github.com/seproDev), [voidful](https://github.com/voidful)
55 - **facebook**: [Fix DASH formats extraction](https://github.com/yt-dlp/yt-dlp/commit/e3b42d8b1b8bcfff7ba146c19fc3f6f6ba843cea) ([#9734](https://github.com/yt-dlp/yt-dlp/issues/9734)) by [bashonly](https://github.com/bashonly)
56 - **godresource**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/65e709d23530959075816e966c42179ad46e8e3b) ([#9629](https://github.com/yt-dlp/yt-dlp/issues/9629)) by [HobbyistDev](https://github.com/HobbyistDev)
57 - **googledrive**: [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/85ec2a337ac325cf6427cbafd56f0a034c1a5218) ([#9908](https://github.com/yt-dlp/yt-dlp/issues/9908)) by [WyohKnott](https://github.com/WyohKnott)
58 - **hearthisat**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/5bbfdb7c999b22f1aeca0c3489c167d6eb73013b) ([#9949](https://github.com/yt-dlp/yt-dlp/issues/9949)) by [bohwaz](https://github.com/bohwaz), [seproDev](https://github.com/seproDev)
59 - **hytale**: [Use `CloudflareStreamIE` explicitly](https://github.com/yt-dlp/yt-dlp/commit/31b417e1d1ccc67d5c027bf8878f483dc34cb118) ([#9672](https://github.com/yt-dlp/yt-dlp/issues/9672)) by [llamasblade](https://github.com/llamasblade)
60 - **instagram**: [Support `/reels/` URLs](https://github.com/yt-dlp/yt-dlp/commit/06cb0638392b607b47d3c2ac48eb2ebecb0f060d) ([#9539](https://github.com/yt-dlp/yt-dlp/issues/9539)) by [amir16yp](https://github.com/amir16yp)
61 - **jiocinema**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/1463945ae5fb05986a0bd1aa02e41d1a08d93a02) ([#10026](https://github.com/yt-dlp/yt-dlp/issues/10026)) by [bashonly](https://github.com/bashonly)
62 - **jiosaavn**: [Extract via API and fix playlists](https://github.com/yt-dlp/yt-dlp/commit/0c21c53885cf03f4040467ae8c44d7ff51016116) ([#9656](https://github.com/yt-dlp/yt-dlp/issues/9656)) by [bashonly](https://github.com/bashonly)
63 - **lci**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/5a2eebc76770fca91ffabeff658d560f716fec80) ([#10025](https://github.com/yt-dlp/yt-dlp/issues/10025)) by [ocococococ](https://github.com/ocococococ)
64 - **mixch**: [Extract comments](https://github.com/yt-dlp/yt-dlp/commit/b38018b781b062d5169d104ab430489aef8e7f1e) ([#9860](https://github.com/yt-dlp/yt-dlp/issues/9860)) by [pzhlkj6612](https://github.com/pzhlkj6612)
65 - **moviepilot**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/296df0da1d38a44d34c99b60a18066c301774537) ([#9366](https://github.com/yt-dlp/yt-dlp/issues/9366)) by [panatexxa](https://github.com/panatexxa)
66 - **netease**: program: [Improve `--no-playlist` message](https://github.com/yt-dlp/yt-dlp/commit/73f12119b52d98281804b0c072b2ed6aa841ec88) ([#9488](https://github.com/yt-dlp/yt-dlp/issues/9488)) by [pzhlkj6612](https://github.com/pzhlkj6612)
67 - **nfb**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/0a1a8e3005f66c44bf67633dccd4df19c3fccd1a) ([#9650](https://github.com/yt-dlp/yt-dlp/issues/9650)) by [rrgomes](https://github.com/rrgomes)
68 - **ntslive**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/be7db1a5a8c483726c511c30ea4689cbb8b27962) ([#9641](https://github.com/yt-dlp/yt-dlp/issues/9641)) by [lostfictions](https://github.com/lostfictions)
69 - **orf**: on: [Improve extraction](https://github.com/yt-dlp/yt-dlp/commit/0dd53faeca2ba0ce138e4092d07b5f2dbf2422f9) ([#9677](https://github.com/yt-dlp/yt-dlp/issues/9677)) by [TuxCoder](https://github.com/TuxCoder)
70 - **orftvthek**: [Remove extractor](https://github.com/yt-dlp/yt-dlp/commit/3779f2a307ba3ef1d28e107cdd71b221dfb4eb36) ([#10011](https://github.com/yt-dlp/yt-dlp/issues/10011)) by [seproDev](https://github.com/seproDev)
71 - **patreon**
72     - [Extract multiple embeds](https://github.com/yt-dlp/yt-dlp/commit/036e0d92c6052465673d459678322ea03e61483d) ([#9850](https://github.com/yt-dlp/yt-dlp/issues/9850)) by [bashonly](https://github.com/bashonly)
73     - [Fix Vimeo embed extraction](https://github.com/yt-dlp/yt-dlp/commit/c9ce57d9bf51541da2381d99bc096a9d0ddf1f27) ([#9712](https://github.com/yt-dlp/yt-dlp/issues/9712)) by [bashonly](https://github.com/bashonly)
74 - **piapro**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/3ba8de62d61d782256f5c1e9939a0762039657de) ([#9311](https://github.com/yt-dlp/yt-dlp/issues/9311)) by [FinnRG](https://github.com/FinnRG), [seproDev](https://github.com/seproDev)
75 - **pornhub**: [Fix login by email address](https://github.com/yt-dlp/yt-dlp/commit/518c1afc1592cae3e4eb39dc646b5bc059333112) ([#9914](https://github.com/yt-dlp/yt-dlp/issues/9914)) by [feederbox826](https://github.com/feederbox826)
76 - **qub**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/6b54cccdcb892bca3e55993480d8b86f1c7e6da6) ([#7019](https://github.com/yt-dlp/yt-dlp/issues/7019)) by [alexhuot1](https://github.com/alexhuot1), [dirkf](https://github.com/dirkf)
77 - **reddit**: [Fix subtitles extraction](https://github.com/yt-dlp/yt-dlp/commit/82f4f4444e26daf35b7302c406fe2312f78f619e) ([#10006](https://github.com/yt-dlp/yt-dlp/issues/10006)) by [kclauhk](https://github.com/kclauhk)
78 - **soundcloud**
79     - [Add `formats` extractor-arg](https://github.com/yt-dlp/yt-dlp/commit/beaf832c7a9d57833f365ce18f6115b88071b296) ([#10004](https://github.com/yt-dlp/yt-dlp/issues/10004)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
80     - [Extract `genres`](https://github.com/yt-dlp/yt-dlp/commit/231c2eacc41b06b65c63edf94c0d04768a5da607) ([#9821](https://github.com/yt-dlp/yt-dlp/issues/9821)) by [bashonly](https://github.com/bashonly)
81 - **taptap**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/63b569bc5e7d461753637a20ad84a575adee4c0a) ([#9776](https://github.com/yt-dlp/yt-dlp/issues/9776)) by [c-basalt](https://github.com/c-basalt)
82 - **tele5**: [Overhaul extractor](https://github.com/yt-dlp/yt-dlp/commit/c92e4e625e9e6bbbbf8e3b20c3e7ebe57c16072d) ([#10024](https://github.com/yt-dlp/yt-dlp/issues/10024)) by [bashonly](https://github.com/bashonly)
83 - **theatercomplextown**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/8056a3026ed6ec6a6d0ed56fdd7ebcd16e928341) ([#9754](https://github.com/yt-dlp/yt-dlp/issues/9754)) by [bashonly](https://github.com/bashonly)
84 - **tiktok**
85     - [Add `device_id` extractor-arg](https://github.com/yt-dlp/yt-dlp/commit/3584b8390bd21c0393a3079eeee71aed56a1c1d8) ([#9951](https://github.com/yt-dlp/yt-dlp/issues/9951)) by [bashonly](https://github.com/bashonly)
86     - [Extract all web formats](https://github.com/yt-dlp/yt-dlp/commit/4ccd73fea0f6f4be343e1ec7f22dd03799addcf8) ([#9960](https://github.com/yt-dlp/yt-dlp/issues/9960)) by [bashonly](https://github.com/bashonly)
87     - [Extract via mobile API only if extractor-arg is passed](https://github.com/yt-dlp/yt-dlp/commit/41ba4a808b597a3afed78c89675a30deb6844450) ([#9938](https://github.com/yt-dlp/yt-dlp/issues/9938)) by [bashonly](https://github.com/bashonly)
88     - [Fix subtitles extraction](https://github.com/yt-dlp/yt-dlp/commit/eef1e9f44ff14c5e65b759bb1eafa3946cdaf719) ([#9961](https://github.com/yt-dlp/yt-dlp/issues/9961)) by [bashonly](https://github.com/bashonly)
89     - collection: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/119d41f27061d220d276a2d38cfc8d873437452a) ([#9986](https://github.com/yt-dlp/yt-dlp/issues/9986)) by [bashonly](https://github.com/bashonly), [imanoreotwe](https://github.com/imanoreotwe)
90     - user: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/347f13dd9bccc2b4db3ea25689410d45d8370ed4) ([#9661](https://github.com/yt-dlp/yt-dlp/issues/9661)) by [bashonly](https://github.com/bashonly)
91 - **tv5monde**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/6db96268c521e945d42649607db1574f5d92e082) ([#9143](https://github.com/yt-dlp/yt-dlp/issues/9143)) by [alard](https://github.com/alard), [seproDev](https://github.com/seproDev)
92 - **twitter**
93     - [Fix auth for x.com migration](https://github.com/yt-dlp/yt-dlp/commit/3e35aa32c74bc108375be8c8b6b3bfc90dfff1b4) ([#9952](https://github.com/yt-dlp/yt-dlp/issues/9952)) by [bashonly](https://github.com/bashonly)
94     - [Support x.com URLs](https://github.com/yt-dlp/yt-dlp/commit/4813173e4544f125d6f2afc31e600727d761b8dd) ([#9926](https://github.com/yt-dlp/yt-dlp/issues/9926)) by [bashonly](https://github.com/bashonly)
95 - **vk**: [Improve format extraction](https://github.com/yt-dlp/yt-dlp/commit/df5c9e733aaba703cf285c0372b6d61629330c82) ([#9885](https://github.com/yt-dlp/yt-dlp/issues/9885)) by [seproDev](https://github.com/seproDev)
96 - **wrestleuniverse**: [Avoid partial stream formats](https://github.com/yt-dlp/yt-dlp/commit/c4853655cb9a793129280806af643de43c48f4d5) ([#9800](https://github.com/yt-dlp/yt-dlp/issues/9800)) by [bashonly](https://github.com/bashonly)
97 - **xiaohongshu**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/a2e9031605d87c469be9ce98dbbdf4960b727338) ([#9646](https://github.com/yt-dlp/yt-dlp/issues/9646)) by [HobbyistDev](https://github.com/HobbyistDev)
98 - **xvideos**: quickies: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/b207d26f83fb8ab0ce56df74dff43ff583a3264f) ([#9834](https://github.com/yt-dlp/yt-dlp/issues/9834)) by [JakeFinley96](https://github.com/JakeFinley96)
99 - **youporn**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/351368cb9a6731b886a58f5a10fd6b302bbe47be) ([#8827](https://github.com/yt-dlp/yt-dlp/issues/8827)) by [The-MAGI](https://github.com/The-MAGI)
100 - **youtube**
101     - [Add `mediaconnect` client](https://github.com/yt-dlp/yt-dlp/commit/cf212d0a331aba05c32117573f760cdf3af8c62f) ([#9546](https://github.com/yt-dlp/yt-dlp/issues/9546)) by [clienthax](https://github.com/clienthax)
102     - [Extract upload timestamp if available](https://github.com/yt-dlp/yt-dlp/commit/96a134dea6397a5f2131947c427aac52c8b4e677) ([#9856](https://github.com/yt-dlp/yt-dlp/issues/9856)) by [coletdjnz](https://github.com/coletdjnz)
103     - [Fix comments extraction](https://github.com/yt-dlp/yt-dlp/commit/8e15177b4113c355989881e4e030f695a9b59c3a) ([#9775](https://github.com/yt-dlp/yt-dlp/issues/9775)) by [bbilly1](https://github.com/bbilly1), [jakeogh](https://github.com/jakeogh), [minamotorin](https://github.com/minamotorin), [shoxie007](https://github.com/shoxie007)
104     - [Remove `android` from default clients](https://github.com/yt-dlp/yt-dlp/commit/12d8ea8246fa901de302ff5cc748caddadc82f41) ([#9553](https://github.com/yt-dlp/yt-dlp/issues/9553)) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz)
105 - **zenyandex**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/c4b87dd885ee5391e5f481e7c8bd550a7c543623) ([#9813](https://github.com/yt-dlp/yt-dlp/issues/9813)) by [src-tinkerer](https://github.com/src-tinkerer)
107 #### Networking changes
108 - [Add `extensions` attribute to `Response`](https://github.com/yt-dlp/yt-dlp/commit/bec9a59e8ec82c18e3bf9268eaa436793dd52e35) ([#9756](https://github.com/yt-dlp/yt-dlp/issues/9756)) by [bashonly](https://github.com/bashonly)
109 - **Request Handler**
110     - requests
111         - [Patch support for `requests` 2.32.2+](https://github.com/yt-dlp/yt-dlp/commit/3f7999533ebe41c2a579d91b4e4cb211cfcd3bc0) ([#9992](https://github.com/yt-dlp/yt-dlp/issues/9992)) by [Grub4K](https://github.com/Grub4K)
112         - [Update to `requests` 2.32.0](https://github.com/yt-dlp/yt-dlp/commit/c36513f1be2ef3d3cec864accbffda1afaa06ffd) ([#9980](https://github.com/yt-dlp/yt-dlp/issues/9980)) by [coletdjnz](https://github.com/coletdjnz)
114 #### Misc. changes
115 - [Add `hatch`, `ruff`, `pre-commit` and improve dev docs](https://github.com/yt-dlp/yt-dlp/commit/e897bd8292a41999cf51dba91b390db5643c72db) ([#7409](https://github.com/yt-dlp/yt-dlp/issues/7409)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K), [seproDev](https://github.com/seproDev)
116 - **build**
117     - [Migrate `linux_exe` to static musl builds](https://github.com/yt-dlp/yt-dlp/commit/ac817bc83efd939dca3e40c4b527d0ccfc77172b) ([#9811](https://github.com/yt-dlp/yt-dlp/issues/9811)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
118     - [Normalize `curl_cffi` group to `curl-cffi`](https://github.com/yt-dlp/yt-dlp/commit/02483bea1c4dbe1bace8ca4d19700104fbb8a00f) ([#9698](https://github.com/yt-dlp/yt-dlp/issues/9698)) by [bashonly](https://github.com/bashonly) (With fixes in [89f535e](https://github.com/yt-dlp/yt-dlp/commit/89f535e2656964b4061c25a7739d4d6ba0a30568))
119     - [Run `macos_legacy` job on `macos-12`](https://github.com/yt-dlp/yt-dlp/commit/1a366403d9c26b992faa77e00f4d02ead57559e3) ([#9804](https://github.com/yt-dlp/yt-dlp/issues/9804)) by [bashonly](https://github.com/bashonly)
120     - [`macos` job requires `setuptools<70`](https://github.com/yt-dlp/yt-dlp/commit/78c57cc0e0998b8ed90e4306f410aa4be4115cd7) ([#9993](https://github.com/yt-dlp/yt-dlp/issues/9993)) by [bashonly](https://github.com/bashonly)
121 - **cleanup**
122     - [Remove questionable extractors](https://github.com/yt-dlp/yt-dlp/commit/01395a34345d1c6ba1b73ca92f94dd200dc45341) ([#9911](https://github.com/yt-dlp/yt-dlp/issues/9911)) by [seproDev](https://github.com/seproDev)
123     - Miscellaneous: [5c019f6](https://github.com/yt-dlp/yt-dlp/commit/5c019f6328ad40d66561eac3c4de0b3cd070d0f6), [ae2af11](https://github.com/yt-dlp/yt-dlp/commit/ae2af1104f80caf2f47544763a33db2c17a3e1de) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K), [seproDev](https://github.com/seproDev)
124 - **test**
125     - [Add HTTP proxy tests](https://github.com/yt-dlp/yt-dlp/commit/3c7a287e281d9f9a353dce8902ff78a84c24a040) ([#9578](https://github.com/yt-dlp/yt-dlp/issues/9578)) by [coletdjnz](https://github.com/coletdjnz)
126     - [Fix connect timeout test](https://github.com/yt-dlp/yt-dlp/commit/53b4d44f55cca66ac33dab092ef2a30b1164b684) ([#9906](https://github.com/yt-dlp/yt-dlp/issues/9906)) by [coletdjnz](https://github.com/coletdjnz)
128 ### 2024.04.09
130 #### Important changes
131 - Security: [[CVE-2024-22423](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22423)] [Prevent RCE when using `--exec` with `%q` on Windows](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-hjq6-52gw-2g7p)
132     - The shell escape function now properly escapes `%`, `\` and `\n`.
133     - `utils.Popen` has been patched accordingly.
135 #### Core changes
136 - [Add new option `--progress-delta`](https://github.com/yt-dlp/yt-dlp/commit/9590cc6b4768e190183d7d071a6c78170889116a) ([#9082](https://github.com/yt-dlp/yt-dlp/issues/9082)) by [Grub4K](https://github.com/Grub4K)
137 - [Add new options `--impersonate` and `--list-impersonate-targets`](https://github.com/yt-dlp/yt-dlp/commit/0b81d4d252bd065ccd352722987ea34fe17f9244) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
138 - [Add option `--no-break-on-existing`](https://github.com/yt-dlp/yt-dlp/commit/16be117729150b2784f3b17755c886cb0cf73374) ([#9610](https://github.com/yt-dlp/yt-dlp/issues/9610)) by [bashonly](https://github.com/bashonly)
139 - [Fix `filesize_approx` calculation](https://github.com/yt-dlp/yt-dlp/commit/86e3b82261e8ebc6c6707c09544c9dfb8907c0fd) ([#9560](https://github.com/yt-dlp/yt-dlp/issues/9560)) by [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
140 - [Infer `acodec` for single-codec containers](https://github.com/yt-dlp/yt-dlp/commit/86a972033e05fea80e5fe7f2aff6723dbe2f3952) by [pukkandan](https://github.com/pukkandan)
141 - [Prevent RCE when using `--exec` with `%q` (CVE-2024-22423)](https://github.com/yt-dlp/yt-dlp/commit/ff07792676f404ffff6ee61b5638c9dc1a33a37a) by [Grub4K](https://github.com/Grub4K)
142 - **cookies**: [Add `--cookies-from-browser` support for Firefox Flatpak](https://github.com/yt-dlp/yt-dlp/commit/2ab2651a4a7be18939e2b4cb21be79fe477c797a) ([#9619](https://github.com/yt-dlp/yt-dlp/issues/9619)) by [un-def](https://github.com/un-def)
143 - **utils**
144     - `traverse_obj`
145         - [Allow unbranching using `all` and `any`](https://github.com/yt-dlp/yt-dlp/commit/3699eeb67cad333272b14a42dd3843d93fda1a2e) ([#9571](https://github.com/yt-dlp/yt-dlp/issues/9571)) by [Grub4K](https://github.com/Grub4K)
146         - [Convenience improvements](https://github.com/yt-dlp/yt-dlp/commit/32abfb00bdbd119ca675fdc6d1719331f0a2741a) ([#9577](https://github.com/yt-dlp/yt-dlp/issues/9577)) by [Grub4K](https://github.com/Grub4K)
148 #### Extractor changes
149 - [Add extractor impersonate API](https://github.com/yt-dlp/yt-dlp/commit/50c29352312f5662acf9a64b0012766f5c40af61) ([#9474](https://github.com/yt-dlp/yt-dlp/issues/9474)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
150 - **afreecatv**
151     - [Overhaul extractor](https://github.com/yt-dlp/yt-dlp/commit/9415f1a5ef88482ebafe3083e8bcb778ac512df7) ([#9566](https://github.com/yt-dlp/yt-dlp/issues/9566)) by [bashonly](https://github.com/bashonly), [Tomoka1](https://github.com/Tomoka1)
152     - live: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/9073ae6458f4c6a832aa832c67174c61852869be) ([#9348](https://github.com/yt-dlp/yt-dlp/issues/9348)) by [hui1601](https://github.com/hui1601)
153 - **asobistage**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/0284f1fee202302a78888420f933deae19d9f4e1) ([#8735](https://github.com/yt-dlp/yt-dlp/issues/8735)) by [pzhlkj6612](https://github.com/pzhlkj6612)
154 - **box**: [Support URLs without file IDs](https://github.com/yt-dlp/yt-dlp/commit/07f5b2f7570fd9ac85aed17f4c0118f6eac77beb) ([#9504](https://github.com/yt-dlp/yt-dlp/issues/9504)) by [shreyasminocha](https://github.com/shreyasminocha)
155 - **cbc.ca**: player: [Support new URL format](https://github.com/yt-dlp/yt-dlp/commit/b49d5ffc53a72d8245ba319ff07bdc5b8c6a4f0c) ([#9561](https://github.com/yt-dlp/yt-dlp/issues/9561)) by [trainman261](https://github.com/trainman261)
156 - **crunchyroll**
157     - [Extract `vo_adaptive_hls` formats by default](https://github.com/yt-dlp/yt-dlp/commit/be77923ffe842f667971019460f6005f3cad01eb) ([#9447](https://github.com/yt-dlp/yt-dlp/issues/9447)) by [bashonly](https://github.com/bashonly)
158     - [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/954e57e405f79188450eb30103a9308732cd318f) ([#9615](https://github.com/yt-dlp/yt-dlp/issues/9615)) by [bytedream](https://github.com/bytedream)
159 - **dropbox**: [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/a48cc86d6f6b20427553620c2ddb990ede6a4b41) ([#9627](https://github.com/yt-dlp/yt-dlp/issues/9627)) by [bashonly](https://github.com/bashonly)
160 - **fathom**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/bc2b8c0596fd6b75af24822c4f0f1da6783d71f7) ([#9495](https://github.com/yt-dlp/yt-dlp/issues/9495)) by [src-tinkerer](https://github.com/src-tinkerer)
161 - **gofile**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/0da66980d3193cad3dae0120cddddbfcabddf7a1) ([#9446](https://github.com/yt-dlp/yt-dlp/issues/9446)) by [jazz1611](https://github.com/jazz1611)
162 - **imgur**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/86d2f4d24849af0d1f3af7c0e2ac43bf8a058f74) ([#9471](https://github.com/yt-dlp/yt-dlp/issues/9471)) by [trwstin](https://github.com/trwstin)
163 - **jiosaavn**
164     - [Extract artists](https://github.com/yt-dlp/yt-dlp/commit/0ae16ceb1846cc4e609b70ce7c5d8e7458efceb2) ([#9612](https://github.com/yt-dlp/yt-dlp/issues/9612)) by [bashonly](https://github.com/bashonly)
165     - [Fix format extensions](https://github.com/yt-dlp/yt-dlp/commit/443e206ec41e64ca2aef61d8ef91640fb69b3113) ([#9609](https://github.com/yt-dlp/yt-dlp/issues/9609)) by [bashonly](https://github.com/bashonly)
166     - [Support playlists](https://github.com/yt-dlp/yt-dlp/commit/2e94602f241f6e41bdc48576c61089435529339b) ([#9622](https://github.com/yt-dlp/yt-dlp/issues/9622)) by [bashonly](https://github.com/bashonly)
167 - **joqrag**: [Fix live status detection](https://github.com/yt-dlp/yt-dlp/commit/f2fd449b46c4058222e1744f7a35caa20b2d003d) ([#9624](https://github.com/yt-dlp/yt-dlp/issues/9624)) by [pzhlkj6612](https://github.com/pzhlkj6612)
168 - **kick**: [Support browser impersonation](https://github.com/yt-dlp/yt-dlp/commit/c8a61a910096c77ce08dad5e1b2fbda5eb964156) ([#9611](https://github.com/yt-dlp/yt-dlp/issues/9611)) by [bashonly](https://github.com/bashonly)
169 - **loom**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/f859ed3ba1e8b129ae6a467592c65687e73fbca1) ([#8686](https://github.com/yt-dlp/yt-dlp/issues/8686)) by [bashonly](https://github.com/bashonly), [hruzgar](https://github.com/hruzgar)
170 - **medici**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/4cd9e251b9abada107b10830de997bf4d79ca369) ([#9518](https://github.com/yt-dlp/yt-dlp/issues/9518)) by [Offert4324](https://github.com/Offert4324)
171 - **mixch**
172     - [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/4c3b7a0769706f7f0ea24adf1f219d5ae82d2b07) ([#9608](https://github.com/yt-dlp/yt-dlp/issues/9608)) by [bashonly](https://github.com/bashonly), [nipotan](https://github.com/nipotan)
173     - archive: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/c59de48e2bb4c681b03b93b584a05f52609ce4a0) ([#8761](https://github.com/yt-dlp/yt-dlp/issues/8761)) by [pzhlkj6612](https://github.com/pzhlkj6612)
174 - **nhk**: [Fix NHK World extractors](https://github.com/yt-dlp/yt-dlp/commit/4af9d5c2f6aa81403ae2a8a5ae3cc824730f0b86) ([#9623](https://github.com/yt-dlp/yt-dlp/issues/9623)) by [bashonly](https://github.com/bashonly)
175 - **patreon**: [Do not extract dead embed URLs](https://github.com/yt-dlp/yt-dlp/commit/36b240f9a72af57eb2c9d927ebb7fd1c917ebf18) ([#9613](https://github.com/yt-dlp/yt-dlp/issues/9613)) by [johnvictorfs](https://github.com/johnvictorfs)
176 - **radio1be**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/36baaa10e06715ccba06b78885b2042c4844c826) ([#9122](https://github.com/yt-dlp/yt-dlp/issues/9122)) by [HobbyistDev](https://github.com/HobbyistDev)
177 - **sharepoint**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/ff349ff94aae0b2b148bd3670f7c91d39c2f1d8e) ([#6531](https://github.com/yt-dlp/yt-dlp/issues/6531)) by [bashonly](https://github.com/bashonly), [C0D3D3V](https://github.com/C0D3D3V)
178 - **sonylivseries**: [Fix season extraction](https://github.com/yt-dlp/yt-dlp/commit/f2868b26e917354203f82a370ad2396646edb813) ([#9423](https://github.com/yt-dlp/yt-dlp/issues/9423)) by [bashonly](https://github.com/bashonly)
179 - **soundcloud**
180     - [Adjust format sorting](https://github.com/yt-dlp/yt-dlp/commit/a2d0840739cddd585d24e0ce4796394fc8a4fa2e) ([#9584](https://github.com/yt-dlp/yt-dlp/issues/9584)) by [bashonly](https://github.com/bashonly)
181     - [Support cookies](https://github.com/yt-dlp/yt-dlp/commit/97362712a1f2b04e735bdf54f749ad99165a62fe) ([#9586](https://github.com/yt-dlp/yt-dlp/issues/9586)) by [bashonly](https://github.com/bashonly)
182     - [Support retries for API rate-limit](https://github.com/yt-dlp/yt-dlp/commit/246571ae1d867df8bf31a056bdf3bbbfd398366a) ([#9585](https://github.com/yt-dlp/yt-dlp/issues/9585)) by [bashonly](https://github.com/bashonly)
183 - **thisoldhouse**: [Support Brightcove embeds](https://github.com/yt-dlp/yt-dlp/commit/0df63cce69026d2f4c0cbb4dd36163e83eac93dc) ([#9576](https://github.com/yt-dlp/yt-dlp/issues/9576)) by [bashonly](https://github.com/bashonly)
184 - **tiktok**
185     - [Fix API extraction](https://github.com/yt-dlp/yt-dlp/commit/cb61e20c266facabb7a30f9ce53bd79dfc158475) ([#9548](https://github.com/yt-dlp/yt-dlp/issues/9548)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
186     - [Prefer non-bytevc2 formats](https://github.com/yt-dlp/yt-dlp/commit/63f685f341f35f6f02b0368d1ba53bdb5b520410) ([#9575](https://github.com/yt-dlp/yt-dlp/issues/9575)) by [bashonly](https://github.com/bashonly)
187     - [Restore `carrier_region` API parameter](https://github.com/yt-dlp/yt-dlp/commit/fc53ec13ff1ee926a3e533a68cfca8acc887b661) ([#9637](https://github.com/yt-dlp/yt-dlp/issues/9637)) by [bashonly](https://github.com/bashonly)
188     - [Update API hostname](https://github.com/yt-dlp/yt-dlp/commit/8c05b3ebae23c5b444857549a85b84004c01a536) ([#9444](https://github.com/yt-dlp/yt-dlp/issues/9444)) by [bashonly](https://github.com/bashonly)
189 - **twitch**: [Extract AV1 and HEVC formats](https://github.com/yt-dlp/yt-dlp/commit/02f93ff51b3ff9436d60c4993562b366eaae8851) ([#9158](https://github.com/yt-dlp/yt-dlp/issues/9158)) by [kasper93](https://github.com/kasper93)
190 - **vkplay**: [Fix `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/b15b0c1d2106437ec61a5c436c543e8760eac160) ([#9636](https://github.com/yt-dlp/yt-dlp/issues/9636)) by [bashonly](https://github.com/bashonly)
191 - **xvideos**: [Support new URL format](https://github.com/yt-dlp/yt-dlp/commit/aa7e9ae4f48276bd5d0173966c77db9484f65a0a) ([#9502](https://github.com/yt-dlp/yt-dlp/issues/9502)) by [sta1us](https://github.com/sta1us)
192 - **youtube**
193     - [Calculate more accurate `filesize`](https://github.com/yt-dlp/yt-dlp/commit/a25a424323267e3f6f9f63c0b62df499bd7b8d46) by [pukkandan](https://github.com/pukkandan)
194     - [Update `android` params](https://github.com/yt-dlp/yt-dlp/commit/e7b17fce14775bd2448695c8eb7379b8d31d3537) by [pukkandan](https://github.com/pukkandan)
195     - search: [Fix params for uncensored results](https://github.com/yt-dlp/yt-dlp/commit/17d248a58781e2588d18a5ebe00c441d10011fcd) ([#9456](https://github.com/yt-dlp/yt-dlp/issues/9456)) by [alb](https://github.com/alb), [pukkandan](https://github.com/pukkandan)
197 #### Downloader changes
198 - **ffmpeg**: [Accept output args from info dict](https://github.com/yt-dlp/yt-dlp/commit/9c42b7eef547e826e9fcc7beb6706a2523949d05) ([#9278](https://github.com/yt-dlp/yt-dlp/issues/9278)) by [bashonly](https://github.com/bashonly)
200 #### Networking changes
201 - [Respect `SSLKEYLOGFILE` environment variable](https://github.com/yt-dlp/yt-dlp/commit/79a451e5763eda8b10d00684d5d3378f3255ee01) ([#9543](https://github.com/yt-dlp/yt-dlp/issues/9543)) by [luiso1979](https://github.com/luiso1979)
202 - **Request Handler**
203     - curlcffi: [Add support for `curl_cffi`](https://github.com/yt-dlp/yt-dlp/commit/52f5be1f1e0dc45bb397ab950f564721976a39bf) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
204     - websockets: [Workaround race condition causing issues on PyPy](https://github.com/yt-dlp/yt-dlp/commit/e5d4f11104ce7ea1717a90eea82c0f7d230ea5d5) ([#9514](https://github.com/yt-dlp/yt-dlp/issues/9514)) by [coletdjnz](https://github.com/coletdjnz)
206 #### Misc. changes
207 - **build**
208     - [Do not include `curl_cffi` in `macos_legacy`](https://github.com/yt-dlp/yt-dlp/commit/b19ae095fdddd43c2a2c67d10fbe0d9a645bb98f) ([#9653](https://github.com/yt-dlp/yt-dlp/issues/9653)) by [bashonly](https://github.com/bashonly)
209     - [Optional dependencies cleanup](https://github.com/yt-dlp/yt-dlp/commit/58dd0f8d1eee6bc9fdc57f1923bed772fa3c946d) ([#9550](https://github.com/yt-dlp/yt-dlp/issues/9550)) by [bashonly](https://github.com/bashonly)
210     - [Print SHA sums to GHA logs](https://github.com/yt-dlp/yt-dlp/commit/e8032503b9517465b0e86d776fc1e60d8795d673) ([#9582](https://github.com/yt-dlp/yt-dlp/issues/9582)) by [bashonly](https://github.com/bashonly)
211     - [Update changelog for tarball and sdist](https://github.com/yt-dlp/yt-dlp/commit/17b96974a334688f76b57d350e07cae8cda46877) ([#9425](https://github.com/yt-dlp/yt-dlp/issues/9425)) by [bashonly](https://github.com/bashonly)
212 - **cleanup**
213     - [Standardize `import datetime as dt`](https://github.com/yt-dlp/yt-dlp/commit/c305a25c1b16bcf7a5ec499c3b786ed1e2c748da) ([#8978](https://github.com/yt-dlp/yt-dlp/issues/8978)) by [pukkandan](https://github.com/pukkandan)
214     - ie: [No `from` stdlib imports in extractors](https://github.com/yt-dlp/yt-dlp/commit/e3a3ed8a981d9395c4859b6ef56cd02bc3148db2) by [pukkandan](https://github.com/pukkandan)
215     - Miscellaneous: [216f6a3](https://github.com/yt-dlp/yt-dlp/commit/216f6a3cb57824e6a3c859649ce058c199b1b247) by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
216 - **docs**
217     - [Update yt-dlp tagline](https://github.com/yt-dlp/yt-dlp/commit/388c979ac63a8774339fac2516fe1cc852b4276e) ([#9481](https://github.com/yt-dlp/yt-dlp/issues/9481)) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
218     - [Various manpage fixes](https://github.com/yt-dlp/yt-dlp/commit/df0e138fc02ae2764a44f2f59fc93c756c4d3ee2) by [leoheitmannruiz](https://github.com/leoheitmannruiz)
219 - **test**
220     - [Workaround websocket server hanging](https://github.com/yt-dlp/yt-dlp/commit/f849d77ab54788446b995d256e1ee0894c4fb927) ([#9467](https://github.com/yt-dlp/yt-dlp/issues/9467)) by [coletdjnz](https://github.com/coletdjnz)
221     - `traversal`: [Separate traversal tests](https://github.com/yt-dlp/yt-dlp/commit/979ce2e786f2ee3fc783b6dc1ef4188d8805c923) ([#9574](https://github.com/yt-dlp/yt-dlp/issues/9574)) by [Grub4K](https://github.com/Grub4K)
223 ### 2024.03.10
225 #### Core changes
226 - [Add `--compat-options 2023`](https://github.com/yt-dlp/yt-dlp/commit/3725b4f0c93ca3943e6300013a9670e4ab757fda) ([#9084](https://github.com/yt-dlp/yt-dlp/issues/9084)) by [Grub4K](https://github.com/Grub4K) (With fixes in [ffff1bc](https://github.com/yt-dlp/yt-dlp/commit/ffff1bc6598fc7a9258e51bc153cab812467f9f9) by [pukkandan](https://github.com/pukkandan))
227 - [Create `ydl._request_director` when needed](https://github.com/yt-dlp/yt-dlp/commit/069b2aedae2279668b6051627a81fc4fbd9c146a) by [pukkandan](https://github.com/pukkandan) (With fixes in [dbd8b1b](https://github.com/yt-dlp/yt-dlp/commit/dbd8b1bff9afd8f05f982bcd52c20bc173c266ca) by [Grub4k](https://github.com/Grub4k))
228 - [Don't select storyboard formats as fallback](https://github.com/yt-dlp/yt-dlp/commit/d63eae7e7ffb1f3e733e552b9e5e82355bfba214) by [bashonly](https://github.com/bashonly)
229 - [Handle `--load-info-json` format selection errors](https://github.com/yt-dlp/yt-dlp/commit/263a4b55ac17a796e8991ca8d2d86a3c349f8a60) ([#9392](https://github.com/yt-dlp/yt-dlp/issues/9392)) by [bashonly](https://github.com/bashonly)
230 - [Warn user when not launching through shell on Windows](https://github.com/yt-dlp/yt-dlp/commit/6a6cdcd1824a14e3b336332c8f31f65497b8c4b8) ([#9250](https://github.com/yt-dlp/yt-dlp/issues/9250)) by [Grub4K](https://github.com/Grub4K), [seproDev](https://github.com/seproDev)
231 - **cookies**
232     - [Fix `--cookies-from-browser` for `snap` Firefox](https://github.com/yt-dlp/yt-dlp/commit/cbed249aaa053a3f425b9bafc97f8dbd71c44487) ([#9016](https://github.com/yt-dlp/yt-dlp/issues/9016)) by [Grub4K](https://github.com/Grub4K)
233     - [Fix `--cookies-from-browser` with macOS Firefox profiles](https://github.com/yt-dlp/yt-dlp/commit/85b33f5c163f60dbd089a6b9bc2ba1366d3ddf93) ([#8909](https://github.com/yt-dlp/yt-dlp/issues/8909)) by [RalphORama](https://github.com/RalphORama)
234     - [Improve error message for Windows `--cookies-from-browser chrome` issue](https://github.com/yt-dlp/yt-dlp/commit/2792092afd367e39251ace1fb2819c855ab8919f) ([#9080](https://github.com/yt-dlp/yt-dlp/issues/9080)) by [Grub4K](https://github.com/Grub4K)
235 - **plugins**: [Handle `PermissionError`](https://github.com/yt-dlp/yt-dlp/commit/9a8afadd172b7cab143f0049959fa64973589d94) ([#9229](https://github.com/yt-dlp/yt-dlp/issues/9229)) by [pukkandan](https://github.com/pukkandan), [syntaxsurge](https://github.com/syntaxsurge)
236 - **utils**
237     - [Improve `repr` of `DateRange`, `match_filter_func`](https://github.com/yt-dlp/yt-dlp/commit/45491a2a30da4d1723cfa9288cb664813bb09afb) by [pukkandan](https://github.com/pukkandan)
238     - `traverse_obj`: [Support `xml.etree.ElementTree.Element`](https://github.com/yt-dlp/yt-dlp/commit/ffbd4f2a02fee387ea5e0a267ce32df5259111ac) ([#8911](https://github.com/yt-dlp/yt-dlp/issues/8911)) by [Grub4K](https://github.com/Grub4K)
239 - **webvtt**: [Don't parse single fragment files](https://github.com/yt-dlp/yt-dlp/commit/f24e44e8cbd88ce338d52f594a19330f64d38b50) ([#9034](https://github.com/yt-dlp/yt-dlp/issues/9034)) by [seproDev](https://github.com/seproDev)
241 #### Extractor changes
242 - [Migrate commonly plural fields to lists](https://github.com/yt-dlp/yt-dlp/commit/104a7b5a46dc1805157fb4cc11c05876934d37c1) ([#8917](https://github.com/yt-dlp/yt-dlp/issues/8917)) by [llistochek](https://github.com/llistochek), [pukkandan](https://github.com/pukkandan) (With fixes in [b136e2a](https://github.com/yt-dlp/yt-dlp/commit/b136e2af341f7a88028aea4c5cd50efe2fa9b182) by [bashonly](https://github.com/bashonly))
243 - [Support multi-period MPD streams](https://github.com/yt-dlp/yt-dlp/commit/4ce57d3b873c2887814cbec03d029533e82f7db5) ([#6654](https://github.com/yt-dlp/yt-dlp/issues/6654)) by [alard](https://github.com/alard), [pukkandan](https://github.com/pukkandan)
244 - **abematv**
245     - [Fix extraction with cache](https://github.com/yt-dlp/yt-dlp/commit/c51316f8a69fbd0080f2720777d42ab438e254a3) ([#8895](https://github.com/yt-dlp/yt-dlp/issues/8895)) by [sefidel](https://github.com/sefidel)
246     - [Support login for playlists](https://github.com/yt-dlp/yt-dlp/commit/8226a3818f804478c756cf460baa9bf3a3b062a5) ([#8901](https://github.com/yt-dlp/yt-dlp/issues/8901)) by [sefidel](https://github.com/sefidel)
247 - **adn**
248     - [Add support for German site](https://github.com/yt-dlp/yt-dlp/commit/5eb1458be4767385a9bf1d570ff08e46100cbaa2) ([#8708](https://github.com/yt-dlp/yt-dlp/issues/8708)) by [infanf](https://github.com/infanf)
249     - [Improve auth error handling](https://github.com/yt-dlp/yt-dlp/commit/9526b1f179d19f75284eceaa5e0ee381af18cf19) ([#9068](https://github.com/yt-dlp/yt-dlp/issues/9068)) by [infanf](https://github.com/infanf)
250 - **aenetworks**: [Rating should be optional for AP extraction](https://github.com/yt-dlp/yt-dlp/commit/014cb5774d7afe624b6eb4e07f7be924b9e5e186) ([#9005](https://github.com/yt-dlp/yt-dlp/issues/9005)) by [agibson-fl](https://github.com/agibson-fl)
251 - **altcensored**: channel: [Fix playlist extraction](https://github.com/yt-dlp/yt-dlp/commit/e28e135d6fd6a430fed3e20dfe1a8c8bbc5f9185) ([#9297](https://github.com/yt-dlp/yt-dlp/issues/9297)) by [marcdumais](https://github.com/marcdumais)
252 - **amadeustv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/e641aab7a61df7406df60ebfe0c77bd5186b2b41) ([#8744](https://github.com/yt-dlp/yt-dlp/issues/8744)) by [ArnauvGilotra](https://github.com/ArnauvGilotra)
253 - **ant1newsgrembed**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/1ed5ee2f045f717e814f84ba461dadc58e712266) ([#9191](https://github.com/yt-dlp/yt-dlp/issues/9191)) by [seproDev](https://github.com/seproDev)
254 - **archiveorg**: [Fix format URL encoding](https://github.com/yt-dlp/yt-dlp/commit/3894ab9574748188bbacbd925a3971eda6fa2bb0) ([#9279](https://github.com/yt-dlp/yt-dlp/issues/9279)) by [bashonly](https://github.com/bashonly)
255 - **ard**
256     - mediathek
257         - [Revert to using old id](https://github.com/yt-dlp/yt-dlp/commit/b6951271ac014761c9c317b9cecd5e8e139cfa7c) ([#8916](https://github.com/yt-dlp/yt-dlp/issues/8916)) by [Grub4K](https://github.com/Grub4K)
258         - [Support cookies to verify age](https://github.com/yt-dlp/yt-dlp/commit/c099ec9392b0283dde34b290d1a04158ad8eb882) ([#9037](https://github.com/yt-dlp/yt-dlp/issues/9037)) by [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
259 - **art19**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/999ea80beb053491089d256104c4188aced3110f) ([#9099](https://github.com/yt-dlp/yt-dlp/issues/9099)) by [seproDev](https://github.com/seproDev)
260 - **artetv**: [Separate closed captions](https://github.com/yt-dlp/yt-dlp/commit/393b487a4ea391c44e811505ec98531031d7e81e) ([#8231](https://github.com/yt-dlp/yt-dlp/issues/8231)) by [Nicals](https://github.com/Nicals), [seproDev](https://github.com/seproDev)
261 - **asobichannel**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/12f042740550c06552819374e2251deb7a519bab) ([#8700](https://github.com/yt-dlp/yt-dlp/issues/8700)) by [Snack-X](https://github.com/Snack-X)
262 - **bigo**: [Fix JSON extraction](https://github.com/yt-dlp/yt-dlp/commit/85a2d07c1f82c2082b568963d1c32ad3fc848f61) ([#8893](https://github.com/yt-dlp/yt-dlp/issues/8893)) by [DmitryScaletta](https://github.com/DmitryScaletta)
263 - **bilibili**
264     - [Add referer header and fix metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/1713c882730a928ac344c099874d2093fc2c8b51) ([#8832](https://github.com/yt-dlp/yt-dlp/issues/8832)) by [SirElderling](https://github.com/SirElderling) (With fixes in [f1570ab](https://github.com/yt-dlp/yt-dlp/commit/f1570ab84d5f49564256c620063d2d3e9ed4acf0) by [TobiX](https://github.com/TobiX))
265     - [Support `--no-playlist`](https://github.com/yt-dlp/yt-dlp/commit/e439693f729daf6fb15457baea1bca10ef5da34d) ([#9139](https://github.com/yt-dlp/yt-dlp/issues/9139)) by [c-basalt](https://github.com/c-basalt)
266 - **bilibilisearch**: [Set cookie to fix extraction](https://github.com/yt-dlp/yt-dlp/commit/ffa017cfc5973b265c92248546fcf5020dc43eaf) ([#9119](https://github.com/yt-dlp/yt-dlp/issues/9119)) by [c-basalt](https://github.com/c-basalt)
267 - **biliintl**: [Fix and improve subtitles extraction](https://github.com/yt-dlp/yt-dlp/commit/cf6413e840476c15e5b166dc2f7cc2a90a4a9aad) ([#7077](https://github.com/yt-dlp/yt-dlp/issues/7077)) by [dirkf](https://github.com/dirkf), [HobbyistDev](https://github.com/HobbyistDev), [itachi-19](https://github.com/itachi-19), [seproDev](https://github.com/seproDev)
268 - **boosty**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/540b68298192874c75ad5ee4589bed64d02a7d55) ([#9144](https://github.com/yt-dlp/yt-dlp/issues/9144)) by [un-def](https://github.com/un-def)
269 - **ccma**: [Extract 1080p DASH formats](https://github.com/yt-dlp/yt-dlp/commit/4253e3b7f483127bd812bdac02466f4a5b47ff34) ([#9130](https://github.com/yt-dlp/yt-dlp/issues/9130)) by [seproDev](https://github.com/seproDev)
270 - **cctv**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/6ad11fef65474bcf70f3a8556850d93c141e44a2) ([#9325](https://github.com/yt-dlp/yt-dlp/issues/9325)) by [src-tinkerer](https://github.com/src-tinkerer)
271 - **chzzk**
272     - [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/ba6b0c8261e9f0a6373885736ff90a89dd1fb614) ([#8887](https://github.com/yt-dlp/yt-dlp/issues/8887)) by [DmitryScaletta](https://github.com/DmitryScaletta)
273     - live: [Support `--wait-for-video`](https://github.com/yt-dlp/yt-dlp/commit/804f2366117b7065552a1c3cddb9ec19b688a5c1) ([#9309](https://github.com/yt-dlp/yt-dlp/issues/9309)) by [hui1601](https://github.com/hui1601)
274 - **cineverse**: [Detect when login required](https://github.com/yt-dlp/yt-dlp/commit/fc2cc626f07328a6c71b5e21853e4cfa7b1e6256) ([#9081](https://github.com/yt-dlp/yt-dlp/issues/9081)) by [garret1317](https://github.com/garret1317)
275 - **cloudflarestream**
276     - [Extract subtitles](https://github.com/yt-dlp/yt-dlp/commit/4d9dc0abe24ad5d9d22a16f40fc61137dcd103f7) ([#9007](https://github.com/yt-dlp/yt-dlp/issues/9007)) by [Bibhav48](https://github.com/Bibhav48)
277     - [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/f3d5face83f948c24bcb91e06d4fa6e8622d7d79) ([#9280](https://github.com/yt-dlp/yt-dlp/issues/9280)) by [bashonly](https://github.com/bashonly)
278     - [Improve embed detection](https://github.com/yt-dlp/yt-dlp/commit/464c919ea82aefdf35f138a1ab2dd0bb8fb7fd0e) ([#9287](https://github.com/yt-dlp/yt-dlp/issues/9287)) by [bashonly](https://github.com/bashonly)
279 - **cloudycdn, lsm**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/5dda3b291f59f388f953337e9fb09a94b64aaf34) ([#8643](https://github.com/yt-dlp/yt-dlp/issues/8643)) by [Caesim404](https://github.com/Caesim404)
280 - **cnbc**: [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/998dffb5a2343ec709b3d6bbf2bf019649080239) ([#8741](https://github.com/yt-dlp/yt-dlp/issues/8741)) by [gonzalezjo](https://github.com/gonzalezjo), [Noor-5](https://github.com/Noor-5), [ruiminggu](https://github.com/ruiminggu), [seproDev](https://github.com/seproDev), [zhijinwuu](https://github.com/zhijinwuu)
281 - **craftsy**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/96f3924bac174f2fd401f86f78e77d7e0c5ee008) ([#9384](https://github.com/yt-dlp/yt-dlp/issues/9384)) by [bashonly](https://github.com/bashonly)
282 - **crooksandliars**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/03536126d32bd861e38536371f0cd5f1b71dcb7a) ([#9192](https://github.com/yt-dlp/yt-dlp/issues/9192)) by [seproDev](https://github.com/seproDev)
283 - **crtvg**: [Fix `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/785ab1af7f131e73444634ad57b39478651a43d3) ([#9404](https://github.com/yt-dlp/yt-dlp/issues/9404)) by [Xpl0itU](https://github.com/Xpl0itU)
284 - **dailymotion**: [Support search](https://github.com/yt-dlp/yt-dlp/commit/11ffa92a61e5847b3dfa8975f91ecb3ac2178841) ([#8292](https://github.com/yt-dlp/yt-dlp/issues/8292)) by [drzraf](https://github.com/drzraf), [seproDev](https://github.com/seproDev)
285 - **douyin**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/9ff946645568e71046487571eefa9cb524a5189b) ([#9239](https://github.com/yt-dlp/yt-dlp/issues/9239)) by [114514ns](https://github.com/114514ns), [bashonly](https://github.com/bashonly) (With fixes in [e546e5d](https://github.com/yt-dlp/yt-dlp/commit/e546e5d3b33a50075e574a2e7b8eda7ea874d21e) by [bashonly](https://github.com/bashonly))
286 - **duboku**: [Fix m3u8 formats extraction](https://github.com/yt-dlp/yt-dlp/commit/d3d4187da90a6b85f4ebae4bb07693cc9b412d75) ([#9161](https://github.com/yt-dlp/yt-dlp/issues/9161)) by [DmitryScaletta](https://github.com/DmitryScaletta)
287 - **dumpert**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/eedb38ce4093500e19279d50b708fb9c18bf4dbf) ([#9320](https://github.com/yt-dlp/yt-dlp/issues/9320)) by [rvsit](https://github.com/rvsit)
288 - **elementorembed**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/6171b050d70435008e64fa06aa6f19c4e5bec75f) ([#8948](https://github.com/yt-dlp/yt-dlp/issues/8948)) by [pompos02](https://github.com/pompos02), [seproDev](https://github.com/seproDev)
289 - **eporner**: [Extract AV1 formats](https://github.com/yt-dlp/yt-dlp/commit/96d0f8c1cb8aec250c5614bfde6b5fb95f10819b) ([#9028](https://github.com/yt-dlp/yt-dlp/issues/9028)) by [michal-repo](https://github.com/michal-repo)
290 - **errjupiter**
291     - [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/a514cc2feb1c3b265b19acab11487acad8bb3ab0) ([#8549](https://github.com/yt-dlp/yt-dlp/issues/8549)) by [glensc](https://github.com/glensc)
292     - [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/80ed8bdeba5a945f127ef9ab055a4823329a1210) ([#9218](https://github.com/yt-dlp/yt-dlp/issues/9218)) by [glensc](https://github.com/glensc)
293 - **facebook**
294     - [Add new ID format](https://github.com/yt-dlp/yt-dlp/commit/cf9af2c7f1fedd881a157b3fbe725e5494b00924) ([#3824](https://github.com/yt-dlp/yt-dlp/issues/3824)) by [kclauhk](https://github.com/kclauhk), [Wikidepia](https://github.com/Wikidepia)
295     - [Improve extraction](https://github.com/yt-dlp/yt-dlp/commit/2e30b5567b5c6113d46b39163db5b044aea8667e) by [jingtra](https://github.com/jingtra), [ringus1](https://github.com/ringus1)
296     - [Improve thumbnail extraction](https://github.com/yt-dlp/yt-dlp/commit/3c4d3ee491b0ec22ed3cade51d943d3d27141ba7) ([#9060](https://github.com/yt-dlp/yt-dlp/issues/9060)) by [kclauhk](https://github.com/kclauhk)
297     - [Set format HTTP chunk size](https://github.com/yt-dlp/yt-dlp/commit/5b68c478fb0b93ea6b8fac23f50e12217fa063db) ([#9058](https://github.com/yt-dlp/yt-dlp/issues/9058)) by [bashonly](https://github.com/bashonly), [kclauhk](https://github.com/kclauhk)
298     - [Support events](https://github.com/yt-dlp/yt-dlp/commit/9b5efaf86b99a2664fff9fc725d275f766c3221d) ([#9055](https://github.com/yt-dlp/yt-dlp/issues/9055)) by [kclauhk](https://github.com/kclauhk)
299     - [Support permalink URLs](https://github.com/yt-dlp/yt-dlp/commit/87286e93af949c4e6a0f8ba34af6a1ab5aa102b6) ([#9061](https://github.com/yt-dlp/yt-dlp/issues/9061)) by [kclauhk](https://github.com/kclauhk)
300     - ads: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/a40b0070c2a00d3ed839897462171a82323aa875) ([#8870](https://github.com/yt-dlp/yt-dlp/issues/8870)) by [kclauhk](https://github.com/kclauhk)
301 - **flextv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/4f043479090dc8a7e06e0bb53691e5414320dfb2) ([#9178](https://github.com/yt-dlp/yt-dlp/issues/9178)) by [DmitryScaletta](https://github.com/DmitryScaletta)
302 - **floatplane**: [Improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/9cd90447907a59c8a2727583f4a755fb23ed8cd3) ([#8934](https://github.com/yt-dlp/yt-dlp/issues/8934)) by [chtk](https://github.com/chtk)
303 - **francetv**
304     - [Fix DAI livestreams](https://github.com/yt-dlp/yt-dlp/commit/e4fbe5f886a6693f2466877c12e99c30c5442ace) ([#9380](https://github.com/yt-dlp/yt-dlp/issues/9380)) by [bashonly](https://github.com/bashonly)
305     - [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/9749ac7fecbfda391afbadf2870797ce0e382622) ([#9333](https://github.com/yt-dlp/yt-dlp/issues/9333)) by [bashonly](https://github.com/bashonly)
306     - [Fix m3u8 formats extraction](https://github.com/yt-dlp/yt-dlp/commit/ede624d1db649f5a4b61f8abbb746f365322de27) ([#9347](https://github.com/yt-dlp/yt-dlp/issues/9347)) by [bashonly](https://github.com/bashonly)
307 - **funk**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/cd0443fb14e2ed805abb02792473457553a123d1) ([#9194](https://github.com/yt-dlp/yt-dlp/issues/9194)) by [seproDev](https://github.com/seproDev)
308 - **generic**: [Follow https redirects properly](https://github.com/yt-dlp/yt-dlp/commit/c8c9039e640495700f76a13496e3418bdd4382ba) ([#9121](https://github.com/yt-dlp/yt-dlp/issues/9121)) by [seproDev](https://github.com/seproDev)
309 - **getcourseru**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/4310b6650eeb5630295f4591b37720877878c57a) ([#8873](https://github.com/yt-dlp/yt-dlp/issues/8873)) by [divStar](https://github.com/divStar), [seproDev](https://github.com/seproDev)
310 - **gofile**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/77c2472ca1ef9050a66aa68bc5fa1bee88706c66) ([#9074](https://github.com/yt-dlp/yt-dlp/issues/9074)) by [jazz1611](https://github.com/jazz1611)
311 - **googledrive**: [Fix source file extraction](https://github.com/yt-dlp/yt-dlp/commit/5498729c59b03a9511c64552da3ba2f802166f8d) ([#8990](https://github.com/yt-dlp/yt-dlp/issues/8990)) by [jazz1611](https://github.com/jazz1611)
312 - **goplay**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/7e90e34fa4617b53f8c8a9e69f460508cb1f51b0) ([#6654](https://github.com/yt-dlp/yt-dlp/issues/6654)) by [alard](https://github.com/alard)
313 - **gopro**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/4a07a455bbf7acf87550053bbba949c828e350ba) ([#9019](https://github.com/yt-dlp/yt-dlp/issues/9019)) by [stilor](https://github.com/stilor)
314 - **ilpost**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/aa5dcc4ee65916a36cbe1b1b5b29b9110c3163ed) ([#9001](https://github.com/yt-dlp/yt-dlp/issues/9001)) by [CapacitorSet](https://github.com/CapacitorSet)
315 - **jiosaavnsong**: [Support more bitrates](https://github.com/yt-dlp/yt-dlp/commit/5154dc0a687528f995cde22b5ff63f82c740e98a) ([#8834](https://github.com/yt-dlp/yt-dlp/issues/8834)) by [alien-developers](https://github.com/alien-developers), [bashonly](https://github.com/bashonly)
316 - **kukululive**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/20cdad5a2c0499d5a6746f5466a2ab0c97b75884) ([#8877](https://github.com/yt-dlp/yt-dlp/issues/8877)) by [DmitryScaletta](https://github.com/DmitryScaletta)
317 - **lefigarovideoembed**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/9401736fd08767c58af45a1e36ff5929c5fa1ac9) ([#9198](https://github.com/yt-dlp/yt-dlp/issues/9198)) by [seproDev](https://github.com/seproDev)
318 - **linkedin**: [Fix metadata and extract subtitles](https://github.com/yt-dlp/yt-dlp/commit/017adb28e7fe7b8c8fc472332d86740f31141519) ([#9056](https://github.com/yt-dlp/yt-dlp/issues/9056)) by [barsnick](https://github.com/barsnick)
319 - **magellantv**: [Support episodes](https://github.com/yt-dlp/yt-dlp/commit/3dc9232e1aa58fe3c2d8cafb50e8162d6f0e891e) ([#9199](https://github.com/yt-dlp/yt-dlp/issues/9199)) by [seproDev](https://github.com/seproDev)
320 - **magentamusik**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/5e2e24b2c5795756d81785b06b10723ddb6db7b2) ([#7790](https://github.com/yt-dlp/yt-dlp/issues/7790)) by [pwaldhauer](https://github.com/pwaldhauer), [seproDev](https://github.com/seproDev)
321 - **medaltv**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/02e343f6ef6d7b3f9087ff69e4a1db0b4b4a5c5d) ([#9098](https://github.com/yt-dlp/yt-dlp/issues/9098)) by [Danish-H](https://github.com/Danish-H)
322 - **mlbarticle**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/50e06e21a68e336198198bda332b8e7d2314f201) ([#9021](https://github.com/yt-dlp/yt-dlp/issues/9021)) by [HobbyistDev](https://github.com/HobbyistDev)
323 - **motherless**: [Support uploader playlists](https://github.com/yt-dlp/yt-dlp/commit/9f1e9dab21bbe651544c8f4663b0e615dc450e4d) ([#8994](https://github.com/yt-dlp/yt-dlp/issues/8994)) by [dasidiot](https://github.com/dasidiot)
324 - **mujrozhlas**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/4170b3d7120e06db3391eef39c5add18a1ddf2c3) ([#9306](https://github.com/yt-dlp/yt-dlp/issues/9306)) by [bashonly](https://github.com/bashonly)
325 - **mx3**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/5a63454b3637b3603434026cddfeac509218b90e) ([#8736](https://github.com/yt-dlp/yt-dlp/issues/8736)) by [martinxyz](https://github.com/martinxyz)
326 - **naver**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/a281beba8d8f007cf220f96dd1d9412bb070c7d8) ([#8883](https://github.com/yt-dlp/yt-dlp/issues/8883)) by [seproDev](https://github.com/seproDev)
327 - **nebula**: [Support podcasts](https://github.com/yt-dlp/yt-dlp/commit/0de09c5b9ed619d4a93d7c451c6ddff0381de808) ([#9140](https://github.com/yt-dlp/yt-dlp/issues/9140)) by [c-basalt](https://github.com/c-basalt), [seproDev](https://github.com/seproDev)
328 - **nerdcubedfeed**: [Overhaul extractor](https://github.com/yt-dlp/yt-dlp/commit/29a74a6126101aabaa1726ae41b1ca55cf26e7a7) ([#9269](https://github.com/yt-dlp/yt-dlp/issues/9269)) by [seproDev](https://github.com/seproDev)
329 - **newgrounds**
330     - [Fix login and clean up extraction](https://github.com/yt-dlp/yt-dlp/commit/0fcefb92f3ebfc5cada19c1e85a715f020d0f333) ([#9356](https://github.com/yt-dlp/yt-dlp/issues/9356)) by [Grub4K](https://github.com/Grub4K), [mrmedieval](https://github.com/mrmedieval)
331     - user: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/3e083191cdc34dd8c482da9a9b4bc682f824cb9d) ([#9046](https://github.com/yt-dlp/yt-dlp/issues/9046)) by [u-spec-png](https://github.com/u-spec-png)
332 - **nfb**: [Add support for onf.ca and series](https://github.com/yt-dlp/yt-dlp/commit/4b8b0dded8c65cd5b2ab2e858058ba98c9bf49ff) ([#8997](https://github.com/yt-dlp/yt-dlp/issues/8997)) by [bashonly](https://github.com/bashonly), [rrgomes](https://github.com/rrgomes)
333 - **nhkradiru**: [Extract extended description](https://github.com/yt-dlp/yt-dlp/commit/4392447d9404e3c25cfeb8f5bdfff31b0448da39) ([#9162](https://github.com/yt-dlp/yt-dlp/issues/9162)) by [garret1317](https://github.com/garret1317)
334 - **nhkradirulive**: [Make metadata extraction non-fatal](https://github.com/yt-dlp/yt-dlp/commit/5af1f19787f7d652fce72dd3ab9536cdd980fe85) ([#8956](https://github.com/yt-dlp/yt-dlp/issues/8956)) by [garret1317](https://github.com/garret1317)
335 - **niconico**
336     - [Remove legacy danmaku extraction](https://github.com/yt-dlp/yt-dlp/commit/974d444039c8bbffb57265c6792cd52d169fe1b9) ([#9209](https://github.com/yt-dlp/yt-dlp/issues/9209)) by [pzhlkj6612](https://github.com/pzhlkj6612)
337     - [Support DMS formats](https://github.com/yt-dlp/yt-dlp/commit/aa13a8e3dd3b698cc40ec438988b1ad834e11a41) ([#9282](https://github.com/yt-dlp/yt-dlp/issues/9282)) by [pzhlkj6612](https://github.com/pzhlkj6612), [xpadev-net](https://github.com/xpadev-net) (With fixes in [40966e8](https://github.com/yt-dlp/yt-dlp/commit/40966e8da27bbf770dacf9be9363fcc3ad72cc9f) by [pzhlkj6612](https://github.com/pzhlkj6612))
338 - **ninaprotocol**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/62c65bfaf81e04e6746f6fdbafe384eb3edddfbc) ([#8946](https://github.com/yt-dlp/yt-dlp/issues/8946)) by [RaduManole](https://github.com/RaduManole), [seproDev](https://github.com/seproDev)
339 - **ninenews**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/43694ce13c5a9f1afca8b02b8b2b9b1576d6503d) ([#8840](https://github.com/yt-dlp/yt-dlp/issues/8840)) by [SirElderling](https://github.com/SirElderling)
340 - **nova**: [Fix embed extraction](https://github.com/yt-dlp/yt-dlp/commit/c168d8791d0974a8a8fcb3b4a4bc2d830df51622) ([#9221](https://github.com/yt-dlp/yt-dlp/issues/9221)) by [seproDev](https://github.com/seproDev)
341 - **ntvru**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/7a29cbbd5fd7363e7e8535ee1506b7052465d13f) ([#9276](https://github.com/yt-dlp/yt-dlp/issues/9276)) by [bashonly](https://github.com/bashonly), [dirkf](https://github.com/dirkf)
342 - **nuum**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/acaf806c15f0a802ba286c23af02a10cf4bd4731) ([#8868](https://github.com/yt-dlp/yt-dlp/issues/8868)) by [DmitryScaletta](https://github.com/DmitryScaletta), [seproDev](https://github.com/seproDev)
343 - **nytimes**
344     - [Extract timestamp](https://github.com/yt-dlp/yt-dlp/commit/05420227aaab60a39c0f9ade069c5862be36b1fa) ([#9142](https://github.com/yt-dlp/yt-dlp/issues/9142)) by [SirElderling](https://github.com/SirElderling)
345     - [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/07256b9fee23960799024b95d5972abc7174aa81) ([#9075](https://github.com/yt-dlp/yt-dlp/issues/9075)) by [SirElderling](https://github.com/SirElderling)
346 - **onefootball**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/644738ddaa45428cb0babd41ead22454e5a2545e) ([#9222](https://github.com/yt-dlp/yt-dlp/issues/9222)) by [seproDev](https://github.com/seproDev)
347 - **openrec**: [Pass referer for m3u8 formats](https://github.com/yt-dlp/yt-dlp/commit/f591e605dfee4085ec007d6d056c943cbcacc429) ([#9253](https://github.com/yt-dlp/yt-dlp/issues/9253)) by [fireattack](https://github.com/fireattack)
348 - **orf**: on: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/a0d50aabc5462aee302bd3f2663d3a3554875789) ([#9113](https://github.com/yt-dlp/yt-dlp/issues/9113)) by [HobbyistDev](https://github.com/HobbyistDev)
349 - **patreon**: [Fix embedded HLS extraction](https://github.com/yt-dlp/yt-dlp/commit/f0e8bc7c60b61fe18b63116c975609d76b904771) ([#8993](https://github.com/yt-dlp/yt-dlp/issues/8993)) by [johnvictorfs](https://github.com/johnvictorfs)
350 - **peertube**: [Update instances](https://github.com/yt-dlp/yt-dlp/commit/35d96982f1033e36215d323317981ee17e8ab0d5) ([#9070](https://github.com/yt-dlp/yt-dlp/issues/9070)) by [Chocobozzz](https://github.com/Chocobozzz)
351 - **piapro**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/8e6e3651727b0b85764857fc6329fe5e0a3f00de) ([#8999](https://github.com/yt-dlp/yt-dlp/issues/8999)) by [FinnRG](https://github.com/FinnRG)
352 - **playsuisse**: [Add login support](https://github.com/yt-dlp/yt-dlp/commit/cae6e461073fb7c32fd32052a3e6721447c469bc) ([#9077](https://github.com/yt-dlp/yt-dlp/issues/9077)) by [chkuendig](https://github.com/chkuendig)
353 - **pornhub**: [Fix login support](https://github.com/yt-dlp/yt-dlp/commit/de954c1b4d3a6db8a6525507e65303c7bb03f39f) ([#9227](https://github.com/yt-dlp/yt-dlp/issues/9227)) by [feederbox826](https://github.com/feederbox826)
354 - **pr0gramm**: [Enable POL filter and provide tags without login](https://github.com/yt-dlp/yt-dlp/commit/5f25f348f9eb5db842b1ec6799f95bebb7ba35a7) ([#9051](https://github.com/yt-dlp/yt-dlp/issues/9051)) by [Grub4K](https://github.com/Grub4K)
355 - **prankcastpost**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/a2bac6b7adb7b0e955125838e20bb39eece630ce) ([#8933](https://github.com/yt-dlp/yt-dlp/issues/8933)) by [columndeeply](https://github.com/columndeeply)
356 - **radiko**: [Extract more metadata](https://github.com/yt-dlp/yt-dlp/commit/e3ce2b385ec1f03fac9d4210c57fda77134495fc) ([#9115](https://github.com/yt-dlp/yt-dlp/issues/9115)) by [YoshichikaAAA](https://github.com/YoshichikaAAA)
357 - **rai**
358     - [Filter unavailable formats](https://github.com/yt-dlp/yt-dlp/commit/f78814923748277e7067b796f25870686fb46205) ([#9189](https://github.com/yt-dlp/yt-dlp/issues/9189)) by [nixxo](https://github.com/nixxo)
359     - [Fix m3u8 formats extraction](https://github.com/yt-dlp/yt-dlp/commit/8f423cf8051fbfeedd57cca00d106012e6e86a97) ([#9291](https://github.com/yt-dlp/yt-dlp/issues/9291)) by [nixxo](https://github.com/nixxo)
360 - **redcdnlivx, sejm**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/fcaa2e735b00b15a2b0d9f55f4187c654b4b5b39) ([#8676](https://github.com/yt-dlp/yt-dlp/issues/8676)) by [selfisekai](https://github.com/selfisekai)
361 - **redtube**
362     - [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/c91d8b1899403daff6fc15206ad32de8db17fb8f) ([#9076](https://github.com/yt-dlp/yt-dlp/issues/9076)) by [jazz1611](https://github.com/jazz1611)
363     - [Support redtube.com.br URLs](https://github.com/yt-dlp/yt-dlp/commit/4a6ff0b47a700dee3ee5c54804c31965308479ae) ([#9103](https://github.com/yt-dlp/yt-dlp/issues/9103)) by [jazz1611](https://github.com/jazz1611)
364 - **ridehome**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/cd7086c0d54ec1d7e02a30bd5bd934bdb2c54642) ([#8875](https://github.com/yt-dlp/yt-dlp/issues/8875)) by [SirElderling](https://github.com/SirElderling)
365 - **rinsefmartistplaylist**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/1a36dbad712d359ec1c5b73d9bbbe562c03e9660) ([#8794](https://github.com/yt-dlp/yt-dlp/issues/8794)) by [SirElderling](https://github.com/SirElderling)
366 - **roosterteeth**
367     - [Add Brightcove fallback](https://github.com/yt-dlp/yt-dlp/commit/b2cc150ad83ba20ceb2d6e73d09854eed3c2d05c) ([#9403](https://github.com/yt-dlp/yt-dlp/issues/9403)) by [bashonly](https://github.com/bashonly)
368     - [Extract ad-free streams](https://github.com/yt-dlp/yt-dlp/commit/dd29e6e5fdf0f3758cb0829e73749832768f1a4e) ([#9355](https://github.com/yt-dlp/yt-dlp/issues/9355)) by [jkmartindale](https://github.com/jkmartindale)
369     - [Extract release date and timestamp](https://github.com/yt-dlp/yt-dlp/commit/dfd8c0b69683b1c11beea039a96dd2949026c1d7) ([#9393](https://github.com/yt-dlp/yt-dlp/issues/9393)) by [bashonly](https://github.com/bashonly)
370     - [Support bonus features](https://github.com/yt-dlp/yt-dlp/commit/8993721ecb34867b52b79f6e92b233008d1cbe78) ([#9406](https://github.com/yt-dlp/yt-dlp/issues/9406)) by [Bl4Cc4t](https://github.com/Bl4Cc4t)
371 - **rule34video**
372     - [Extract `creators`](https://github.com/yt-dlp/yt-dlp/commit/3d9dc2f3590e10abf1561ebdaed96734a740587c) ([#9258](https://github.com/yt-dlp/yt-dlp/issues/9258)) by [gmes78](https://github.com/gmes78)
373     - [Extract more metadata](https://github.com/yt-dlp/yt-dlp/commit/fee2d8d9c38f9b5f0a8df347c1e698983339c34d) ([#7416](https://github.com/yt-dlp/yt-dlp/issues/7416)) by [gmes78](https://github.com/gmes78)
374     - [Fix `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/c0ecceeefe6ebd27452d9d8f20658f83ae121d04) ([#9044](https://github.com/yt-dlp/yt-dlp/issues/9044)) by [gmes78](https://github.com/gmes78)
375 - **rumblechannel**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/0023af81fbce01984f35b34ecaf8562739831227) ([#9092](https://github.com/yt-dlp/yt-dlp/issues/9092)) by [Pranaxcau](https://github.com/Pranaxcau), [vista-narvas](https://github.com/vista-narvas)
376 - **screencastify**: [Update `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/0bee29493ca8f91a0055a3706c7c94f5860188df) ([#9232](https://github.com/yt-dlp/yt-dlp/issues/9232)) by [seproDev](https://github.com/seproDev)
377 - **svtpage**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/ddd4b5e10a653bee78e656107710021c1b82934c) ([#8938](https://github.com/yt-dlp/yt-dlp/issues/8938)) by [diman8](https://github.com/diman8)
378 - **swearnet**: [Raise for login required](https://github.com/yt-dlp/yt-dlp/commit/b05640d532c43a52c0a0da096bb2dbd51e105ec0) ([#9281](https://github.com/yt-dlp/yt-dlp/issues/9281)) by [bashonly](https://github.com/bashonly)
379 - **tiktok**: [Fix webpage extraction](https://github.com/yt-dlp/yt-dlp/commit/d9b4154cbcb979d7e30af3a73b1bee422aae5aa3) ([#9327](https://github.com/yt-dlp/yt-dlp/issues/9327)) by [bashonly](https://github.com/bashonly)
380 - **trtworld**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/8ab84650837e58046430c9f4b615c56a8886e071) ([#8701](https://github.com/yt-dlp/yt-dlp/issues/8701)) by [ufukk](https://github.com/ufukk)
381 - **tvp**: [Support livestreams](https://github.com/yt-dlp/yt-dlp/commit/882e3b753c79c7799ce135c3a5edb72494b576af) ([#8860](https://github.com/yt-dlp/yt-dlp/issues/8860)) by [selfisekai](https://github.com/selfisekai)
382 - **twitch**: [Fix m3u8 extraction](https://github.com/yt-dlp/yt-dlp/commit/5b8c69ae04444a4c80a5a99917e40f75a116c3b8) ([#8960](https://github.com/yt-dlp/yt-dlp/issues/8960)) by [DmitryScaletta](https://github.com/DmitryScaletta)
383 - **twitter**
384     - [Extract bitrate for HLS audio formats](https://github.com/yt-dlp/yt-dlp/commit/28e53d60df9b8aadd52a93504e30e885c9c35262) ([#9257](https://github.com/yt-dlp/yt-dlp/issues/9257)) by [bashonly](https://github.com/bashonly)
385     - [Extract numeric `channel_id`](https://github.com/yt-dlp/yt-dlp/commit/55f1833376505ed1e4be0516b09bb3ea4425e8a4) ([#9263](https://github.com/yt-dlp/yt-dlp/issues/9263)) by [bashonly](https://github.com/bashonly)
386 - **txxx**: [Extract thumbnails](https://github.com/yt-dlp/yt-dlp/commit/d79c7e9937c388c68b722ab7450960e43ef776d6) ([#9063](https://github.com/yt-dlp/yt-dlp/issues/9063)) by [shmohawk](https://github.com/shmohawk)
387 - **utreon**: [Support playeur.com](https://github.com/yt-dlp/yt-dlp/commit/41d6b61e9852a5b97f47cc8a7718b31fb23f0aea) ([#9182](https://github.com/yt-dlp/yt-dlp/issues/9182)) by [DmitryScaletta](https://github.com/DmitryScaletta)
388 - **vbox7**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/67bb70cd700c8d4c3149cd9e0539a5f32c3d1ce6) ([#9100](https://github.com/yt-dlp/yt-dlp/issues/9100)) by [seproDev](https://github.com/seproDev)
389 - **viewlift**: [Add support for chorki.com](https://github.com/yt-dlp/yt-dlp/commit/41b6cdb4197aaf7ad82bdad6885eb5d5c64acd74) ([#9095](https://github.com/yt-dlp/yt-dlp/issues/9095)) by [NurTasin](https://github.com/NurTasin)
390 - **vimeo**
391     - [Extract `live_status` and `release_timestamp`](https://github.com/yt-dlp/yt-dlp/commit/f0426e9ca57dd14b82e6c13afc17947614f1e8eb) ([#9290](https://github.com/yt-dlp/yt-dlp/issues/9290)) by [pzhlkj6612](https://github.com/pzhlkj6612)
392     - [Fix API headers](https://github.com/yt-dlp/yt-dlp/commit/8e765755f7f4909e1b535e61b7376b2d66e1ba6a) ([#9125](https://github.com/yt-dlp/yt-dlp/issues/9125)) by [bashonly](https://github.com/bashonly)
393     - [Fix login](https://github.com/yt-dlp/yt-dlp/commit/2e8de097ad82da378e97005e8f1ff7e5aebca585) ([#9274](https://github.com/yt-dlp/yt-dlp/issues/9274)) by [bashonly](https://github.com/bashonly)
394 - **viously**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/95e82347b398d8bb160767cdd975edecd62cbabd) ([#8927](https://github.com/yt-dlp/yt-dlp/issues/8927)) by [nbr23](https://github.com/nbr23), [seproDev](https://github.com/seproDev)
395 - **youtube**
396     - [Better error when all player responses are skipped](https://github.com/yt-dlp/yt-dlp/commit/5eedc208ec89d6284777060c94aadd06502338b9) ([#9083](https://github.com/yt-dlp/yt-dlp/issues/9083)) by [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
397     - [Bump Android and iOS client versions](https://github.com/yt-dlp/yt-dlp/commit/413d3675804599bc8fe419c19e36490fd8f0b30f) ([#9317](https://github.com/yt-dlp/yt-dlp/issues/9317)) by [bashonly](https://github.com/bashonly)
398     - [Further bump client versions](https://github.com/yt-dlp/yt-dlp/commit/7aad06541e543fa3452d3d2513e6f079aad1f99b) ([#9395](https://github.com/yt-dlp/yt-dlp/issues/9395)) by [bashonly](https://github.com/bashonly)
399     - tab: [Fix `tags` extraction](https://github.com/yt-dlp/yt-dlp/commit/8828f4576bd862438d4fbf634f1d6ab18a217b0e) ([#9413](https://github.com/yt-dlp/yt-dlp/issues/9413)) by [x11x](https://github.com/x11x)
400 - **zenporn**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/f00c0def7434fac3c88503c2a77c4b2419b8e5ca) ([#8509](https://github.com/yt-dlp/yt-dlp/issues/8509)) by [SirElderling](https://github.com/SirElderling)
401 - **zetland**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/2f4b57594673035a59d72f7667588da848820034) ([#9116](https://github.com/yt-dlp/yt-dlp/issues/9116)) by [HobbyistDev](https://github.com/HobbyistDev)
403 #### Downloader changes
404 - **http**: [Reset resume length to handle `FileNotFoundError`](https://github.com/yt-dlp/yt-dlp/commit/2d91b9845621639c53dca7ee9d3d954f3624ba18) ([#8399](https://github.com/yt-dlp/yt-dlp/issues/8399)) by [boredzo](https://github.com/boredzo)
406 #### Networking changes
407 - [Remove `_CompatHTTPError`](https://github.com/yt-dlp/yt-dlp/commit/811d298b231cfa29e75c321b23a91d1c2b17602c) ([#8871](https://github.com/yt-dlp/yt-dlp/issues/8871)) by [coletdjnz](https://github.com/coletdjnz)
408 - **Request Handler**
409     - [Remove additional logging handlers on close](https://github.com/yt-dlp/yt-dlp/commit/0085e2bab8465ee7d46d16fcade3ed5e96cc8a48) ([#9032](https://github.com/yt-dlp/yt-dlp/issues/9032)) by [coletdjnz](https://github.com/coletdjnz)
410     - requests: [Apply `remove_dot_segments` to absolute redirect locations](https://github.com/yt-dlp/yt-dlp/commit/35f4f764a786685ea45d84abe1cf1ad3847f4c97) by [coletdjnz](https://github.com/coletdjnz)
412 #### Misc. changes
413 - **build**
414     - [Add `default` optional dependency group](https://github.com/yt-dlp/yt-dlp/commit/cf91400a1dd6cc99b11a6d163e1af73b64d618c9) ([#9295](https://github.com/yt-dlp/yt-dlp/issues/9295)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
415     - [Add transitional `setup.py` and `pyinst.py`](https://github.com/yt-dlp/yt-dlp/commit/0abf2f1f153ab47990edbeee3477dc55f74c7f89) ([#9296](https://github.com/yt-dlp/yt-dlp/issues/9296)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
416     - [Bump `actions/upload-artifact` to v4 and adjust workflows](https://github.com/yt-dlp/yt-dlp/commit/3876429d72afb35247f4b2531eb9b16cfc7e0968) by [bashonly](https://github.com/bashonly)
417     - [Bump `conda-incubator/setup-miniconda` to v3](https://github.com/yt-dlp/yt-dlp/commit/b0059f0413a6ba6ab0a3aec1f00188ce083cd8bf) by [bashonly](https://github.com/bashonly)
418     - [Fix `secretstorage` for ARM builds](https://github.com/yt-dlp/yt-dlp/commit/920397634d1e84e76d2cb897bd6d69ba0c6bd5ca) by [bashonly](https://github.com/bashonly)
419     - [Migrate to `pyproject.toml` and `hatchling`](https://github.com/yt-dlp/yt-dlp/commit/775cde82dc5b1dc64ab0539a92dd8c7ba6c0ad33) by [bashonly](https://github.com/bashonly) (With fixes in [43cfd46](https://github.com/yt-dlp/yt-dlp/commit/43cfd462c0d01eff22c1d4290aeb96eb1ea2c0e1))
420     - [Move bundle scripts into `bundle` submodule](https://github.com/yt-dlp/yt-dlp/commit/a1b778428991b1779203bac243ef4e9b6baea90c) by [bashonly](https://github.com/bashonly)
421     - [Support failed build job re-runs](https://github.com/yt-dlp/yt-dlp/commit/eabbccc439720fba381919a88be4fe4d96464cbd) ([#9277](https://github.com/yt-dlp/yt-dlp/issues/9277)) by [bashonly](https://github.com/bashonly)
422     - Makefile
423         - [Add automated `CODE_FOLDERS` and `CODE_FILES`](https://github.com/yt-dlp/yt-dlp/commit/868d2f60a7cb59b410c8cbfb452cbdb072687b81) by [bashonly](https://github.com/bashonly)
424         - [Ensure compatibility with BSD `make`](https://github.com/yt-dlp/yt-dlp/commit/beaa1a44554d04d9fe63a743a5bb4431ca778f28) ([#9210](https://github.com/yt-dlp/yt-dlp/issues/9210)) by [bashonly](https://github.com/bashonly) (With fixes in [73fcfa3](https://github.com/yt-dlp/yt-dlp/commit/73fcfa39f59113a8728249de2c4cee3025f17dc2))
425         - [Fix man pages generated by `pandoc>=3`](https://github.com/yt-dlp/yt-dlp/commit/fb44020fa98e47620b3aa1dab94b4c5b7bfb40bd) ([#7047](https://github.com/yt-dlp/yt-dlp/issues/7047)) by [t-nil](https://github.com/t-nil)
426 - **ci**: [Bump `actions/setup-python` to v5](https://github.com/yt-dlp/yt-dlp/commit/b14e818b37f62e3224da157b3ad768b3f0815fcd) by [bashonly](https://github.com/bashonly)
427 - **cleanup**
428     - [Build files cleanup](https://github.com/yt-dlp/yt-dlp/commit/867f637b95b342e1cb9f1dc3c6cf0ffe727187ce) by [bashonly](https://github.com/bashonly)
429     - [Fix infodict returned fields](https://github.com/yt-dlp/yt-dlp/commit/f4f9f6d00edcac6d4eb2b3fb78bf81326235d492) ([#8906](https://github.com/yt-dlp/yt-dlp/issues/8906)) by [seproDev](https://github.com/seproDev)
430     - [Fix typo in README.md](https://github.com/yt-dlp/yt-dlp/commit/292d60b1ed3b9fe5bcb2775a894cca99b0f9473e) ([#8894](https://github.com/yt-dlp/yt-dlp/issues/8894)) by [antonkesy](https://github.com/antonkesy)
431     - [Mark broken and remove dead extractors](https://github.com/yt-dlp/yt-dlp/commit/df773c3d5d1cc1f877cf8582f0072e386fc49318) ([#9238](https://github.com/yt-dlp/yt-dlp/issues/9238)) by [seproDev](https://github.com/seproDev)
432     - [Match both `http` and `https` in `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/a687226b48f71b874fa18b0165ec528d591f53fb) ([#8968](https://github.com/yt-dlp/yt-dlp/issues/8968)) by [seproDev](https://github.com/seproDev)
433     - [Remove unused code](https://github.com/yt-dlp/yt-dlp/commit/ed3bb2b0a12c44334e0d09481752dabf2ca1dc13) ([#8968](https://github.com/yt-dlp/yt-dlp/issues/8968)) by [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
434     - Miscellaneous
435         - [93240fc](https://github.com/yt-dlp/yt-dlp/commit/93240fc1848de4a94f25844c96e0dcd282ef1d3b) by [bashonly](https://github.com/bashonly), [Grub4k](https://github.com/Grub4k), [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
436         - [615a844](https://github.com/yt-dlp/yt-dlp/commit/615a84447e8322720be77a0e64298d7f42848693) by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
437 - **devscripts**
438     - `install_deps`: [Add script and migrate to it](https://github.com/yt-dlp/yt-dlp/commit/b8a433aaca86b15cb9f1a451b0f69371d2fc22a9) by [bashonly](https://github.com/bashonly)
439     - `tomlparse`: [Add makeshift toml parser](https://github.com/yt-dlp/yt-dlp/commit/fd647775e27e030ab17387c249e2ebeba68f8ff0) by [Grub4K](https://github.com/Grub4K)
440 - **docs**: [Misc Cleanup](https://github.com/yt-dlp/yt-dlp/commit/47ab66db0f083a76c7fba0f6e136b21dd5a93e3b) ([#8977](https://github.com/yt-dlp/yt-dlp/issues/8977)) by [Arthurszzz](https://github.com/Arthurszzz), [bashonly](https://github.com/bashonly), [Grub4k](https://github.com/Grub4k), [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
441 - **test**
442     - [Skip source address tests if the address cannot be bound to](https://github.com/yt-dlp/yt-dlp/commit/69d31914952dd33082ac7019c6f76b43c45b9d06) ([#8900](https://github.com/yt-dlp/yt-dlp/issues/8900)) by [coletdjnz](https://github.com/coletdjnz)
443     - websockets: [Fix timeout test on Windows](https://github.com/yt-dlp/yt-dlp/commit/ac340d0745a9de5d494033e3507ef624ba25add3) ([#9344](https://github.com/yt-dlp/yt-dlp/issues/9344)) by [seproDev](https://github.com/seproDev)
445 ### 2023.12.30
447 #### Core changes
448 - [Fix format selection parse error for CPython 3.12](https://github.com/yt-dlp/yt-dlp/commit/00cdda4f6fe18712ced13dbc64b7ea10f323e268) ([#8797](https://github.com/yt-dlp/yt-dlp/issues/8797)) by [Grub4K](https://github.com/Grub4K)
449 - [Let `read_stdin` obey `--quiet`](https://github.com/yt-dlp/yt-dlp/commit/a174c453ee1e853c584ceadeac17eef2bd433dc5) by [pukkandan](https://github.com/pukkandan)
450 - [Merged with youtube-dl be008e6](https://github.com/yt-dlp/yt-dlp/commit/65de7d204ce88c0225df1321060304baab85dbd8) by [bashonly](https://github.com/bashonly), [dirkf](https://github.com/dirkf), [Grub4K](https://github.com/Grub4K)
451 - [Parse `release_year` from `release_date`](https://github.com/yt-dlp/yt-dlp/commit/1732eccc0a40256e076bf0435a29f0f1d8419280) ([#8524](https://github.com/yt-dlp/yt-dlp/issues/8524)) by [seproDev](https://github.com/seproDev)
452 - [Release workflow and Updater cleanup](https://github.com/yt-dlp/yt-dlp/commit/632b8ee54eb2df8ac6e20746a0bd95b7ebb053aa) ([#8640](https://github.com/yt-dlp/yt-dlp/issues/8640)) by [bashonly](https://github.com/bashonly)
453 - [Remove Python 3.7 support](https://github.com/yt-dlp/yt-dlp/commit/f4b95acafcd69a50040730dfdf732e797278fdcc) ([#8361](https://github.com/yt-dlp/yt-dlp/issues/8361)) by [bashonly](https://github.com/bashonly)
454 - [Support `NO_COLOR` environment variable](https://github.com/yt-dlp/yt-dlp/commit/a0b19d319a6ce8b7059318fa17a34b144fde1785) ([#8385](https://github.com/yt-dlp/yt-dlp/issues/8385)) by [Grub4K](https://github.com/Grub4K), [prettykool](https://github.com/prettykool)
455 - **outtmpl**: [Support multiplication](https://github.com/yt-dlp/yt-dlp/commit/993edd3f6e17e966c763bc86dc34125445cec6b6) by [pukkandan](https://github.com/pukkandan)
456 - **utils**: `traverse_obj`: [Move `is_user_input` into output template](https://github.com/yt-dlp/yt-dlp/commit/0b6f829b1dfda15d3c1d7d1fbe4ea6102c26dd24) ([#8673](https://github.com/yt-dlp/yt-dlp/issues/8673)) by [Grub4K](https://github.com/Grub4K)
457 - **webvtt**: [Allow spaces before newlines for CueBlock](https://github.com/yt-dlp/yt-dlp/commit/15f22b4880b6b3f71f350c64d70976ae65b9f1ca) ([#7681](https://github.com/yt-dlp/yt-dlp/issues/7681)) by [TSRBerry](https://github.com/TSRBerry) (With fixes in [298230e](https://github.com/yt-dlp/yt-dlp/commit/298230e550886b746c266724dd701d842ca2696e) by [pukkandan](https://github.com/pukkandan))
459 #### Extractor changes
460 - [Add `media_type` field](https://github.com/yt-dlp/yt-dlp/commit/e370f9ec36972d06100a3db893b397bfc1b07b4d) by [trainman261](https://github.com/trainman261)
461 - [Extract from `media` elements in SMIL manifests](https://github.com/yt-dlp/yt-dlp/commit/ddb2d7588bea48bae965dbfabe6df6550c9d3d43) ([#8504](https://github.com/yt-dlp/yt-dlp/issues/8504)) by [seproDev](https://github.com/seproDev)
462 - **abematv**: [Fix season metadata](https://github.com/yt-dlp/yt-dlp/commit/cc07f5cc85d9e2a6cd0bedb9d961665eea0d6047) ([#8607](https://github.com/yt-dlp/yt-dlp/issues/8607)) by [middlingphys](https://github.com/middlingphys)
463 - **allstar**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/3237f8ba29fe13bf95ff42b1e48b5b5109715feb) ([#8274](https://github.com/yt-dlp/yt-dlp/issues/8274)) by [S-Aarab](https://github.com/S-Aarab)
464 - **altcensored**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/3f90813f0617e0d21302398010de7496c9ae36aa) ([#8291](https://github.com/yt-dlp/yt-dlp/issues/8291)) by [drzraf](https://github.com/drzraf)
465 - **ard**: [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/5f009a094f0e8450792b097c4c8273622778052d) ([#8878](https://github.com/yt-dlp/yt-dlp/issues/8878)) by [seproDev](https://github.com/seproDev)
466 - **ardbetamediathek**: [Fix series extraction](https://github.com/yt-dlp/yt-dlp/commit/1f8bd8eba82ba10ddb49ee7cc0be4540dab103d5) ([#8687](https://github.com/yt-dlp/yt-dlp/issues/8687)) by [lstrojny](https://github.com/lstrojny)
467 - **bbc**
468     - [Extract more formats](https://github.com/yt-dlp/yt-dlp/commit/c919b68f7e79ea5010f75f648d3c9e45405a8011) ([#8321](https://github.com/yt-dlp/yt-dlp/issues/8321)) by [barsnick](https://github.com/barsnick), [dirkf](https://github.com/dirkf)
469     - [Fix JSON parsing bug](https://github.com/yt-dlp/yt-dlp/commit/19741ab8a401ec64d5e84fdbfcfb141d105e7bc8) by [bashonly](https://github.com/bashonly)
470 - **bfmtv**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/4903f452b68efb62dadf22e81be8c7934fc743e7) ([#8651](https://github.com/yt-dlp/yt-dlp/issues/8651)) by [bashonly](https://github.com/bashonly)
471 - **bilibili**: [Support courses and interactive videos](https://github.com/yt-dlp/yt-dlp/commit/9f09bdcfcb8e2b4b2decdc30d35d34b993bc7a94) ([#8343](https://github.com/yt-dlp/yt-dlp/issues/8343)) by [c-basalt](https://github.com/c-basalt)
472 - **bitchute**: [Fix and improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/b1a1ec1540605d2ea7abdb63336ffb1c56bf6316) ([#8507](https://github.com/yt-dlp/yt-dlp/issues/8507)) by [SirElderling](https://github.com/SirElderling)
473 - **box**: [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/5a230233d6fce06f4abd1fce0dc92b948e6f780b) ([#8649](https://github.com/yt-dlp/yt-dlp/issues/8649)) by [bashonly](https://github.com/bashonly)
474 - **bundestag**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/00a3e47bf5440c96025a76e08337ff2a475ed83e) ([#8783](https://github.com/yt-dlp/yt-dlp/issues/8783)) by [Grub4K](https://github.com/Grub4K)
475 - **drtv**: [Set default ext for m3u8 formats](https://github.com/yt-dlp/yt-dlp/commit/f96ab86cd837b1b5823baa87d144e15322ee9298) ([#8590](https://github.com/yt-dlp/yt-dlp/issues/8590)) by [seproDev](https://github.com/seproDev)
476 - **duoplay**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/66a0127d45033c698bdbedf162cddc55d9e7b906) ([#8542](https://github.com/yt-dlp/yt-dlp/issues/8542)) by [glensc](https://github.com/glensc)
477 - **eplus**: [Add login support and DRM detection](https://github.com/yt-dlp/yt-dlp/commit/d5d1517e7d838500800d193ac3234b06e89654cd) ([#8661](https://github.com/yt-dlp/yt-dlp/issues/8661)) by [pzhlkj6612](https://github.com/pzhlkj6612)
478 - **facebook**
479     - [Fix Memories extraction](https://github.com/yt-dlp/yt-dlp/commit/c39358a54bc6675ae0c50b81024e5a086e41656a) ([#8681](https://github.com/yt-dlp/yt-dlp/issues/8681)) by [kclauhk](https://github.com/kclauhk)
480     - [Improve subtitles extraction](https://github.com/yt-dlp/yt-dlp/commit/9cafb9ff17e14475a35c9a58b5bb010c86c9db4b) ([#8296](https://github.com/yt-dlp/yt-dlp/issues/8296)) by [kclauhk](https://github.com/kclauhk)
481 - **floatplane**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/628fa244bbce2ad39775a5959e99588f30cac152) ([#8639](https://github.com/yt-dlp/yt-dlp/issues/8639)) by [seproDev](https://github.com/seproDev)
482 - **francetv**: [Improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/71f28097fec1c9e029f74b68a4eadc8915399840) ([#8409](https://github.com/yt-dlp/yt-dlp/issues/8409)) by [Fymyte](https://github.com/Fymyte)
483 - **instagram**: [Fix stories extraction](https://github.com/yt-dlp/yt-dlp/commit/50eaea9fd7787546b53660e736325fa31c77765d) ([#8843](https://github.com/yt-dlp/yt-dlp/issues/8843)) by [bashonly](https://github.com/bashonly)
484 - **joqrag**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/db8b4edc7d0bd27da462f6fe82ff6e13e3d68a04) ([#8384](https://github.com/yt-dlp/yt-dlp/issues/8384)) by [pzhlkj6612](https://github.com/pzhlkj6612)
485 - **litv**: [Fix premium content extraction](https://github.com/yt-dlp/yt-dlp/commit/f45c4efcd928a173e1300a8f1ce4258e70c969b1) ([#8842](https://github.com/yt-dlp/yt-dlp/issues/8842)) by [bashonly](https://github.com/bashonly)
486 - **maariv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/c5f01bf7d4b9426c87c3f8248de23934a56579e0) ([#8331](https://github.com/yt-dlp/yt-dlp/issues/8331)) by [amir16yp](https://github.com/amir16yp)
487 - **mediastream**: [Fix authenticated format extraction](https://github.com/yt-dlp/yt-dlp/commit/b03c89309eb141be1a1eceeeb7475dd3b7529ad9) ([#8657](https://github.com/yt-dlp/yt-dlp/issues/8657)) by [NickCis](https://github.com/NickCis)
488 - **nebula**: [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/45d82be65f71bb05506bd55376c6fdb36bc54142) ([#8566](https://github.com/yt-dlp/yt-dlp/issues/8566)) by [elyse0](https://github.com/elyse0), [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
489 - **nintendo**: [Fix Nintendo Direct extraction](https://github.com/yt-dlp/yt-dlp/commit/1d24da6c899ef280d8b0a48a5e280ecd5d39cdf4) ([#8609](https://github.com/yt-dlp/yt-dlp/issues/8609)) by [Grub4K](https://github.com/Grub4K)
490 - **ondemandkorea**: [Fix upgraded format extraction](https://github.com/yt-dlp/yt-dlp/commit/04a5e06350e3ef7c03f94f2f3f90dd96c6411152) ([#8677](https://github.com/yt-dlp/yt-dlp/issues/8677)) by [seproDev](https://github.com/seproDev)
491 - **pr0gramm**: [Support variant formats and subtitles](https://github.com/yt-dlp/yt-dlp/commit/f98a3305eb124a0c375d03209d5c5a64fe1766c8) ([#8674](https://github.com/yt-dlp/yt-dlp/issues/8674)) by [Grub4K](https://github.com/Grub4K)
492 - **rinsefm**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/c91af948e43570025e4aa887e248fd025abae394) ([#8778](https://github.com/yt-dlp/yt-dlp/issues/8778)) by [hashFactory](https://github.com/hashFactory)
493 - **rudovideo**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc) ([#8664](https://github.com/yt-dlp/yt-dlp/issues/8664)) by [nicodato](https://github.com/nicodato)
494 - **theguardian**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/1fa3f24d4b5d22176b11d78420f1f4b64a5af0a8) ([#8535](https://github.com/yt-dlp/yt-dlp/issues/8535)) by [SirElderling](https://github.com/SirElderling)
495 - **theplatform**: [Extract more metadata](https://github.com/yt-dlp/yt-dlp/commit/7e09c147fdccb44806bbf601573adc4b77210a89) ([#8635](https://github.com/yt-dlp/yt-dlp/issues/8635)) by [trainman261](https://github.com/trainman261)
496 - **twitcasting**: [Detect livestreams via API and `show` page](https://github.com/yt-dlp/yt-dlp/commit/585d0ed9abcfcb957f2b2684b8ad43c3af160383) ([#8601](https://github.com/yt-dlp/yt-dlp/issues/8601)) by [bashonly](https://github.com/bashonly), [JC-Chung](https://github.com/JC-Chung)
497 - **twitcastinguser**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/ff2fde1b8f922fd34bae6172602008cd67c07c93) ([#8650](https://github.com/yt-dlp/yt-dlp/issues/8650)) by [bashonly](https://github.com/bashonly)
498 - **twitter**
499     - [Extract stale tweets](https://github.com/yt-dlp/yt-dlp/commit/1c54a98e19d047e7c15184237b6ef8ad50af489c) ([#8724](https://github.com/yt-dlp/yt-dlp/issues/8724)) by [bashonly](https://github.com/bashonly)
500     - [Prioritize m3u8 formats](https://github.com/yt-dlp/yt-dlp/commit/e7d22348e77367740da78a3db27167ecf894b7c9) ([#8826](https://github.com/yt-dlp/yt-dlp/issues/8826)) by [bashonly](https://github.com/bashonly)
501     - [Work around API rate-limit](https://github.com/yt-dlp/yt-dlp/commit/116c268438ea4d3738f6fa502c169081ca8f0ee7) ([#8825](https://github.com/yt-dlp/yt-dlp/issues/8825)) by [bashonly](https://github.com/bashonly)
502     - broadcast: [Extract `concurrent_view_count`](https://github.com/yt-dlp/yt-dlp/commit/6fe82491ed622b948c512cf4aab46ac3a234ae0a) ([#8600](https://github.com/yt-dlp/yt-dlp/issues/8600)) by [sonmezberkay](https://github.com/sonmezberkay)
503 - **vidly**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/34df1c1f60fa652c0a6a5c712b06c10e45daf6b7) ([#8612](https://github.com/yt-dlp/yt-dlp/issues/8612)) by [seproDev](https://github.com/seproDev)
504 - **vocaroo**: [Do not use deprecated `getheader`](https://github.com/yt-dlp/yt-dlp/commit/f223b1b0789f65e06619dcc9fc9e74f50d259379) ([#8606](https://github.com/yt-dlp/yt-dlp/issues/8606)) by [qbnu](https://github.com/qbnu)
505 - **vvvvid**: [Set user-agent to fix extraction](https://github.com/yt-dlp/yt-dlp/commit/1725e943b0e8a8b585305660d4611e684374409c) ([#8615](https://github.com/yt-dlp/yt-dlp/issues/8615)) by [Kyraminol](https://github.com/Kyraminol)
506 - **youtube**
507     - [Fix `like_count` extraction](https://github.com/yt-dlp/yt-dlp/commit/6b5d93b0b0240e287389d1d43b2d5293e18aa4cc) ([#8763](https://github.com/yt-dlp/yt-dlp/issues/8763)) by [Ganesh910](https://github.com/Ganesh910)
508     - [Improve detection of faulty HLS formats](https://github.com/yt-dlp/yt-dlp/commit/bb5a54e6db2422bbd155d93a0e105b6616c09467) ([#8646](https://github.com/yt-dlp/yt-dlp/issues/8646)) by [bashonly](https://github.com/bashonly)
509     - [Return empty playlist when channel/tab has no videos](https://github.com/yt-dlp/yt-dlp/commit/044886c220620a7679109e92352890e18b6079e3) by [pukkandan](https://github.com/pukkandan)
510     - [Support cf.piped.video](https://github.com/yt-dlp/yt-dlp/commit/6a9c7a2b52655bacfa7ab2da24fd0d14a6fff495) ([#8514](https://github.com/yt-dlp/yt-dlp/issues/8514)) by [OIRNOIR](https://github.com/OIRNOIR)
511 - **zingmp3**: [Add support for radio and podcasts](https://github.com/yt-dlp/yt-dlp/commit/64de1a4c25bada90374b88d7353754fe8fbfcc51) ([#7189](https://github.com/yt-dlp/yt-dlp/issues/7189)) by [hatienl0i261299](https://github.com/hatienl0i261299)
513 #### Postprocessor changes
514 - **ffmpegmetadata**: [Embed stream metadata in single format downloads](https://github.com/yt-dlp/yt-dlp/commit/deeb13eae82e60f82a2c0c5861f460399a997528) ([#8647](https://github.com/yt-dlp/yt-dlp/issues/8647)) by [bashonly](https://github.com/bashonly)
516 #### Networking changes
517 - [Strip whitespace around header values](https://github.com/yt-dlp/yt-dlp/commit/196eb0fe77b78e2e5ca02c506c3837c2b1a7964c) ([#8802](https://github.com/yt-dlp/yt-dlp/issues/8802)) by [coletdjnz](https://github.com/coletdjnz)
518 - **Request Handler**: websockets: [Migrate websockets to networking framework](https://github.com/yt-dlp/yt-dlp/commit/ccfd70f4c24b579c72123ca76ab50164f8f122b7) ([#7720](https://github.com/yt-dlp/yt-dlp/issues/7720)) by [coletdjnz](https://github.com/coletdjnz)
520 #### Misc. changes
521 - **ci**
522     - [Concurrency optimizations](https://github.com/yt-dlp/yt-dlp/commit/f124fa458826308afc86cf364c509f857686ecfd) ([#8614](https://github.com/yt-dlp/yt-dlp/issues/8614)) by [Grub4K](https://github.com/Grub4K)
523     - [Run core tests only for core changes](https://github.com/yt-dlp/yt-dlp/commit/13b3cb3c2b7169a1e17d6fc62593bf744170521c) ([#8841](https://github.com/yt-dlp/yt-dlp/issues/8841)) by [Grub4K](https://github.com/Grub4K)
524 - **cleanup**
525     - [Fix spelling of `IE_NAME`](https://github.com/yt-dlp/yt-dlp/commit/bc4ab17b38f01000d99c5c2bedec89721fee65ec) ([#8810](https://github.com/yt-dlp/yt-dlp/issues/8810)) by [barsnick](https://github.com/barsnick)
526     - [Remove dead extractors](https://github.com/yt-dlp/yt-dlp/commit/9751a457cfdb18bf99d9ee0d10e4e6a594502bbf) ([#8604](https://github.com/yt-dlp/yt-dlp/issues/8604)) by [seproDev](https://github.com/seproDev)
527     - Miscellaneous: [f9fb3ce](https://github.com/yt-dlp/yt-dlp/commit/f9fb3ce86e3c6a0c3c33b45392b8d7288bceba76) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan), [seproDev](https://github.com/seproDev)
528 - **devscripts**: `run_tests`: [Create Python script](https://github.com/yt-dlp/yt-dlp/commit/2d1d683a541d71f3d3bb999dfe8eeb1976fb91ce) ([#8720](https://github.com/yt-dlp/yt-dlp/issues/8720)) by [Grub4K](https://github.com/Grub4K) (With fixes in [225cf2b](https://github.com/yt-dlp/yt-dlp/commit/225cf2b830a1de2c5eacd257edd2a01aed1e1114))
529 - **docs**: [Update youtube-dl merge commit in `README.md`](https://github.com/yt-dlp/yt-dlp/commit/f10589e3453009bb523f55849bba144c9b91cf2a) by [bashonly](https://github.com/bashonly)
530 - **test**: networking: [Update tests for OpenSSL 3.2](https://github.com/yt-dlp/yt-dlp/commit/37755a037e612bfc608c3d4722e8ef2ce6a022ee) ([#8814](https://github.com/yt-dlp/yt-dlp/issues/8814)) by [bashonly](https://github.com/bashonly)
532 ### 2023.11.16
534 #### Extractor changes
535 - **abc.net.au**: iview, showseries: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/15cb3528cbda7b6198f49a6b5953c226d701696b) ([#8586](https://github.com/yt-dlp/yt-dlp/issues/8586)) by [bashonly](https://github.com/bashonly)
536 - **beatbump**: [Update `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/21dc069bea2d4d99345dd969e098f4535c751d45) ([#8576](https://github.com/yt-dlp/yt-dlp/issues/8576)) by [seproDev](https://github.com/seproDev)
537 - **dailymotion**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/a489f071508ec5caf5f32052d142afe86c28df7a) ([#7692](https://github.com/yt-dlp/yt-dlp/issues/7692)) by [TravisDupes](https://github.com/TravisDupes)
538 - **drtv**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/0783fd558ed0d3a8bc754beb75a406256f8b97b2) ([#8484](https://github.com/yt-dlp/yt-dlp/issues/8484)) by [almx](https://github.com/almx), [seproDev](https://github.com/seproDev)
539 - **eltrecetv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/dcfad52812aa8ce007cefbfbe63f58b49f6b1046) ([#8216](https://github.com/yt-dlp/yt-dlp/issues/8216)) by [elivinsky](https://github.com/elivinsky)
540 - **jiosaavn**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/b530118e7f48232cacf8050d79a6b20bdfcf5468) ([#8307](https://github.com/yt-dlp/yt-dlp/issues/8307)) by [awalgarg](https://github.com/awalgarg)
541 - **njpwworld**: [Remove](https://github.com/yt-dlp/yt-dlp/commit/e569c2d1f4b665795a2b64f0aaf7f76930664233) ([#8570](https://github.com/yt-dlp/yt-dlp/issues/8570)) by [aarubui](https://github.com/aarubui)
542 - **tv5mondeplus**: [Extract subtitles](https://github.com/yt-dlp/yt-dlp/commit/0f634dba3afdc429ece8839b02f6d56c27b7973a) ([#4209](https://github.com/yt-dlp/yt-dlp/issues/4209)) by [FrankZ85](https://github.com/FrankZ85)
543 - **twitcasting**: [Fix livestream detection](https://github.com/yt-dlp/yt-dlp/commit/2325d03aa7bb80f56ba52cd6992258e44727b424) ([#8574](https://github.com/yt-dlp/yt-dlp/issues/8574)) by [JC-Chung](https://github.com/JC-Chung)
544 - **zenyandex**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/5efe68b73cbf6e907c2e6a3aa338664385084184) ([#8454](https://github.com/yt-dlp/yt-dlp/issues/8454)) by [starius](https://github.com/starius)
546 #### Misc. changes
547 - **build**: [Make `secretstorage` an optional dependency](https://github.com/yt-dlp/yt-dlp/commit/24f827875c6ba513f12ed09a3aef2bbed223760d) ([#8585](https://github.com/yt-dlp/yt-dlp/issues/8585)) by [bashonly](https://github.com/bashonly)
549 ### 2023.11.14
551 #### Important changes
552 - **The release channels have been adjusted!**
553     * [`master`](https://github.com/yt-dlp/yt-dlp-master-builds) builds are made after each push, containing the latest fixes (but also possibly bugs). This was previously the `nightly` channel.
554     * [`nightly`](https://github.com/yt-dlp/yt-dlp-nightly-builds) builds are now made once a day, if there were any changes.
555 - Security: [[CVE-2023-46121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46121)] Patch [Generic Extractor MITM Vulnerability via Arbitrary Proxy Injection](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3ch3-jhc6-5r8x)
556     - Disallow smuggling of arbitrary `http_headers`; extractors now only use specific headers
558 #### Core changes
559 - [Add `--compat-option manifest-filesize-approx`](https://github.com/yt-dlp/yt-dlp/commit/10025b715ea01489557eb2c5a3cc04d361fcdb52) ([#8356](https://github.com/yt-dlp/yt-dlp/issues/8356)) by [bashonly](https://github.com/bashonly)
560 - [Fix format sorting with `--load-info-json`](https://github.com/yt-dlp/yt-dlp/commit/595ea4a99b726b8fe9463e7853b7053978d0544e) ([#8521](https://github.com/yt-dlp/yt-dlp/issues/8521)) by [bashonly](https://github.com/bashonly)
561 - [Include build origin in verbose output](https://github.com/yt-dlp/yt-dlp/commit/20314dd46f25e0e0a7e985a7804049aefa8b909f) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
562 - [Only ensure playlist thumbnail dir if writing thumbs](https://github.com/yt-dlp/yt-dlp/commit/a40e0b37dfc8c26916b0e01aa3f29f3bc42250b6) ([#8373](https://github.com/yt-dlp/yt-dlp/issues/8373)) by [bashonly](https://github.com/bashonly)
563 - **update**: [Overhaul self-updater](https://github.com/yt-dlp/yt-dlp/commit/0b6ad22e6a432006a75df968f0283e6c6b3cfae6) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
565 #### Extractor changes
566 - [Do not smuggle `http_headers`](https://github.com/yt-dlp/yt-dlp/commit/f04b5bedad7b281bee9814686bba1762bae092eb) by [coletdjnz](https://github.com/coletdjnz)
567 - [Do not test truth value of `xml.etree.ElementTree.Element`](https://github.com/yt-dlp/yt-dlp/commit/d4f14a72dc1dd79396e0e80980268aee902b61e4) ([#8582](https://github.com/yt-dlp/yt-dlp/issues/8582)) by [bashonly](https://github.com/bashonly)
568 - **brilliantpala**: [Fix cookies support](https://github.com/yt-dlp/yt-dlp/commit/9b5bedf13a3323074daceb0ec6ebb3cc6e0b9684) ([#8352](https://github.com/yt-dlp/yt-dlp/issues/8352)) by [pzhlkj6612](https://github.com/pzhlkj6612)
569 - **generic**: [Improve direct video link ext detection](https://github.com/yt-dlp/yt-dlp/commit/4ce2f29a50fcfb9920e6f2ffe42192945a2bad7e) ([#8340](https://github.com/yt-dlp/yt-dlp/issues/8340)) by [bashonly](https://github.com/bashonly)
570 - **laxarxames**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/312a2d1e8bc247264f9d85c5ec764e33aa0133b5) ([#8412](https://github.com/yt-dlp/yt-dlp/issues/8412)) by [aniolpages](https://github.com/aniolpages)
571 - **n-tv.de**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/8afd9468b0c822843bc480d366d1c86698daabfb) ([#8414](https://github.com/yt-dlp/yt-dlp/issues/8414)) by [1100101](https://github.com/1100101)
572 - **neteasemusic**: [Improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/46acc418a53470b7f32581b3309c3cb87aa8488d) ([#8531](https://github.com/yt-dlp/yt-dlp/issues/8531)) by [LoserFox](https://github.com/LoserFox)
573 - **nhk**: [Improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/54579be4364e148277c32e20a5c3efc2c3f52f5b) ([#8388](https://github.com/yt-dlp/yt-dlp/issues/8388)) by [garret1317](https://github.com/garret1317)
574 - **novaembed**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/3ff494f6f41c27549420fa88be27555bd449ffdc) ([#8368](https://github.com/yt-dlp/yt-dlp/issues/8368)) by [peci1](https://github.com/peci1)
575 - **npo**: [Send `POST` request to streams API endpoint](https://github.com/yt-dlp/yt-dlp/commit/8e02a4dcc800f9444e9d461edc41edd7b662f435) ([#8413](https://github.com/yt-dlp/yt-dlp/issues/8413)) by [bartbroere](https://github.com/bartbroere)
576 - **ondemandkorea**: [Overhaul extractor](https://github.com/yt-dlp/yt-dlp/commit/05adfd883a4f2ecae0267e670a62a2e45c351aeb) ([#8386](https://github.com/yt-dlp/yt-dlp/issues/8386)) by [seproDev](https://github.com/seproDev)
577 - **orf**: podcast: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/6ba3085616652cbf05d1858efc321fdbfc4c6119) ([#8486](https://github.com/yt-dlp/yt-dlp/issues/8486)) by [Esokrates](https://github.com/Esokrates)
578 - **polskieradio**: audition: [Fix playlist extraction](https://github.com/yt-dlp/yt-dlp/commit/464327acdb353ceb91d2115163a5a9621b22fe0d) ([#8459](https://github.com/yt-dlp/yt-dlp/issues/8459)) by [shubhexists](https://github.com/shubhexists)
579 - **qdance**: [Update `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/177f0d963e4b9db749805c482e6f288354c8be84) ([#8426](https://github.com/yt-dlp/yt-dlp/issues/8426)) by [bashonly](https://github.com/bashonly)
580 - **radiocomercial**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/ef12dbdcd3e7264bd3d744c1e3107597bd23ad35) ([#8508](https://github.com/yt-dlp/yt-dlp/issues/8508)) by [SirElderling](https://github.com/SirElderling)
581 - **sbs.co.kr**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/25a4bd345a0dcfece6fef752d4537eb403da94d9) ([#8326](https://github.com/yt-dlp/yt-dlp/issues/8326)) by [seproDev](https://github.com/seproDev)
582 - **theatercomplextown**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/2863fcf2b6876d0c7965ff7d6d9242eea653dc6b) ([#8560](https://github.com/yt-dlp/yt-dlp/issues/8560)) by [bashonly](https://github.com/bashonly)
583 - **thisav**: [Remove](https://github.com/yt-dlp/yt-dlp/commit/cb480e390d85fb3a598c1b6d5eef3438ce729fc9) ([#8346](https://github.com/yt-dlp/yt-dlp/issues/8346)) by [bashonly](https://github.com/bashonly)
584 - **thisoldhouse**: [Add login support](https://github.com/yt-dlp/yt-dlp/commit/c76c96677ff6a056f5844a568ef05ee22c46d6f4) ([#8561](https://github.com/yt-dlp/yt-dlp/issues/8561)) by [bashonly](https://github.com/bashonly)
585 - **twitcasting**: [Fix livestream extraction](https://github.com/yt-dlp/yt-dlp/commit/7b8b1cf5eb8bf44ce70bc24e1f56f0dba2737e98) ([#8427](https://github.com/yt-dlp/yt-dlp/issues/8427)) by [JC-Chung](https://github.com/JC-Chung), [saintliao](https://github.com/saintliao)
586 - **twitter**
587     - broadcast
588         - [Improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/7d337ca977d73a0a6c07ab481ed8faa8f6ff8726) ([#8383](https://github.com/yt-dlp/yt-dlp/issues/8383)) by [HitomaruKonpaku](https://github.com/HitomaruKonpaku)
589         - [Support `--wait-for-video`](https://github.com/yt-dlp/yt-dlp/commit/f6e97090d2ed9e05441ab0f4bec3559b816d7a00) ([#8475](https://github.com/yt-dlp/yt-dlp/issues/8475)) by [bashonly](https://github.com/bashonly)
590 - **weibo**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/15b252dfd2c6807fe57afc5a95e59abadb32ccd2) ([#8463](https://github.com/yt-dlp/yt-dlp/issues/8463)) by [c-basalt](https://github.com/c-basalt)
591 - **weverse**: [Fix login error handling](https://github.com/yt-dlp/yt-dlp/commit/4a601c9eff9fb42e24a4c8da3fa03628e035b35b) ([#8458](https://github.com/yt-dlp/yt-dlp/issues/8458)) by [seproDev](https://github.com/seproDev)
592 - **youtube**: [Check newly uploaded iOS HLS formats](https://github.com/yt-dlp/yt-dlp/commit/ef79d20dc9d27ac002a7196f073b37f2f2721aed) ([#8336](https://github.com/yt-dlp/yt-dlp/issues/8336)) by [bashonly](https://github.com/bashonly)
593 - **zoom**: [Extract combined view formats](https://github.com/yt-dlp/yt-dlp/commit/3906de07551fedb00b789345bf24cc27d6ddf128) ([#7847](https://github.com/yt-dlp/yt-dlp/issues/7847)) by [Mipsters](https://github.com/Mipsters)
595 #### Downloader changes
596 - **aria2c**: [Remove duplicate `--file-allocation=none`](https://github.com/yt-dlp/yt-dlp/commit/21b25281c51523620706b11bfc1c4a889858e1f2) ([#8332](https://github.com/yt-dlp/yt-dlp/issues/8332)) by [CrendKing](https://github.com/CrendKing)
597 - **dash**: [Force native downloader for `--live-from-start`](https://github.com/yt-dlp/yt-dlp/commit/2622c804d1a5accc3045db398e0fc52074f4bdb3) ([#8339](https://github.com/yt-dlp/yt-dlp/issues/8339)) by [bashonly](https://github.com/bashonly)
599 #### Networking changes
600 - **Request Handler**: requests: [Add handler for `requests` HTTP library (#3668)](https://github.com/yt-dlp/yt-dlp/commit/8a8b54523addf46dfd50ef599761a81bc22362e6) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [Grub4K](https://github.com/Grub4K) (With fixes in [4e38e2a](https://github.com/yt-dlp/yt-dlp/commit/4e38e2ae9d7380015349e6aee59c78bb3938befd))
602     Adds support for HTTPS proxies and persistent connections (keep-alive)
604 #### Misc. changes
605 - **build**
606     - [Include secretstorage in Linux builds](https://github.com/yt-dlp/yt-dlp/commit/9970d74c8383432c6c8779aa47d3253dcf412b14) by [bashonly](https://github.com/bashonly)
607     - [Overhaul and unify release workflow](https://github.com/yt-dlp/yt-dlp/commit/1d03633c5a1621b9f3a756f0a4f9dc61fab3aeaa) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
608 - **ci**
609     - [Bump `actions/checkout` to v4](https://github.com/yt-dlp/yt-dlp/commit/5438593a35b7b042fc48fe29cad0b9039f07c9bb) by [bashonly](https://github.com/bashonly)
610     - [Run core tests with dependencies](https://github.com/yt-dlp/yt-dlp/commit/700444c23ddb65f618c2abd942acdc0c58c650b1) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz)
611 - **cleanup**
612     - [Fix changelog typo](https://github.com/yt-dlp/yt-dlp/commit/a9d3f4b20a3533d2a40104c85bc2cc6c2564c800) by [bashonly](https://github.com/bashonly)
613     - [Update documentation for master and nightly channels](https://github.com/yt-dlp/yt-dlp/commit/a00af29853b8c7350ce086f4cab8c2c9cf2fcf1d) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
614     - Miscellaneous: [b012271](https://github.com/yt-dlp/yt-dlp/commit/b012271d01b59759e4eefeab0308698cd9e7224c) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [dirkf](https://github.com/dirkf), [gamer191](https://github.com/gamer191), [Grub4K](https://github.com/Grub4K), [seproDev](https://github.com/seproDev)
615 - **test**: update: [Implement simple updater unit tests](https://github.com/yt-dlp/yt-dlp/commit/87264d4fdadcddd91289b968dd0e4bf58d449267) by [bashonly](https://github.com/bashonly)
617 ### 2023.10.13
619 #### Core changes
620 - [Ensure thumbnail output directory exists](https://github.com/yt-dlp/yt-dlp/commit/2acd1d555ef89851c73773776715d3de9a0e30b9) ([#7985](https://github.com/yt-dlp/yt-dlp/issues/7985)) by [Riteo](https://github.com/Riteo)
621 - **utils**
622     - `js_to_json`: [Fix `Date` constructor parsing](https://github.com/yt-dlp/yt-dlp/commit/9d7ded6419089c1bf252496073f73ad90ed71004) ([#8295](https://github.com/yt-dlp/yt-dlp/issues/8295)) by [awalgarg](https://github.com/awalgarg), [Grub4K](https://github.com/Grub4K)
623     - `write_xattr`: [Use `os.setxattr` if available](https://github.com/yt-dlp/yt-dlp/commit/84e26038d4002e763ea51ca1bdce4f7e63c540bf) ([#8205](https://github.com/yt-dlp/yt-dlp/issues/8205)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
625 #### Extractor changes
626 - **artetv**: [Support age-restricted content](https://github.com/yt-dlp/yt-dlp/commit/09f815ad52843219a7ee3f2a0dddf6c250c91f0c) ([#8301](https://github.com/yt-dlp/yt-dlp/issues/8301)) by [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
627 - **jtbc**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/b286ec68f1f28798b3e371f888a2ed97d399cf77) ([#8314](https://github.com/yt-dlp/yt-dlp/issues/8314)) by [seproDev](https://github.com/seproDev)
628 - **mbn**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/e030b6b6fba7b2f4614ad2ab9f7649d40a2dd305) ([#8312](https://github.com/yt-dlp/yt-dlp/issues/8312)) by [seproDev](https://github.com/seproDev)
629 - **nhk**: [Fix Japanese-language VOD extraction](https://github.com/yt-dlp/yt-dlp/commit/4de94b9e165bfd6421a692f5f2eabcdb08edcb71) ([#8309](https://github.com/yt-dlp/yt-dlp/issues/8309)) by [garret1317](https://github.com/garret1317)
630 - **radiko**: [Fix bug with `downloader_options`](https://github.com/yt-dlp/yt-dlp/commit/b9316642313bbc9e209ac0d2276d37ba60bceb49) by [bashonly](https://github.com/bashonly)
631 - **tenplay**: [Add support for seasons](https://github.com/yt-dlp/yt-dlp/commit/88a99c87b680ae59002534a517e191f46c42cbd4) ([#7939](https://github.com/yt-dlp/yt-dlp/issues/7939)) by [midnightveil](https://github.com/midnightveil)
632 - **youku**: [Improve tudou.com support](https://github.com/yt-dlp/yt-dlp/commit/b7098d46b552a9322c6cea39ba80be5229f922de) ([#8160](https://github.com/yt-dlp/yt-dlp/issues/8160)) by [naginatana](https://github.com/naginatana)
633 - **youtube**: [Fix bug with `--extractor-retries inf`](https://github.com/yt-dlp/yt-dlp/commit/feebf6d02fc9651331eee2af5e08e6112288163b) ([#8328](https://github.com/yt-dlp/yt-dlp/issues/8328)) by [Grub4K](https://github.com/Grub4K)
635 #### Downloader changes
636 - **fragment**: [Improve progress calculation](https://github.com/yt-dlp/yt-dlp/commit/1c51c520f7b511ebd9e4eb7322285a8c31eedbbd) ([#8241](https://github.com/yt-dlp/yt-dlp/issues/8241)) by [Grub4K](https://github.com/Grub4K)
638 #### Misc. changes
639 - **cleanup**: Miscellaneous: [b634ba7](https://github.com/yt-dlp/yt-dlp/commit/b634ba742d8f38ce9ecfa0546485728b0c6c59d1) by [bashonly](https://github.com/bashonly), [gamer191](https://github.com/gamer191)
641 ### 2023.10.07
643 #### Extractor changes
644 - **abc.net.au**: iview: [Improve `episode` extraction](https://github.com/yt-dlp/yt-dlp/commit/a9efb4b8d74f3583450ffda0ee57259a47d39c70) ([#8201](https://github.com/yt-dlp/yt-dlp/issues/8201)) by [xofe](https://github.com/xofe)
645 - **erocast**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/47c598783c98c179e04dd12c2a3fee0f3dc53087) ([#8264](https://github.com/yt-dlp/yt-dlp/issues/8264)) by [madewokherd](https://github.com/madewokherd)
646 - **gofile**: [Fix token cookie bug](https://github.com/yt-dlp/yt-dlp/commit/0730d5a966fa8a937d84bfb7f68be5198acb039b) by [bashonly](https://github.com/bashonly)
647 - **iq.com**: [Fix extraction and subtitles](https://github.com/yt-dlp/yt-dlp/commit/35d9cbaf9638ccc9daf8a863063b2e7c135bc664) ([#8260](https://github.com/yt-dlp/yt-dlp/issues/8260)) by [AS6939](https://github.com/AS6939)
648 - **lbry**
649     - [Add playlist support](https://github.com/yt-dlp/yt-dlp/commit/48cceec1ddb8649b5e771df8df79eb9c39c82b90) ([#8213](https://github.com/yt-dlp/yt-dlp/issues/8213)) by [bashonly](https://github.com/bashonly), [drzraf](https://github.com/drzraf), [Grub4K](https://github.com/Grub4K)
650     - [Extract `uploader_id`](https://github.com/yt-dlp/yt-dlp/commit/0e722f2f3ca42e634fd7b06ee70b16bf833ce132) ([#8244](https://github.com/yt-dlp/yt-dlp/issues/8244)) by [drzraf](https://github.com/drzraf)
651 - **litv**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/91a670a4f7babe9c8aa2018f57d8c8952a6f49d8) ([#7785](https://github.com/yt-dlp/yt-dlp/issues/7785)) by [jiru](https://github.com/jiru)
652 - **neteasemusic**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/f980df734cf5c0eaded2f7b38c6c60bccfeebb48) ([#8181](https://github.com/yt-dlp/yt-dlp/issues/8181)) by [c-basalt](https://github.com/c-basalt)
653 - **nhk**: [Fix VOD extraction](https://github.com/yt-dlp/yt-dlp/commit/e831c80e8b2fc025b3b67d82974cc59e3526fdc8) ([#8249](https://github.com/yt-dlp/yt-dlp/issues/8249)) by [garret1317](https://github.com/garret1317)
654 - **radiko**: [Improve extraction](https://github.com/yt-dlp/yt-dlp/commit/2ad3873f0dfa9285c91d2160e36c039e69d597c7) ([#8221](https://github.com/yt-dlp/yt-dlp/issues/8221)) by [garret1317](https://github.com/garret1317)
655 - **substack**
656     - [Fix download cookies bug](https://github.com/yt-dlp/yt-dlp/commit/2f2dda3a7e85148773da3cdbc03ac9949ec1bc45) ([#8219](https://github.com/yt-dlp/yt-dlp/issues/8219)) by [handlerug](https://github.com/handlerug)
657     - [Fix embed extraction](https://github.com/yt-dlp/yt-dlp/commit/fbcc299bd8a19cf8b3c8805d6c268a9110230973) ([#8218](https://github.com/yt-dlp/yt-dlp/issues/8218)) by [handlerug](https://github.com/handlerug)
658 - **theta**: [Remove extractors](https://github.com/yt-dlp/yt-dlp/commit/792f1e64f6a2beac51e85408d142b3118115c4fd) ([#8251](https://github.com/yt-dlp/yt-dlp/issues/8251)) by [alerikaisattera](https://github.com/alerikaisattera)
659 - **wrestleuniversevod**: [Call API with device ID](https://github.com/yt-dlp/yt-dlp/commit/b095fd3fa9d58a65dc9b830bd63b9d909422aa86) ([#8272](https://github.com/yt-dlp/yt-dlp/issues/8272)) by [bashonly](https://github.com/bashonly)
660 - **xhamster**: user: [Support creator urls](https://github.com/yt-dlp/yt-dlp/commit/cc8d8441524ec3442d7c0d3f8f33f15b66aa06f3) ([#8232](https://github.com/yt-dlp/yt-dlp/issues/8232)) by [Grub4K](https://github.com/Grub4K)
661 - **youtube**
662     - [Fix `heatmap` extraction](https://github.com/yt-dlp/yt-dlp/commit/03e85ea99db76a2fddb65bf46f8819bda780aaf3) ([#8299](https://github.com/yt-dlp/yt-dlp/issues/8299)) by [bashonly](https://github.com/bashonly)
663     - [Raise a warning for `Incomplete Data` instead of an error](https://github.com/yt-dlp/yt-dlp/commit/eb5bdbfa70126c7d5355cc0954b63720522e462c) ([#8238](https://github.com/yt-dlp/yt-dlp/issues/8238)) by [coletdjnz](https://github.com/coletdjnz)
665 #### Misc. changes
666 - **cleanup**
667     - [Update extractor tests](https://github.com/yt-dlp/yt-dlp/commit/19c90e405b4137c06dfe6f9aaa02396df0da93e5) ([#7718](https://github.com/yt-dlp/yt-dlp/issues/7718)) by [trainman261](https://github.com/trainman261)
668     - Miscellaneous: [377e85a](https://github.com/yt-dlp/yt-dlp/commit/377e85a1797db9e98b78b38203ed9d4ded229991) by [dirkf](https://github.com/dirkf), [gamer191](https://github.com/gamer191), [Grub4K](https://github.com/Grub4K)
670 ### 2023.09.24
672 #### Important changes
673 - **The minimum *recommended* Python version has been raised to 3.8**
674 Since Python 3.7 has reached end-of-life, support for it will be dropped soon. [Read more](https://github.com/yt-dlp/yt-dlp/issues/7803)
675 - Security: [[CVE-2023-40581](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40581)] [Prevent RCE when using `--exec` with `%q` on Windows](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg)
676     - The shell escape function is now using `""` instead of `\"`.
677     - `utils.Popen` has been patched to properly quote commands.
679 #### Core changes
680 - [Fix HTTP headers and cookie handling](https://github.com/yt-dlp/yt-dlp/commit/6c5211cebeacfc53ad5d5ddf4a659be76039656f) by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
681 - [Fix `--check-formats`](https://github.com/yt-dlp/yt-dlp/commit/8cb7fc44db010e965d808ee679ef0725cb6e147c) by [pukkandan](https://github.com/pukkandan)
682 - [Fix support for upcoming Python 3.12](https://github.com/yt-dlp/yt-dlp/commit/836e06d246512f286f30c1371b2c54b72c9ecd93) ([#8130](https://github.com/yt-dlp/yt-dlp/issues/8130)) by [Grub4K](https://github.com/Grub4K)
683 - [Merged with youtube-dl 66ab08](https://github.com/yt-dlp/yt-dlp/commit/9d6254069c75877bc88bc3584f4326fb1853a543) by [coletdjnz](https://github.com/coletdjnz)
684 - [Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)](https://github.com/yt-dlp/yt-dlp/commit/de015e930747165dbb8fcd360f8775fd973b7d6e) by [Grub4K](https://github.com/Grub4K)
685 - [Raise minimum recommended Python version to 3.8](https://github.com/yt-dlp/yt-dlp/commit/61bdf15fc7400601c3da1aa7a43917310a5bf391) ([#8183](https://github.com/yt-dlp/yt-dlp/issues/8183)) by [Grub4K](https://github.com/Grub4K)
686 - [`FFmpegFixupM3u8PP` may need to run with ffmpeg](https://github.com/yt-dlp/yt-dlp/commit/f73c11803579889dc8e1c99e25dba9a22fef39d8) by [pukkandan](https://github.com/pukkandan)
687 - **compat**
688     - [Add `types.NoneType`](https://github.com/yt-dlp/yt-dlp/commit/e0c4db04dc82a699bdabd9821ddc239ebe17d30a) by [pukkandan](https://github.com/pukkandan) (With fixes in [25b6e8f](https://github.com/yt-dlp/yt-dlp/commit/25b6e8f94679b4458550702b46e61249b875a4fd))
689     - [Deprecate old functions](https://github.com/yt-dlp/yt-dlp/commit/3d2623a898196640f7cc0fc8b70118ff19e6925d) ([#2861](https://github.com/yt-dlp/yt-dlp/issues/2861)) by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
690     - [Ensure submodules are imported correctly](https://github.com/yt-dlp/yt-dlp/commit/a250b247334ce9f641e709cbb64974da6034a2b3) by [pukkandan](https://github.com/pukkandan)
691 - **cookies**: [Containers JSON should be opened as utf-8](https://github.com/yt-dlp/yt-dlp/commit/dab87ca23650fd87184ff5286b53e6985b59f71d) ([#7800](https://github.com/yt-dlp/yt-dlp/issues/7800)) by [bashonly](https://github.com/bashonly)
692 - **dependencies**: [Handle deprecation of `sqlite3.version`](https://github.com/yt-dlp/yt-dlp/commit/35f9a306e6934793cff100200cd03f288ec33f11) ([#8167](https://github.com/yt-dlp/yt-dlp/issues/8167)) by [bashonly](https://github.com/bashonly)
693 - **outtmpl**: [Fix replacement for `playlist_index`](https://github.com/yt-dlp/yt-dlp/commit/a264433c9fba147ecae2420091614186cfeeb895) by [pukkandan](https://github.com/pukkandan)
694 - **utils**
695     - [Add temporary shim for logging](https://github.com/yt-dlp/yt-dlp/commit/1b392f905d20ef1f1b300b180f867d43c9ce49b8) by [pukkandan](https://github.com/pukkandan)
696     - [Improve `parse_duration`](https://github.com/yt-dlp/yt-dlp/commit/af86873218c24c3859ccf575a87f2b00a73b49d0) by [bashonly](https://github.com/bashonly)
697     - HTTPHeaderDict: [Handle byte values](https://github.com/yt-dlp/yt-dlp/commit/3f7965105d8d2048359e67c1e8b8ebd51588143b) by [pukkandan](https://github.com/pukkandan)
698     - `clean_podcast_url`: [Handle more trackers](https://github.com/yt-dlp/yt-dlp/commit/2af4eeb77246b8183aae75a0a8d19f18c08115b2) ([#7556](https://github.com/yt-dlp/yt-dlp/issues/7556)) by [bashonly](https://github.com/bashonly), [mabdelfattah](https://github.com/mabdelfattah)
699     - `js_to_json`: [Handle `Array` objects](https://github.com/yt-dlp/yt-dlp/commit/52414d64ca7b92d3f83964cdd68247989b0c4625) by [Grub4K](https://github.com/Grub4K), [std-move](https://github.com/std-move)
701 #### Extractor changes
702 - [Extract subtitles from SMIL manifests](https://github.com/yt-dlp/yt-dlp/commit/550e65410a7a1b105923494ac44460a4dc1a15d9) ([#7667](https://github.com/yt-dlp/yt-dlp/issues/7667)) by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
703 - [Fix `--load-pages`](https://github.com/yt-dlp/yt-dlp/commit/81b4712bca608b9015aa68a4d96661d56e9cb894) by [pukkandan](https://github.com/pukkandan)
704 - [Make `_search_nuxt_data` more lenient](https://github.com/yt-dlp/yt-dlp/commit/904a19ee93195ce0bd4b08bd22b186120afb5b17) by [std-move](https://github.com/std-move)
705 - **abematv**
706     - [Fix proxy handling](https://github.com/yt-dlp/yt-dlp/commit/497bbbbd7328cb705f70eced94dbd90993819a46) ([#8046](https://github.com/yt-dlp/yt-dlp/issues/8046)) by [SevenLives](https://github.com/SevenLives)
707     - [Temporary fix for protocol handler](https://github.com/yt-dlp/yt-dlp/commit/9f66247289b9f8ecf931833b3f5f127274dd2161) by [pukkandan](https://github.com/pukkandan)
708 - **amazonminitv**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/538d37671a17e0782d17f08df17800e2e3bd57c8) by [bashonly](https://github.com/bashonly), [GautamMKGarg](https://github.com/GautamMKGarg)
709 - **antenna**: [Support antenna.gr](https://github.com/yt-dlp/yt-dlp/commit/665876034c8d3c031443f6b4958bed02ccdf4164) ([#7584](https://github.com/yt-dlp/yt-dlp/issues/7584)) by [stdedos](https://github.com/stdedos)
710 - **artetv**: [Fix HLS formats extraction](https://github.com/yt-dlp/yt-dlp/commit/c2da0b5ea215298135f76e3dc14b972a3c4afacb) by [bashonly](https://github.com/bashonly)
711 - **axs**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/aee6b9b88c0bcccf27fd23b7e00fc0b7b168928f) ([#8094](https://github.com/yt-dlp/yt-dlp/issues/8094)) by [barsnick](https://github.com/barsnick)
712 - **banbye**: [Support video ids containing a hyphen](https://github.com/yt-dlp/yt-dlp/commit/578a82e497502b951036ce9da6fe0dac6937ac27) ([#8059](https://github.com/yt-dlp/yt-dlp/issues/8059)) by [kshitiz305](https://github.com/kshitiz305)
713 - **bbc**: [Extract tracklist as chapters](https://github.com/yt-dlp/yt-dlp/commit/eda0e415d26eb084e570cf5372d38ee1f616b70f) ([#7788](https://github.com/yt-dlp/yt-dlp/issues/7788)) by [garret1317](https://github.com/garret1317)
714 - **bild.de**: [Extract HLS formats](https://github.com/yt-dlp/yt-dlp/commit/b4c1c408c63724339eb12b16c91b253a7ee62cfa) ([#8032](https://github.com/yt-dlp/yt-dlp/issues/8032)) by [barsnick](https://github.com/barsnick)
715 - **bilibili**
716     - [Add support for series, favorites and watch later](https://github.com/yt-dlp/yt-dlp/commit/9e68747f9607f05e92bb7d9b6e79d678b50070e1) ([#7518](https://github.com/yt-dlp/yt-dlp/issues/7518)) by [c-basalt](https://github.com/c-basalt)
717     - [Extract Dolby audio formats](https://github.com/yt-dlp/yt-dlp/commit/b84fda7388dd20d38921e23b469147f3957c1812) ([#8142](https://github.com/yt-dlp/yt-dlp/issues/8142)) by [ClosedPort22](https://github.com/ClosedPort22)
718     - [Extract `format_id`](https://github.com/yt-dlp/yt-dlp/commit/5336bf57a7061e0955a37f0542fc8ebf50d55b17) ([#7555](https://github.com/yt-dlp/yt-dlp/issues/7555)) by [c-basalt](https://github.com/c-basalt)
719 - **bilibilibangumi**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/bdd0b75e3f41ff35440eda6d395008beef19ef2f) ([#7337](https://github.com/yt-dlp/yt-dlp/issues/7337)) by [GD-Slime](https://github.com/GD-Slime)
720 - **bpb**: [Overhaul extractor](https://github.com/yt-dlp/yt-dlp/commit/f659e6439444ac64305b5c80688cd82f59d2279c) ([#8119](https://github.com/yt-dlp/yt-dlp/issues/8119)) by [Grub4K](https://github.com/Grub4K)
721 - **brilliantpala**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/92feb5654c5a4c81ba872904a618700fcbb3e546) ([#6680](https://github.com/yt-dlp/yt-dlp/issues/6680)) by [pzhlkj6612](https://github.com/pzhlkj6612)
722 - **canal1, caracoltvplay**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/b3febedbeb662dfdf9b5c1d5799039ad4fc969de) ([#7151](https://github.com/yt-dlp/yt-dlp/issues/7151)) by [elyse0](https://github.com/elyse0)
723 - **cbc**: [Ignore any 426 from API](https://github.com/yt-dlp/yt-dlp/commit/9bf14be775289bd88cc1f5c89fd761ae51879484) ([#7689](https://github.com/yt-dlp/yt-dlp/issues/7689)) by [makew0rld](https://github.com/makew0rld)
724 - **cbcplayer**: [Extract HLS formats and subtitles](https://github.com/yt-dlp/yt-dlp/commit/339c339fec095ff4141b20e6aa83629117fb26df) ([#7484](https://github.com/yt-dlp/yt-dlp/issues/7484)) by [trainman261](https://github.com/trainman261)
725 - **cbcplayerplaylist**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/ed711897814f3ee0b1822e4205e74133467e8f1c) ([#7870](https://github.com/yt-dlp/yt-dlp/issues/7870)) by [trainman261](https://github.com/trainman261)
726 - **cineverse**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/15591940ff102d1ae337d603a46d8f238c83a61f) ([#8146](https://github.com/yt-dlp/yt-dlp/issues/8146)) by [garret1317](https://github.com/garret1317)
727 - **crunchyroll**: [Remove initial state extraction](https://github.com/yt-dlp/yt-dlp/commit/9b16762f48914de9ac914601769c76668e433325) ([#7632](https://github.com/yt-dlp/yt-dlp/issues/7632)) by [Grub4K](https://github.com/Grub4K)
728 - **douyutv**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/21f40e75dfc0055ea9cdbd7fe2c46c6f9b561afd) ([#7652](https://github.com/yt-dlp/yt-dlp/issues/7652)) by [c-basalt](https://github.com/c-basalt)
729 - **dropbox**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/b9f2bc2dbed2323734a0d18e65e1e2e23dc833d8) ([#7926](https://github.com/yt-dlp/yt-dlp/issues/7926)) by [bashonly](https://github.com/bashonly), [denhotte](https://github.com/denhotte), [nathantouze](https://github.com/nathantouze) (With fixes in [099fb1b](https://github.com/yt-dlp/yt-dlp/commit/099fb1b35cf835303306549f5113d1802d79c9c7) by [bashonly](https://github.com/bashonly))
730 - **eplus**: inbound: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/295fbb3ae3a7d0dd50e286be5c487cf145ed5778) ([#5782](https://github.com/yt-dlp/yt-dlp/issues/5782)) by [pzhlkj6612](https://github.com/pzhlkj6612)
731 - **expressen**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/a5e264d74b4bd60c6e7ec4e38f1a23af4e420531) ([#8153](https://github.com/yt-dlp/yt-dlp/issues/8153)) by [kylegustavo](https://github.com/kylegustavo)
732 - **facebook**
733     - [Add dash manifest URL](https://github.com/yt-dlp/yt-dlp/commit/a854fbec56d5004f5147116a41d1dd050632a579) ([#7743](https://github.com/yt-dlp/yt-dlp/issues/7743)) by [ringus1](https://github.com/ringus1)
734     - [Fix webpage extraction](https://github.com/yt-dlp/yt-dlp/commit/d3d81cc98f554d0adb87d24bfd6fabaaa803944d) ([#7890](https://github.com/yt-dlp/yt-dlp/issues/7890)) by [ringus1](https://github.com/ringus1)
735     - [Improve format sorting](https://github.com/yt-dlp/yt-dlp/commit/308936619c8a4f3a52d73c829c2006ff6c55fea2) ([#8074](https://github.com/yt-dlp/yt-dlp/issues/8074)) by [fireattack](https://github.com/fireattack)
736     - reel: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/bb5d84c9d2f1e978c3eddfb5ccbe138036682a36) ([#7564](https://github.com/yt-dlp/yt-dlp/issues/7564)) by [bashonly](https://github.com/bashonly), [demon071](https://github.com/demon071)
737 - **fox**: [Support foxsports.com](https://github.com/yt-dlp/yt-dlp/commit/30b29f37159e9226e2f2d5434c9a4096ac4efa2e) ([#7724](https://github.com/yt-dlp/yt-dlp/issues/7724)) by [ischmidt20](https://github.com/ischmidt20)
738 - **funker530**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/0ce1f48bf1cb78d40d734ce73ee1c90eccf92274) ([#8040](https://github.com/yt-dlp/yt-dlp/issues/8040)) by [04-pasha-04](https://github.com/04-pasha-04)
739 - **generic**
740     - [Fix KVS thumbnail extraction](https://github.com/yt-dlp/yt-dlp/commit/53675852195d8dd859555d4789944a6887171ff8) by [bashonly](https://github.com/bashonly)
741     - [Fix generic title for embeds](https://github.com/yt-dlp/yt-dlp/commit/994f7ef8e6003f4b7b258528755d0b6adcc31714) by [pukkandan](https://github.com/pukkandan)
742 - **gofile**: [Update token](https://github.com/yt-dlp/yt-dlp/commit/99c99c7185f5d8e9b3699a6fc7f86ec663d7b97e) by [bashonly](https://github.com/bashonly)
743 - **hotstar**
744     - [Extract `release_year`](https://github.com/yt-dlp/yt-dlp/commit/7237c8dca0590aa7438ade93f927df88c9381ec7) ([#7869](https://github.com/yt-dlp/yt-dlp/issues/7869)) by [Rajeshwaran2001](https://github.com/Rajeshwaran2001)
745     - [Make metadata extraction non-fatal](https://github.com/yt-dlp/yt-dlp/commit/30ea88591b728cca0896018dbf67c2298070c669) by [bashonly](https://github.com/bashonly)
746     - [Support `/clips/` URLs](https://github.com/yt-dlp/yt-dlp/commit/86eeb044c2342d68c6ef177577f87852e6badd85) ([#7710](https://github.com/yt-dlp/yt-dlp/issues/7710)) by [bashonly](https://github.com/bashonly)
747 - **hungama**: [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/4b3a6ef1b3e235ba9a45142830b6edb357c71696) ([#7757](https://github.com/yt-dlp/yt-dlp/issues/7757)) by [bashonly](https://github.com/bashonly), [Yalab7](https://github.com/Yalab7)
748 - **indavideoembed**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/63e0c5748c0eb461a2ccca4181616eb930b4b750) ([#8129](https://github.com/yt-dlp/yt-dlp/issues/8129)) by [aky-01](https://github.com/aky-01)
749 - **iprima**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/568f08051841aedea968258889539741e26009e9) ([#7216](https://github.com/yt-dlp/yt-dlp/issues/7216)) by [std-move](https://github.com/std-move)
750 - **lbry**: [Fix original format extraction](https://github.com/yt-dlp/yt-dlp/commit/127a22460658ac39cbe5c4b3fb88d578363e0dfa) ([#7711](https://github.com/yt-dlp/yt-dlp/issues/7711)) by [bashonly](https://github.com/bashonly)
751 - **lecturio**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/efa2339502a37cf13ae7f143bd8b2c28f452d1cd) ([#7649](https://github.com/yt-dlp/yt-dlp/issues/7649)) by [simon300000](https://github.com/simon300000)
752 - **magellantv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/f4ea501551526ebcb54d19b84cf0ebe798583a85) ([#7616](https://github.com/yt-dlp/yt-dlp/issues/7616)) by [bashonly](https://github.com/bashonly)
753 - **massengeschmack.tv**: [Fix title extraction](https://github.com/yt-dlp/yt-dlp/commit/81f46ac573dc443ad48560f308582a26784d3015) ([#7813](https://github.com/yt-dlp/yt-dlp/issues/7813)) by [sb0stn](https://github.com/sb0stn)
754 - **media.ccc.de**: lists: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/cf11b40ac40e3d23a6352753296f3a732886efb9) ([#8144](https://github.com/yt-dlp/yt-dlp/issues/8144)) by [Rohxn16](https://github.com/Rohxn16)
755 - **mediaite**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/630a55df8de7747e79aa680959d785dfff2c4b76) ([#7923](https://github.com/yt-dlp/yt-dlp/issues/7923)) by [Grabien](https://github.com/Grabien)
756 - **mediaklikk**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/6e07e4bc7e59f5bdb60e93c011e57b18b009f2b5) ([#8086](https://github.com/yt-dlp/yt-dlp/issues/8086)) by [bashonly](https://github.com/bashonly), [zhallgato](https://github.com/zhallgato)
757 - **mediastream**: [Make embed extraction non-fatal](https://github.com/yt-dlp/yt-dlp/commit/635ae31f68a3ac7f6393d59657ed711e34ee3552) by [bashonly](https://github.com/bashonly)
758 - **mixcloud**: [Update API URL](https://github.com/yt-dlp/yt-dlp/commit/7b71643cc986de9a3768dac4ac9b64f4d05e7f5e) ([#8114](https://github.com/yt-dlp/yt-dlp/issues/8114)) by [garret1317](https://github.com/garret1317)
759 - **monstercat**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/eaee21bf71889d495076037cbe590c8c0b21ef3a) ([#8133](https://github.com/yt-dlp/yt-dlp/issues/8133)) by [garret1317](https://github.com/garret1317)
760 - **motortrendondemand**: [Update `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/c03a58ec9933e4a42c2d8fa80b8a0ddb2cde64e6) ([#7683](https://github.com/yt-dlp/yt-dlp/issues/7683)) by [AmirAflak](https://github.com/AmirAflak)
761 - **museai**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/65cfa2b057d7946fbe322155a778fe206556d0c6) ([#7614](https://github.com/yt-dlp/yt-dlp/issues/7614)) by [bashonly](https://github.com/bashonly)
762 - **mzaalo**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/d7aee8e310b2c4f21d50aac0b420e1b3abde21a4) by [bashonly](https://github.com/bashonly)
763 - **n1info**: article: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/8ac5b6d96ae5c60cd5ae2495949e0068a6754c45) ([#7373](https://github.com/yt-dlp/yt-dlp/issues/7373)) by [u-spec-png](https://github.com/u-spec-png)
764 - **nfl.com**: plus, replay: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/1eaca74bc2ca0f5b1ec532f24c61de44f2e8cb2d) ([#7838](https://github.com/yt-dlp/yt-dlp/issues/7838)) by [bashonly](https://github.com/bashonly)
765 - **niconicochannelplus**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/698beb9a497f51693e64d167e572ff9efa4bc25f) ([#5686](https://github.com/yt-dlp/yt-dlp/issues/5686)) by [pzhlkj6612](https://github.com/pzhlkj6612)
766 - **nitter**: [Fix title extraction fallback](https://github.com/yt-dlp/yt-dlp/commit/a83da3717d30697102e76f63a6f29d77f9373c2a) ([#8102](https://github.com/yt-dlp/yt-dlp/issues/8102)) by [ApoorvShah111](https://github.com/ApoorvShah111)
767 - **noodlemagazine**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/bae4834245a708fff97219849ec880c319c88bc6) ([#7830](https://github.com/yt-dlp/yt-dlp/issues/7830)) by [RedDeffender](https://github.com/RedDeffender) (With fixes in [69dbfe0](https://github.com/yt-dlp/yt-dlp/commit/69dbfe01c47cd078682a87f179f5846e2679e927) by [bashonly](https://github.com/bashonly))
768 - **novaembed**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/2269065ad60cb0ab62408ae6a7b20283e5252232) ([#7910](https://github.com/yt-dlp/yt-dlp/issues/7910)) by [std-move](https://github.com/std-move)
769 - **patreoncampaign**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/11de6fec9c9b8d34d1f90c8e6218ec58a3471b58) ([#7664](https://github.com/yt-dlp/yt-dlp/issues/7664)) by [bashonly](https://github.com/bashonly)
770 - **pbs**: [Add extractor `PBSKidsIE`](https://github.com/yt-dlp/yt-dlp/commit/6d6081dda1290a85bdab6717f239289e3aa74c8e) ([#7602](https://github.com/yt-dlp/yt-dlp/issues/7602)) by [snixon](https://github.com/snixon)
771 - **piapro**: [Support `/content` URL](https://github.com/yt-dlp/yt-dlp/commit/1bcb9fe8715b1f288efc322be3de409ee0597080) ([#7592](https://github.com/yt-dlp/yt-dlp/issues/7592)) by [FinnRG](https://github.com/FinnRG)
772 - **piaulizaportal**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/6636021206dad17c7745ae6bce6cb73d6f2ef319) ([#7903](https://github.com/yt-dlp/yt-dlp/issues/7903)) by [pzhlkj6612](https://github.com/pzhlkj6612)
773 - **picartovod**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/db9743894071760f994f640a4c24358f749a78c0) ([#7727](https://github.com/yt-dlp/yt-dlp/issues/7727)) by [Frankgoji](https://github.com/Frankgoji)
774 - **pornbox**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/40999467f72db074a3f13057da9bf82a857530fe) ([#7386](https://github.com/yt-dlp/yt-dlp/issues/7386)) by [niemands](https://github.com/niemands)
775 - **pornhub**: [Update access cookies for UK](https://github.com/yt-dlp/yt-dlp/commit/1d3d579c2142f69831b6ae140e1d8e824e07fa0e) ([#7591](https://github.com/yt-dlp/yt-dlp/issues/7591)) by [zhong-yiyu](https://github.com/zhong-yiyu)
776 - **pr0gramm**: [Rewrite extractor](https://github.com/yt-dlp/yt-dlp/commit/b532556d0a85e7d76f8f0880861232fb706ddbc5) ([#8151](https://github.com/yt-dlp/yt-dlp/issues/8151)) by [Grub4K](https://github.com/Grub4K)
777 - **radiofrance**: [Add support for livestreams, podcasts, playlists](https://github.com/yt-dlp/yt-dlp/commit/ba8e9eb2c8bbb699f314169fab8e544437ad731e) ([#7006](https://github.com/yt-dlp/yt-dlp/issues/7006)) by [elyse0](https://github.com/elyse0)
778 - **rbgtum**: [Fix extraction and support new URL format](https://github.com/yt-dlp/yt-dlp/commit/5fccabac27ca3c1165ade1b0df6fbadc24258dc2) ([#7690](https://github.com/yt-dlp/yt-dlp/issues/7690)) by [simon300000](https://github.com/simon300000)
779 - **reddit**
780     - [Extract subtitles](https://github.com/yt-dlp/yt-dlp/commit/20c3c9b433dd47faf0dbde6b46e4e34eb76109a5) by [bashonly](https://github.com/bashonly)
781     - [Fix thumbnail extraction](https://github.com/yt-dlp/yt-dlp/commit/9a04113dfbb69b904e4e2bea736da293505786b8) by [bashonly](https://github.com/bashonly)
782 - **rtvslo**: [Fix format extraction](https://github.com/yt-dlp/yt-dlp/commit/94389b225d9bcf29aa7ba8afaf1bbd7c62204eae) ([#8131](https://github.com/yt-dlp/yt-dlp/issues/8131)) by [bashonly](https://github.com/bashonly)
783 - **rule34video**: [Extract tags](https://github.com/yt-dlp/yt-dlp/commit/58493923e9b6f774947a2131e5258e9f3cf816be) ([#7117](https://github.com/yt-dlp/yt-dlp/issues/7117)) by [soundchaser128](https://github.com/soundchaser128)
784 - **rumble**: [Fix embed extraction](https://github.com/yt-dlp/yt-dlp/commit/23d829a3420450bcfb0788e6fb2cf4f6acdbe596) ([#8035](https://github.com/yt-dlp/yt-dlp/issues/8035)) by [trislee](https://github.com/trislee)
785 - **s4c**
786     - [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/b9de629d78ce31699f2de886071dc257830f9676) ([#7730](https://github.com/yt-dlp/yt-dlp/issues/7730)) by [ifan-t](https://github.com/ifan-t)
787     - [Add series support and extract subs/thumbs](https://github.com/yt-dlp/yt-dlp/commit/fe371dcf0ba5ce8d42480eade54eeeac99ab3cb0) ([#7776](https://github.com/yt-dlp/yt-dlp/issues/7776)) by [ifan-t](https://github.com/ifan-t)
788 - **sohu**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/5be7e978867b5f66ad6786c674d79d40e950ae16) ([#7628](https://github.com/yt-dlp/yt-dlp/issues/7628)) by [bashonly](https://github.com/bashonly), [c-basalt](https://github.com/c-basalt)
789 - **stageplus**: [Fix m3u8 extraction](https://github.com/yt-dlp/yt-dlp/commit/56b3dc03354b75be995759d8441d2754c0442b9a) ([#7929](https://github.com/yt-dlp/yt-dlp/issues/7929)) by [bashonly](https://github.com/bashonly)
790 - **streamanity**: [Remove](https://github.com/yt-dlp/yt-dlp/commit/2cfe221fbbe46faa3f46552c08d947a51f424903) ([#7571](https://github.com/yt-dlp/yt-dlp/issues/7571)) by [alerikaisattera](https://github.com/alerikaisattera)
791 - **svtplay**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/2301b5c1b77a65abbb46b72f91e1e4666fd5d985) ([#7789](https://github.com/yt-dlp/yt-dlp/issues/7789)) by [dirkf](https://github.com/dirkf), [wader](https://github.com/wader)
792 - **tbsjp**: [Add episode, program, playlist extractors](https://github.com/yt-dlp/yt-dlp/commit/876b70c8edf4c0147f180bd981fbc4d625cbfb9c) ([#7765](https://github.com/yt-dlp/yt-dlp/issues/7765)) by [garret1317](https://github.com/garret1317)
793 - **tiktok**
794     - [Fix audio-only format extraction](https://github.com/yt-dlp/yt-dlp/commit/b09bd0c19648f60c59fb980cd454cb0069959fb9) ([#7712](https://github.com/yt-dlp/yt-dlp/issues/7712)) by [bashonly](https://github.com/bashonly)
795     - [Fix webpage extraction](https://github.com/yt-dlp/yt-dlp/commit/069cbece9dba6384f1cc5fcfc7ce562a31af42fc) by [bashonly](https://github.com/bashonly)
796 - **triller**: [Fix unlisted video extraction](https://github.com/yt-dlp/yt-dlp/commit/39837ae3199aa934299badbd0d63243ed639e6c8) ([#7670](https://github.com/yt-dlp/yt-dlp/issues/7670)) by [bashonly](https://github.com/bashonly)
797 - **tv5mondeplus**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/7d3d658f4c558ee7d72b1c01b46f2126948681cd) ([#7952](https://github.com/yt-dlp/yt-dlp/issues/7952)) by [dirkf](https://github.com/dirkf), [korli](https://github.com/korli)
798 - **twitcasting**
799     - [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/cebbd33b1c678149fc8f0e254db6fc0da317ea80) ([#8120](https://github.com/yt-dlp/yt-dlp/issues/8120)) by [c-basalt](https://github.com/c-basalt)
800     - [Support `--wait-for-video`](https://github.com/yt-dlp/yt-dlp/commit/c1d71d0d9f41db5e4306c86af232f5f6220a130b) ([#7975](https://github.com/yt-dlp/yt-dlp/issues/7975)) by [at-wat](https://github.com/at-wat)
801 - **twitter**
802     - [Add fallback, improve error handling](https://github.com/yt-dlp/yt-dlp/commit/6014355c6142f68e20c8374e3787e5b5820f19e2) ([#7621](https://github.com/yt-dlp/yt-dlp/issues/7621)) by [bashonly](https://github.com/bashonly)
803     - [Fix GraphQL and legacy API](https://github.com/yt-dlp/yt-dlp/commit/92315c03774cfabb3a921884326beb4b981f786b) ([#7516](https://github.com/yt-dlp/yt-dlp/issues/7516)) by [bashonly](https://github.com/bashonly)
804     - [Fix retweet extraction and syndication API](https://github.com/yt-dlp/yt-dlp/commit/a006ce2b27357c15792eb5c18f06765e640b801c) ([#8016](https://github.com/yt-dlp/yt-dlp/issues/8016)) by [bashonly](https://github.com/bashonly)
805     - [Revert 92315c03774cfabb3a921884326beb4b981f786b](https://github.com/yt-dlp/yt-dlp/commit/b03fa7834579a01cc5fba48c0e73488a16683d48) by [pukkandan](https://github.com/pukkandan)
806     - spaces
807         - [Fix format protocol](https://github.com/yt-dlp/yt-dlp/commit/613dbce177d34ffc31053e8e01acf4bb107bcd1e) ([#7550](https://github.com/yt-dlp/yt-dlp/issues/7550)) by [bashonly](https://github.com/bashonly)
808         - [Pass referer header to downloader](https://github.com/yt-dlp/yt-dlp/commit/c6ef553792ed48462f9fd0e78143bef6b1a71c2e) by [bashonly](https://github.com/bashonly)
809 - **unsupported**: [List more sites with DRM](https://github.com/yt-dlp/yt-dlp/commit/e7057383380d7d53815f8feaf90ca3dcbde88983) by [pukkandan](https://github.com/pukkandan)
810 - **videa**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/98eac0e6ba0e510ae7dfdfd249d42ee71fb272b1) ([#8003](https://github.com/yt-dlp/yt-dlp/issues/8003)) by [aky-01](https://github.com/aky-01), [hatsomatt](https://github.com/hatsomatt)
811 - **vrt**: [Update token signing key](https://github.com/yt-dlp/yt-dlp/commit/325191d0c9bf3fe257b8a7c2eb95080f44f6ddfc) ([#7519](https://github.com/yt-dlp/yt-dlp/issues/7519)) by [Zprokkel](https://github.com/Zprokkel)
812 - **wat.tv**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/7cccab79e7d00ed965b48b8cefce1da8a0513409) ([#7898](https://github.com/yt-dlp/yt-dlp/issues/7898)) by [davinkevin](https://github.com/davinkevin)
813 - **wdr**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/5d0395498d7065aa5e55bac85fa9354b4b0d48eb) ([#7979](https://github.com/yt-dlp/yt-dlp/issues/7979)) by [szabyg](https://github.com/szabyg)
814 - **web.archive**: vlive: [Remove extractor](https://github.com/yt-dlp/yt-dlp/commit/9652bca1bd02f6bc1b8cb1e186f2ccbf32225561) ([#8132](https://github.com/yt-dlp/yt-dlp/issues/8132)) by [bashonly](https://github.com/bashonly)
815 - **weibo**: [Fix extractor and support user extraction](https://github.com/yt-dlp/yt-dlp/commit/69b03f84f8378b0b5a2fbae56f9b7d860b2f529e) ([#7657](https://github.com/yt-dlp/yt-dlp/issues/7657)) by [c-basalt](https://github.com/c-basalt)
816 - **weverse**: [Support extraction without auth](https://github.com/yt-dlp/yt-dlp/commit/c2d8ee0000302aba63476b7d5bd8793e57b6c8c6) ([#7924](https://github.com/yt-dlp/yt-dlp/issues/7924)) by [seproDev](https://github.com/seproDev)
817 - **wimbledon**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/a15fcd299e767a510debd8dc1646fe863b96ce0e) ([#7551](https://github.com/yt-dlp/yt-dlp/issues/7551)) by [nnoboa](https://github.com/nnoboa)
818 - **wrestleuniverseppv**: [Fix HLS AES key extraction](https://github.com/yt-dlp/yt-dlp/commit/dae349da97cafe7357106a8f3187fd48a2ad1210) by [bashonly](https://github.com/bashonly)
819 - **youtube**
820     - [Add `player_params` extractor arg](https://github.com/yt-dlp/yt-dlp/commit/ba06d77a316650ff057347d224b5afa8b203ad65) ([#7719](https://github.com/yt-dlp/yt-dlp/issues/7719)) by [coletdjnz](https://github.com/coletdjnz)
821     - [Fix `player_params` arg being converted to lowercase](https://github.com/yt-dlp/yt-dlp/commit/546b2c28a106cf8101d481b215b676d1b091d276) by [coletdjnz](https://github.com/coletdjnz)
822     - [Fix consent cookie](https://github.com/yt-dlp/yt-dlp/commit/378ae9f9fb8e8c86e6ac89c4c5b815b48ce93620) ([#7774](https://github.com/yt-dlp/yt-dlp/issues/7774)) by [coletdjnz](https://github.com/coletdjnz)
823     - tab: [Detect looping feeds](https://github.com/yt-dlp/yt-dlp/commit/1ba6fe9db5f660d5538588315c23ad6cf0371c5f) ([#6621](https://github.com/yt-dlp/yt-dlp/issues/6621)) by [coletdjnz](https://github.com/coletdjnz)
824 - **zaiko**: [Improve thumbnail extraction](https://github.com/yt-dlp/yt-dlp/commit/ecef42c3adbcb6a84405139047923c4967316f28) ([#8054](https://github.com/yt-dlp/yt-dlp/issues/8054)) by [pzhlkj6612](https://github.com/pzhlkj6612)
825 - **zee5**: [Update access token endpoint](https://github.com/yt-dlp/yt-dlp/commit/a0de8bb8601146b8f87bf7cd562eef8bfb4690be) ([#7914](https://github.com/yt-dlp/yt-dlp/issues/7914)) by [bashonly](https://github.com/bashonly)
826 - **zoom**: [Extract duration](https://github.com/yt-dlp/yt-dlp/commit/66cc64ff6696f9921ff112a278542f8d999ffea4) by [bashonly](https://github.com/bashonly)
828 #### Downloader changes
829 - **external**
830     - [Fix ffmpeg input from stdin](https://github.com/yt-dlp/yt-dlp/commit/e57eb98222d29cc4c09ee975d3c492274a6e5be3) ([#7655](https://github.com/yt-dlp/yt-dlp/issues/7655)) by [bashonly](https://github.com/bashonly)
831     - [Fixes to cookie handling](https://github.com/yt-dlp/yt-dlp/commit/42ded0a429c20ec13dc006825e1508d9a02f0ad4) by [bashonly](https://github.com/bashonly)
833 #### Postprocessor changes
834 - **embedthumbnail**: [Support `m4v`](https://github.com/yt-dlp/yt-dlp/commit/8a4cd12c8f8e93292e3e95200b9d17a3af39624c) ([#7583](https://github.com/yt-dlp/yt-dlp/issues/7583)) by [Neurognostic](https://github.com/Neurognostic)
836 #### Networking changes
837 - [Add module](https://github.com/yt-dlp/yt-dlp/commit/c365dba8430ee33abda85d31f95128605bf240eb) ([#2861](https://github.com/yt-dlp/yt-dlp/issues/2861)) by [pukkandan](https://github.com/pukkandan)
838 - [Add request handler preference framework](https://github.com/yt-dlp/yt-dlp/commit/db7b054a6111ca387220d0eb87bf342f9c130eb8) ([#7603](https://github.com/yt-dlp/yt-dlp/issues/7603)) by [coletdjnz](https://github.com/coletdjnz)
839 - [Add strict Request extension checking](https://github.com/yt-dlp/yt-dlp/commit/86aea0d3a213da3be1da638b9b828e6f0ee1d59f) ([#7604](https://github.com/yt-dlp/yt-dlp/issues/7604)) by [coletdjnz](https://github.com/coletdjnz)
840 - [Fix POST requests with zero-length payloads](https://github.com/yt-dlp/yt-dlp/commit/71baa490ebd3655746430f208a9b605d120cd315) ([#7648](https://github.com/yt-dlp/yt-dlp/issues/7648)) by [bashonly](https://github.com/bashonly)
841 - [Fix `--legacy-server-connect`](https://github.com/yt-dlp/yt-dlp/commit/75dc8e673b481a82d0688aeec30f6c65d82bb359) ([#7645](https://github.com/yt-dlp/yt-dlp/issues/7645)) by [bashonly](https://github.com/bashonly)
842 - [Fix various socks proxy bugs](https://github.com/yt-dlp/yt-dlp/commit/20fbbd9249a2f26c7ae579bde5ba5d69aa8fac69) ([#8065](https://github.com/yt-dlp/yt-dlp/issues/8065)) by [coletdjnz](https://github.com/coletdjnz)
843 - [Ignore invalid proxies in env](https://github.com/yt-dlp/yt-dlp/commit/bbeacff7fcaa3b521066088a5ccbf34ef5070d1d) ([#7704](https://github.com/yt-dlp/yt-dlp/issues/7704)) by [coletdjnz](https://github.com/coletdjnz)
844 - [Rewrite architecture](https://github.com/yt-dlp/yt-dlp/commit/227bf1a33be7b89cd7d44ad046844c4ccba104f4) ([#2861](https://github.com/yt-dlp/yt-dlp/issues/2861)) by [coletdjnz](https://github.com/coletdjnz)
845 - **Request Handler**
846     - urllib
847         - [Remove dot segments during URL normalization](https://github.com/yt-dlp/yt-dlp/commit/4bf912282a34b58b6b35d8f7e6be535770c89c76) ([#7662](https://github.com/yt-dlp/yt-dlp/issues/7662)) by [coletdjnz](https://github.com/coletdjnz)
848         - [Simplify gzip decoding](https://github.com/yt-dlp/yt-dlp/commit/59e92b1f1833440bb2190f847eb735cf0f90bc85) ([#7611](https://github.com/yt-dlp/yt-dlp/issues/7611)) by [Grub4K](https://github.com/Grub4K) (With fixes in [77bff23](https://github.com/yt-dlp/yt-dlp/commit/77bff23ee97565bab2e0d75b893a21bf7983219a))
850 #### Misc. changes
851 - **build**: [Make sure deprecated modules are added](https://github.com/yt-dlp/yt-dlp/commit/131d132da5c98c6c78bd7eed4b37f4458561b3d9) by [pukkandan](https://github.com/pukkandan)
852 - **cleanup**
853     - [Add color to `download-archive` message](https://github.com/yt-dlp/yt-dlp/commit/2b029ca0a9f9105c4f7626993fa60e54c9782749) ([#5138](https://github.com/yt-dlp/yt-dlp/issues/5138)) by [aaruni96](https://github.com/aaruni96), [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
854     - Miscellaneous
855         - [6148833](https://github.com/yt-dlp/yt-dlp/commit/6148833f5ceb7674142ddb8d761ffe03cee7df69), [62b5c94](https://github.com/yt-dlp/yt-dlp/commit/62b5c94cadaa5f596dc1a7083db9db12efe357be) by [pukkandan](https://github.com/pukkandan)
856         - [5ca095c](https://github.com/yt-dlp/yt-dlp/commit/5ca095cbcde3e32642a4fe5b2d69e8e3c785a021) by [barsnick](https://github.com/barsnick), [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [gamer191](https://github.com/gamer191), [Grub4K](https://github.com/Grub4K), [sqrtNOT](https://github.com/sqrtNOT)
857         - [088add9](https://github.com/yt-dlp/yt-dlp/commit/088add9567d39b758737e4299a0e619fd89d2e8f) by [Grub4K](https://github.com/Grub4K)
858 - **devscripts**: `make_changelog`: [Fix changelog grouping and add networking group](https://github.com/yt-dlp/yt-dlp/commit/30ba233d4cee945756ed7344e7ddb3a90d2ae608) ([#8124](https://github.com/yt-dlp/yt-dlp/issues/8124)) by [Grub4K](https://github.com/Grub4K)
859 - **docs**: [Update collaborators](https://github.com/yt-dlp/yt-dlp/commit/1be0a96a4d14f629097509fcc89d15f69a8243c7) by [Grub4K](https://github.com/Grub4K)
860 - **test**
861     - [Add tests for socks proxies](https://github.com/yt-dlp/yt-dlp/commit/fcd6a76adc49d5cd8783985c7ce35384b72e545f) ([#7908](https://github.com/yt-dlp/yt-dlp/issues/7908)) by [coletdjnz](https://github.com/coletdjnz)
862     - [Fix `httplib_validation_errors` test for old Python versions](https://github.com/yt-dlp/yt-dlp/commit/95abea9a03289da1384e5bda3d590223ccc0a238) ([#7677](https://github.com/yt-dlp/yt-dlp/issues/7677)) by [coletdjnz](https://github.com/coletdjnz)
863     - [Fix `test_load_certifi`](https://github.com/yt-dlp/yt-dlp/commit/de20687ee6b742646128a7629b57096631a20619) by [pukkandan](https://github.com/pukkandan)
864     - download: [Test for `expected_exception`](https://github.com/yt-dlp/yt-dlp/commit/661c9a1d029296b28e0b2f8be8a72a43abaf6536) by [at-wat](https://github.com/at-wat)
866 ### 2023.07.06
868 #### Important changes
869 - Security: [[CVE-2023-35934](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-35934)] Fix [Cookie leak](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj)
870     - `--add-header Cookie:` is deprecated and auto-scoped to input URL domains
871     - Cookies are scoped when passed to external downloaders
872     - Add `cookies` field to info.json and deprecate `http_headers.Cookie`
874 #### Core changes
875 - [Allow extractors to mark formats as potentially DRM](https://github.com/yt-dlp/yt-dlp/commit/bc344cd456380999c1ee74554dfd432a38f32ec7) ([#7396](https://github.com/yt-dlp/yt-dlp/issues/7396)) by [pukkandan](https://github.com/pukkandan)
876 - [Bugfix for b4e0d75848e9447cee2cd3646ce54d4744a7ff56](https://github.com/yt-dlp/yt-dlp/commit/e59e20744eb32ce4b6ea0dece7c673be8376a710) by [pukkandan](https://github.com/pukkandan)
877 - [Change how `Cookie` headers are handled](https://github.com/yt-dlp/yt-dlp/commit/3121512228487c9c690d3d39bfd2579addf96e07) by [Grub4K](https://github.com/Grub4K)
878 - [Prevent `Cookie` leaks on HTTP redirect](https://github.com/yt-dlp/yt-dlp/commit/f8b4bcc0a791274223723488bfbfc23ea3276641) by [coletdjnz](https://github.com/coletdjnz)
879 - **formats**: [Fix best fallback for storyboards](https://github.com/yt-dlp/yt-dlp/commit/906c0bdcd8974340d619e99ccd613c163eb0d0c2) by [pukkandan](https://github.com/pukkandan)
880 - **outtmpl**: [Pad `playlist_index` etc even when with internal formatting](https://github.com/yt-dlp/yt-dlp/commit/47bcd437247152e0af5b3ebc5592db7bb66855c2) by [pukkandan](https://github.com/pukkandan)
881 - **utils**: clean_podcast_url: [Handle protocol in redirect URL](https://github.com/yt-dlp/yt-dlp/commit/91302ed349f34dc26cc1d661bb45a4b71f4417f7) by [pukkandan](https://github.com/pukkandan)
883 #### Extractor changes
884 - **abc**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/8f05fbae2a79ce0713077ccc68b354e63216bf20) ([#7434](https://github.com/yt-dlp/yt-dlp/issues/7434)) by [meliber](https://github.com/meliber)
885 - **AdultSwim**: [Extract subtitles from m3u8](https://github.com/yt-dlp/yt-dlp/commit/5e16cf92eb496b7c1541a6b1d727cb87542984db) ([#7421](https://github.com/yt-dlp/yt-dlp/issues/7421)) by [nnoboa](https://github.com/nnoboa)
886 - **crunchyroll**: music: [Fix `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/5b4b92769afcc398475e481bfa839f1158902fe9) ([#7439](https://github.com/yt-dlp/yt-dlp/issues/7439)) by [AmanSal1](https://github.com/AmanSal1), [rdamas](https://github.com/rdamas)
887 - **Douyin**: [Fix extraction from webpage](https://github.com/yt-dlp/yt-dlp/commit/a2be9781fbf4d7e4db245c277ca2ecc41cf3a7b2) by [bashonly](https://github.com/bashonly)
888 - **googledrive**: [Fix source format extraction](https://github.com/yt-dlp/yt-dlp/commit/3b7f5300c577fef40464d46d4e4037a69d51fe82) ([#7395](https://github.com/yt-dlp/yt-dlp/issues/7395)) by [RfadnjdExt](https://github.com/RfadnjdExt)
889 - **kick**: [Fix `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/ef8509c300ea50da86aea447eb214d3d6f6db6bb) by [bashonly](https://github.com/bashonly)
890 - **qdance**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/f0a1ff118145b6449982ba401f9a9f656ecd8062) ([#7420](https://github.com/yt-dlp/yt-dlp/issues/7420)) by [bashonly](https://github.com/bashonly)
891 - **sbs**: [Python 3.7 compat](https://github.com/yt-dlp/yt-dlp/commit/f393bbe724b1fc6c7f754a5da507e807b2b40ad2) by [pukkandan](https://github.com/pukkandan)
892 - **stacommu**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/af1fd12f675220df6793fc019dff320bc76e8080) ([#7432](https://github.com/yt-dlp/yt-dlp/issues/7432)) by [urectanc](https://github.com/urectanc)
893 - **twitter**
894     - [Fix unauthenticated extraction](https://github.com/yt-dlp/yt-dlp/commit/49296437a8e5fa91dacb5446e51ab588474c85d3) ([#7476](https://github.com/yt-dlp/yt-dlp/issues/7476)) by [bashonly](https://github.com/bashonly)
895     - spaces: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/1cffd621cb371f1563563cfb2fe37d137e8a7bee) ([#7512](https://github.com/yt-dlp/yt-dlp/issues/7512)) by [bashonly](https://github.com/bashonly)
896 - **vidlii**: [Handle relative URLs](https://github.com/yt-dlp/yt-dlp/commit/ad8902f616ad2541f9b9626738f1393fad89a64c) by [pukkandan](https://github.com/pukkandan)
897 - **vk**: VKPlay, VKPlayLive: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/8776349ef6b1f644584a92dfa00a05208a48edc4) ([#7358](https://github.com/yt-dlp/yt-dlp/issues/7358)) by [c-basalt](https://github.com/c-basalt)
898 - **youtube**
899     - [Add extractor-arg `formats`](https://github.com/yt-dlp/yt-dlp/commit/58786a10f212bd63f9ad1d0b4d9e4d31c3b385e2) by [pukkandan](https://github.com/pukkandan)
900     - [Avoid false DRM detection](https://github.com/yt-dlp/yt-dlp/commit/94ed638a437fc766699d440e978982e24ce6a30a) ([#7396](https://github.com/yt-dlp/yt-dlp/issues/7396)) by [pukkandan](https://github.com/pukkandan)
901     - [Fix comments' `is_favorited`](https://github.com/yt-dlp/yt-dlp/commit/89bed013741a776506f60380b7fd89d27d0710b4) ([#7390](https://github.com/yt-dlp/yt-dlp/issues/7390)) by [bbilly1](https://github.com/bbilly1)
902     - [Ignore incomplete data for comment threads by default](https://github.com/yt-dlp/yt-dlp/commit/4dc4d8473c085900edc841c87c20041233d25b1f) ([#7475](https://github.com/yt-dlp/yt-dlp/issues/7475)) by [coletdjnz](https://github.com/coletdjnz)
903     - [Process `post_live` over 2 hours](https://github.com/yt-dlp/yt-dlp/commit/d949c10c45bfc359bdacd52e6a180169b8128958) by [pukkandan](https://github.com/pukkandan)
904     - stories: [Remove](https://github.com/yt-dlp/yt-dlp/commit/90db9a3c00ca80492c6a58c542e4cbf4c2710866) ([#7459](https://github.com/yt-dlp/yt-dlp/issues/7459)) by [pukkandan](https://github.com/pukkandan)
905     - tab: [Support shorts-only playlists](https://github.com/yt-dlp/yt-dlp/commit/fcbc9ed760be6e3455bbadfaf277b4504b06f068) ([#7425](https://github.com/yt-dlp/yt-dlp/issues/7425)) by [coletdjnz](https://github.com/coletdjnz)
907 #### Downloader changes
908 - **aria2c**: [Add `--no-conf`](https://github.com/yt-dlp/yt-dlp/commit/8a8af356e3bba98a7f7d333aff0777d5d92130c8) by [pukkandan](https://github.com/pukkandan)
909 - **external**: [Scope cookies](https://github.com/yt-dlp/yt-dlp/commit/1ceb657bdd254ad961489e5060f2ccc7d556b729) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz)
910 - **http**: [Avoid infinite loop when no data is received](https://github.com/yt-dlp/yt-dlp/commit/662ef1e910b72e57957f06589925b2332ba52821) by [pukkandan](https://github.com/pukkandan)
912 #### Misc. changes
913 - [Add CodeQL workflow](https://github.com/yt-dlp/yt-dlp/commit/6355b5f1e1e8e7f4ef866d71d51e03baf0e82f17) ([#7497](https://github.com/yt-dlp/yt-dlp/issues/7497)) by [jorgectf](https://github.com/jorgectf)
914 - **cleanup**: Miscellaneous: [337734d](https://github.com/yt-dlp/yt-dlp/commit/337734d4a8a6500bc65434843db346b5cbd05e81) by [pukkandan](https://github.com/pukkandan)
915 - **docs**: [Minor fixes](https://github.com/yt-dlp/yt-dlp/commit/b532a3481046e1eabb6232ee8196fb696c356ff6) by [pukkandan](https://github.com/pukkandan)
916 - **make_changelog**: [Skip reverted commits](https://github.com/yt-dlp/yt-dlp/commit/fa44802809d189fca0f4782263d48d6533384503) by [pukkandan](https://github.com/pukkandan)
918 ### 2023.06.22
920 #### Core changes
921 - [Fix bug in db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb](https://github.com/yt-dlp/yt-dlp/commit/d7cd97e8d8d42b500fea9abb2aa4ac9b0f98b2ad) by [pukkandan](https://github.com/pukkandan)
922 - [Improve `--download-sections`](https://github.com/yt-dlp/yt-dlp/commit/b4e0d75848e9447cee2cd3646ce54d4744a7ff56) by [pukkandan](https://github.com/pukkandan)
923     - Support negative time-ranges
924     - Add `*from-url` to obey time-ranges in URL
925 - [Indicate `filesize` approximated from `tbr` better](https://github.com/yt-dlp/yt-dlp/commit/0dff8e4d1e6e9fb938f4256ea9af7d81f42fd54f) by [pukkandan](https://github.com/pukkandan)
927 #### Extractor changes
928 - [Support multiple `_VALID_URL`s](https://github.com/yt-dlp/yt-dlp/commit/5fd8367496b42c7b900b896a0d5460561a2859de) ([#5812](https://github.com/yt-dlp/yt-dlp/issues/5812)) by [nixxo](https://github.com/nixxo)
929 - **dplay**: GlobalCyclingNetworkPlus: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/774aa09dd6aa61ced9ec818d1f67e53414d22762) ([#7360](https://github.com/yt-dlp/yt-dlp/issues/7360)) by [bashonly](https://github.com/bashonly)
930 - **dropout**: [Fix season extraction](https://github.com/yt-dlp/yt-dlp/commit/db22142f6f817ff673d417b4b78e8db497bf8ab3) ([#7304](https://github.com/yt-dlp/yt-dlp/issues/7304)) by [OverlordQ](https://github.com/OverlordQ)
931 - **motherless**: [Add gallery support, fix groups](https://github.com/yt-dlp/yt-dlp/commit/f2ff0f6f1914b82d4a51681a72cc0828115dcb4a) ([#7211](https://github.com/yt-dlp/yt-dlp/issues/7211)) by [rexlambert22](https://github.com/rexlambert22), [Ti4eeT4e](https://github.com/Ti4eeT4e)
932 - **nebula**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/3f756c8c4095b942cf49788eb0862ceaf57847f2) ([#7156](https://github.com/yt-dlp/yt-dlp/issues/7156)) by [Lamieur](https://github.com/Lamieur), [rohieb](https://github.com/rohieb)
933 - **rheinmaintv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/98cb1eda7a4cf67c96078980dbd63e6c06ad7f7c) ([#7311](https://github.com/yt-dlp/yt-dlp/issues/7311)) by [barthelmannk](https://github.com/barthelmannk)
934 - **youtube**
935     - [Add `ios` to default clients used](https://github.com/yt-dlp/yt-dlp/commit/1e75d97db21152acc764b30a688e516f04b8a142) by [pukkandan](https://github.com/pukkandan)
936         - IOS is affected neither by 403 nor by nsig so helps mitigate them preemptively
937         - IOS also has higher bit-rate 'premium' formats though they are not labeled as such
938     - [Improve description parsing performance](https://github.com/yt-dlp/yt-dlp/commit/71dc18fa29263a1ff0472c23d81bfc8dd4422d48) ([#7315](https://github.com/yt-dlp/yt-dlp/issues/7315)) by [berkanteber](https://github.com/berkanteber), [pukkandan](https://github.com/pukkandan)
939     - [Improve nsig function name extraction](https://github.com/yt-dlp/yt-dlp/commit/cd810afe2ac5567c822b7424800fc470ef2d0045) by [pukkandan](https://github.com/pukkandan)
940     - [Workaround 403 for android formats](https://github.com/yt-dlp/yt-dlp/commit/81ca451480051d7ce1a31c017e005358345a9149) by [pukkandan](https://github.com/pukkandan)
942 #### Misc. changes
943 - [Revert "Add automatic duplicate issue detection"](https://github.com/yt-dlp/yt-dlp/commit/a4486bfc1dc7057efca9dd3fe70d7fa25c56f700) by [pukkandan](https://github.com/pukkandan)
944 - **cleanup**
945     - Miscellaneous
946         - [7f9c6a6](https://github.com/yt-dlp/yt-dlp/commit/7f9c6a63b16e145495479e9f666f5b9e2ee69e2f) by [bashonly](https://github.com/bashonly)
947         - [812cdfa](https://github.com/yt-dlp/yt-dlp/commit/812cdfa06c33a40e73a8e04b3e6f42c084666a43) by [pukkandan](https://github.com/pukkandan)
949 ### 2023.06.21
951 #### Important changes
952 - YouTube: Improved throttling and signature fixes
954 #### Core changes
955 - [Add `--compat-option playlist-match-filter`](https://github.com/yt-dlp/yt-dlp/commit/93b39cdbd9dcf351bfa0c4ee252805b4617fdca9) by [pukkandan](https://github.com/pukkandan)
956 - [Add `--no-quiet`](https://github.com/yt-dlp/yt-dlp/commit/d669772c65e8630162fd6555d0a578b246591921) by [pukkandan](https://github.com/pukkandan)
957 - [Add option `--color`](https://github.com/yt-dlp/yt-dlp/commit/8417f26b8a819cd7ffcd4e000ca3e45033e670fb) ([#6904](https://github.com/yt-dlp/yt-dlp/issues/6904)) by [Grub4K](https://github.com/Grub4K)
958 - [Add option `--netrc-cmd`](https://github.com/yt-dlp/yt-dlp/commit/db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb) ([#6682](https://github.com/yt-dlp/yt-dlp/issues/6682)) by [NDagestad](https://github.com/NDagestad), [pukkandan](https://github.com/pukkandan)
959 - [Add option `--xff`](https://github.com/yt-dlp/yt-dlp/commit/c16644642b08e2bf4130a6c5fa01395d8718c990) by [pukkandan](https://github.com/pukkandan)
960 - [Auto-select default format in `-f-`](https://github.com/yt-dlp/yt-dlp/commit/372a0f3b9dadd1e52234b498aa4c7040ef868c7d) ([#7101](https://github.com/yt-dlp/yt-dlp/issues/7101)) by [ivanskodje](https://github.com/ivanskodje), [pukkandan](https://github.com/pukkandan)
961 - [Deprecate internal `Youtubedl-no-compression` header](https://github.com/yt-dlp/yt-dlp/commit/955c89584b66fcd0fcfab3e611f1edeb1ca63886) ([#6876](https://github.com/yt-dlp/yt-dlp/issues/6876)) by [coletdjnz](https://github.com/coletdjnz)
962 - [Do not translate newlines in `--print-to-file`](https://github.com/yt-dlp/yt-dlp/commit/9874e82b5a61582169300bea561b3e8899ad1ef7) by [pukkandan](https://github.com/pukkandan)
963 - [Ensure pre-processor errors do not block `--print`](https://github.com/yt-dlp/yt-dlp/commit/f005a35aa7e4f67a0c603a946c0dd714c151b2d6) by [pukkandan](https://github.com/pukkandan) (With fixes in [17ba434](https://github.com/yt-dlp/yt-dlp/commit/17ba4343cf99701692a7f4798fd42b50f644faba))
964 - [Fix `filepath` being copied to underlying format dict](https://github.com/yt-dlp/yt-dlp/commit/84078a8b38f403495d00b46654c8750774d821de) by [pukkandan](https://github.com/pukkandan)
965 - [Improve HTTP redirect handling](https://github.com/yt-dlp/yt-dlp/commit/08916a49c777cb6e000eec092881eb93ec22076c) ([#7094](https://github.com/yt-dlp/yt-dlp/issues/7094)) by [coletdjnz](https://github.com/coletdjnz)
966 - [Populate `filename` and `urls` fields at all stages of `--print`](https://github.com/yt-dlp/yt-dlp/commit/170605840ea9d5ad75da6576485ea7d125b428ee) by [pukkandan](https://github.com/pukkandan) (With fixes in [b5f61b6](https://github.com/yt-dlp/yt-dlp/commit/b5f61b69d4561b81fc98c226b176f0c15493e688))
967 - [Relaxed validation for numeric format filters](https://github.com/yt-dlp/yt-dlp/commit/c3f624ef0a5d7a6ae1c5ffeb243087e9fc7d79dc) by [pukkandan](https://github.com/pukkandan)
968 - [Support decoding multiple content encodings](https://github.com/yt-dlp/yt-dlp/commit/daafbf49b3482edae4d70dd37070be99742a926e) ([#7142](https://github.com/yt-dlp/yt-dlp/issues/7142)) by [coletdjnz](https://github.com/coletdjnz)
969 - [Support loading info.json with a list at it's root](https://github.com/yt-dlp/yt-dlp/commit/ab1de9cb1e39cf421c2b7dc6756c6ff1955bb313) by [pukkandan](https://github.com/pukkandan)
970 - [Workaround erroneous urllib Windows proxy parsing](https://github.com/yt-dlp/yt-dlp/commit/3f66b6fe50f8d5b545712f8b19d5ae62f5373980) ([#7092](https://github.com/yt-dlp/yt-dlp/issues/7092)) by [coletdjnz](https://github.com/coletdjnz)
971 - **cookies**
972     - [Defer extraction of v11 key from keyring](https://github.com/yt-dlp/yt-dlp/commit/9b7a48abd1b187eae1e3f6c9839c47d43ccec00b) by [Grub4K](https://github.com/Grub4K)
973     - [Move `YoutubeDLCookieJar` to cookies module](https://github.com/yt-dlp/yt-dlp/commit/b87e01c123fd560b6a674ce00f45a9459d82d98a) ([#7091](https://github.com/yt-dlp/yt-dlp/issues/7091)) by [coletdjnz](https://github.com/coletdjnz)
974     - [Support custom Safari cookies path](https://github.com/yt-dlp/yt-dlp/commit/a58182b75a05fe0a10c5e94a536711d3ade19c20) ([#6783](https://github.com/yt-dlp/yt-dlp/issues/6783)) by [NextFire](https://github.com/NextFire)
975     - [Update for chromium changes](https://github.com/yt-dlp/yt-dlp/commit/b38d4c941d1993ab27e4c0f8e024e23c2ec0f8f8) ([#6897](https://github.com/yt-dlp/yt-dlp/issues/6897)) by [mbway](https://github.com/mbway)
976 - **Cryptodome**: [Fix `__bool__`](https://github.com/yt-dlp/yt-dlp/commit/98ac902c4979e4529b166e873473bef42baa2e3e) by [pukkandan](https://github.com/pukkandan)
977 - **jsinterp**
978     - [Do not compile regex](https://github.com/yt-dlp/yt-dlp/commit/7aeda6cc9e73ada0b0a0b6a6748c66bef63a20a8) by [pukkandan](https://github.com/pukkandan)
979     - [Fix division](https://github.com/yt-dlp/yt-dlp/commit/b4a252fba81f53631c07ca40ce7583f5d19a8a36) ([#7279](https://github.com/yt-dlp/yt-dlp/issues/7279)) by [bashonly](https://github.com/bashonly)
980     - [Fix global object extraction](https://github.com/yt-dlp/yt-dlp/commit/01aba2519a0884ef17d5f85608dbd2a455577147) by [pukkandan](https://github.com/pukkandan)
981     - [Handle `NaN` in bitwise operators](https://github.com/yt-dlp/yt-dlp/commit/1d7656184c6b8aa46b29149893894b3c24f1df00) by [pukkandan](https://github.com/pukkandan)
982     - [Handle negative numbers better](https://github.com/yt-dlp/yt-dlp/commit/7cf51f21916292cd80bdeceb37489f5322f166dd) by [pukkandan](https://github.com/pukkandan)
983 - **outtmpl**
984     - [Allow `\n` in replacements and default.](https://github.com/yt-dlp/yt-dlp/commit/78fde6e3398ff11e5d383a66b28664badeab5180) by [pukkandan](https://github.com/pukkandan)
985     - [Fix some minor bugs](https://github.com/yt-dlp/yt-dlp/commit/ebe1b4e34f43c3acad30e4bcb8484681a030c114) by [pukkandan](https://github.com/pukkandan) (With fixes in [1619ab3](https://github.com/yt-dlp/yt-dlp/commit/1619ab3e67d8dc4f86fc7ed292c79345bc0d91a0))
986     - [Support `str.format` syntax inside replacements](https://github.com/yt-dlp/yt-dlp/commit/ec9311c41b111110bc52cfbd6ea682c6fb23f77a) by [pukkandan](https://github.com/pukkandan)
987 - **update**
988     - [Better error handling](https://github.com/yt-dlp/yt-dlp/commit/d2e84d5eb01c66fc5304e8566348d65a7be24ed7) by [pukkandan](https://github.com/pukkandan)
989     - [Do not restart into versions without `--update-to`](https://github.com/yt-dlp/yt-dlp/commit/02948a17d903f544363bb20b51a6d8baed7bba08) by [pukkandan](https://github.com/pukkandan)
990     - [Implement `--update-to` repo](https://github.com/yt-dlp/yt-dlp/commit/665472a7de3880578c0b7b3f95c71570c056368e) by [Grub4K](https://github.com/Grub4K), [pukkandan](https://github.com/pukkandan)
991 - **upstream**
992     - [Merged with youtube-dl 07af47](https://github.com/yt-dlp/yt-dlp/commit/42f2d40b475db66486a4b4fe5b56751a640db5db) by [pukkandan](https://github.com/pukkandan)
993     - [Merged with youtube-dl d1c6c5](https://github.com/yt-dlp/yt-dlp/commit/4823ec9f461512daa1b8ab362893bb86a6320b26) by [pukkandan](https://github.com/pukkandan) (With fixes in [edbe5b5](https://github.com/yt-dlp/yt-dlp/commit/edbe5b589dd0860a67b4e03f58db3cd2539d91c2) by [bashonly](https://github.com/bashonly))
994 - **utils**
995     - `FormatSorter`: [Improve `size` and `br`](https://github.com/yt-dlp/yt-dlp/commit/eedda5252c05327748dede204a8fccafa0288118) by [pukkandan](https://github.com/pukkandan), [u-spec-png](https://github.com/u-spec-png)
996     - `js_to_json`: [Implement template strings](https://github.com/yt-dlp/yt-dlp/commit/0898c5c8ccadfc404472456a7a7751b72afebadd) ([#6623](https://github.com/yt-dlp/yt-dlp/issues/6623)) by [Grub4K](https://github.com/Grub4K)
997     - `locked_file`: [Fix for virtiofs](https://github.com/yt-dlp/yt-dlp/commit/45998b3e371b819ce0dbe50da703809a048cc2fe) ([#6840](https://github.com/yt-dlp/yt-dlp/issues/6840)) by [brandon-dacrib](https://github.com/brandon-dacrib)
998     - `strftime_or_none`: [Handle negative timestamps](https://github.com/yt-dlp/yt-dlp/commit/a35af4306d24c56c6358f89cdf204860d1cd62b4) by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
999     - `traverse_obj`
1000         - [Allow iterables in traversal](https://github.com/yt-dlp/yt-dlp/commit/21b5ec86c2c37d10c5bb97edd7051d3aac16bb3e) ([#6902](https://github.com/yt-dlp/yt-dlp/issues/6902)) by [Grub4K](https://github.com/Grub4K)
1001         - [More fixes](https://github.com/yt-dlp/yt-dlp/commit/b079c26f0af8085bccdadc72c61c8164ca5ab0f8) ([#6959](https://github.com/yt-dlp/yt-dlp/issues/6959)) by [Grub4K](https://github.com/Grub4K)
1002     - `write_string`: [Fix noconsole behavior](https://github.com/yt-dlp/yt-dlp/commit/3b479100df02e20dd949e046003ae96ddbfced57) by [Grub4K](https://github.com/Grub4K)
1004 #### Extractor changes
1005 - [Do not exit early for unsuitable `url_result`](https://github.com/yt-dlp/yt-dlp/commit/baa922b5c74b10e3b86ff5e6cf6529b3aae8efab) by [pukkandan](https://github.com/pukkandan)
1006 - [Do not warn for invalid chapter data in description](https://github.com/yt-dlp/yt-dlp/commit/84ffeb7d5e72e3829319ba7720a8480fc4c7503b) by [pukkandan](https://github.com/pukkandan)
1007 - [Extract more metadata from ISM](https://github.com/yt-dlp/yt-dlp/commit/f68434cc74cfd3db01b266476a2eac8329fbb267) by [pukkandan](https://github.com/pukkandan)
1008 - **abematv**: [Add fallback for title and description extraction and extract more metadata](https://github.com/yt-dlp/yt-dlp/commit/c449c0655d7c8549e6e1389c26b628053b253d39) ([#6994](https://github.com/yt-dlp/yt-dlp/issues/6994)) by [Lesmiscore](https://github.com/Lesmiscore)
1009 - **acast**: [Support embeds](https://github.com/yt-dlp/yt-dlp/commit/c91ac833ea99b00506e470a44cf930e4e23378c9) ([#7212](https://github.com/yt-dlp/yt-dlp/issues/7212)) by [pabs3](https://github.com/pabs3)
1010 - **adobepass**: [Handle `Charter_Direct` MSO as `Spectrum`](https://github.com/yt-dlp/yt-dlp/commit/ea0570820336a0fe9c3b530d1b0d1e59313274f4) ([#6824](https://github.com/yt-dlp/yt-dlp/issues/6824)) by [bashonly](https://github.com/bashonly)
1011 - **aeonco**: [Support Youtube embeds](https://github.com/yt-dlp/yt-dlp/commit/ed81b74802b4247ee8d9dc0ef87eb52baefede1c) ([#6591](https://github.com/yt-dlp/yt-dlp/issues/6591)) by [alexklapheke](https://github.com/alexklapheke)
1012 - **afreecatv**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/fdd69db38924c38194ef236b26325d66ac815c88) ([#6283](https://github.com/yt-dlp/yt-dlp/issues/6283)) by [blmarket](https://github.com/blmarket)
1013 - **ARDBetaMediathek**: [Add thumbnail](https://github.com/yt-dlp/yt-dlp/commit/f78eb41e1c0f1dcdb10317358a26bf541dc7ee15) ([#6890](https://github.com/yt-dlp/yt-dlp/issues/6890)) by [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
1014 - **bibeltv**: [Fix extraction, support live streams and series](https://github.com/yt-dlp/yt-dlp/commit/4ad58667c102bd82a7c4cca8aa395ec1682e3b4c) ([#6505](https://github.com/yt-dlp/yt-dlp/issues/6505)) by [flashdagger](https://github.com/flashdagger)
1015 - **bilibili**
1016     - [Support festival videos](https://github.com/yt-dlp/yt-dlp/commit/ab29e47029e2f5b48abbbab78e82faf7cf6e9506) ([#6547](https://github.com/yt-dlp/yt-dlp/issues/6547)) by [qbnu](https://github.com/qbnu)
1017     - SpaceVideo: [Extract signature](https://github.com/yt-dlp/yt-dlp/commit/6f10cdcf7eeaeae5b75e0a4428cd649c156a2d83) ([#7149](https://github.com/yt-dlp/yt-dlp/issues/7149)) by [elyse0](https://github.com/elyse0)
1018 - **biliIntl**: [Add comment extraction](https://github.com/yt-dlp/yt-dlp/commit/b093c38cc9f26b59a8504211d792f053142c847d) ([#6079](https://github.com/yt-dlp/yt-dlp/issues/6079)) by [HobbyistDev](https://github.com/HobbyistDev)
1019 - **bitchute**: [Add more fallback subdomains](https://github.com/yt-dlp/yt-dlp/commit/0c4e0fbcade0fc92d14c2a6d63e360fe067f6192) ([#6907](https://github.com/yt-dlp/yt-dlp/issues/6907)) by [Neurognostic](https://github.com/Neurognostic)
1020 - **booyah**: [Remove extractor](https://github.com/yt-dlp/yt-dlp/commit/f7f7a877bf8e87fd4eb0ad2494ad948ca7691114) by [pukkandan](https://github.com/pukkandan)
1021 - **BrainPOP**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/979568f26ece80bca72b48f0dd57d676e431059a) ([#6106](https://github.com/yt-dlp/yt-dlp/issues/6106)) by [MinePlayersPE](https://github.com/MinePlayersPE)
1022 - **bravotv**
1023     - [Detect DRM](https://github.com/yt-dlp/yt-dlp/commit/1fe5bf240e6ade487d18079a62aa36bcc440a27a) ([#7171](https://github.com/yt-dlp/yt-dlp/issues/7171)) by [bashonly](https://github.com/bashonly)
1024     - [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/06966cb8966b9aa4f60ab9c44c182a057d4ca3a3) ([#6568](https://github.com/yt-dlp/yt-dlp/issues/6568)) by [bashonly](https://github.com/bashonly)
1025 - **camfm**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/4cbfa570a1b9bd65b0f48770693377e8d842dcb0) ([#7083](https://github.com/yt-dlp/yt-dlp/issues/7083)) by [garret1317](https://github.com/garret1317)
1026 - **cbc**
1027     - [Fix live extractor, playlist `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/7a7b1376fbce0067cf37566bb47131bc0022638d) ([#6625](https://github.com/yt-dlp/yt-dlp/issues/6625)) by [makew0rld](https://github.com/makew0rld)
1028     - [Ignore 426 from API](https://github.com/yt-dlp/yt-dlp/commit/4afb208cf07b59291ae3b0c4efc83945ee5b8812) ([#6781](https://github.com/yt-dlp/yt-dlp/issues/6781)) by [jo-nike](https://github.com/jo-nike)
1029     - gem: [Update `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/871c907454693940cb56906ed9ea49fcb7154829) ([#6499](https://github.com/yt-dlp/yt-dlp/issues/6499)) by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
1030 - **cbs**: [Add `ParamountPressExpress` extractor](https://github.com/yt-dlp/yt-dlp/commit/44369c9afa996e14e9f466754481d878811b5b4a) ([#6604](https://github.com/yt-dlp/yt-dlp/issues/6604)) by [bashonly](https://github.com/bashonly)
1031 - **cbsnews**: [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/f6e43d6fa9804c24525e1fed0a87782754dab7ed) ([#6681](https://github.com/yt-dlp/yt-dlp/issues/6681)) by [bashonly](https://github.com/bashonly)
1032 - **chilloutzone**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/6f4fc5660f40f3458882a8f51601eae4af7be609) ([#6445](https://github.com/yt-dlp/yt-dlp/issues/6445)) by [bashonly](https://github.com/bashonly)
1033 - **clipchamp**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/2f07c4c1da4361af213e5791279b9d152d2e4ce3) ([#6978](https://github.com/yt-dlp/yt-dlp/issues/6978)) by [bashonly](https://github.com/bashonly)
1034 - **comedycentral**: [Add support for movies](https://github.com/yt-dlp/yt-dlp/commit/66468bbf49562ff82670cbbd456c5e8448a6df34) ([#7108](https://github.com/yt-dlp/yt-dlp/issues/7108)) by [sqrtNOT](https://github.com/sqrtNOT)
1035 - **crtvg**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/26c517b29c8727e47948d6fff749d5297f0efb60) ([#7168](https://github.com/yt-dlp/yt-dlp/issues/7168)) by [ItzMaxTV](https://github.com/ItzMaxTV)
1036 - **crunchyroll**: [Rework with support for movies, music and artists](https://github.com/yt-dlp/yt-dlp/commit/032de83ea9ff2f4977d9c71a93bbc1775597b762) ([#6237](https://github.com/yt-dlp/yt-dlp/issues/6237)) by [Grub4K](https://github.com/Grub4K)
1037 - **dacast**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/c25cac2f8e5fbac2737a426d7778fd2f0efc5381) ([#6896](https://github.com/yt-dlp/yt-dlp/issues/6896)) by [bashonly](https://github.com/bashonly)
1038 - **daftsex**: [Update domain and embed player url](https://github.com/yt-dlp/yt-dlp/commit/fc5a7f9b27d2a89b1f3ca7d33a95301c21d832cd) ([#5966](https://github.com/yt-dlp/yt-dlp/issues/5966)) by [JChris246](https://github.com/JChris246)
1039 - **DigitalConcertHall**: [Support films](https://github.com/yt-dlp/yt-dlp/commit/55ed4ff73487feb3177b037dfc2ea527e777da3e) ([#7202](https://github.com/yt-dlp/yt-dlp/issues/7202)) by [ItzMaxTV](https://github.com/ItzMaxTV)
1040 - **discogs**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/6daaf21092888beff11b807cd46f832f1f9c46a0) ([#6624](https://github.com/yt-dlp/yt-dlp/issues/6624)) by [rjy](https://github.com/rjy)
1041 - **dlf**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/b423b6a48e0b19260bc95ab7d72d2138d7f124dc) ([#6697](https://github.com/yt-dlp/yt-dlp/issues/6697)) by [nick-cd](https://github.com/nick-cd)
1042 - **drtv**: [Fix radio page extraction](https://github.com/yt-dlp/yt-dlp/commit/9a06b7b1891b48cebbe275652ae8025a36d97d97) ([#6552](https://github.com/yt-dlp/yt-dlp/issues/6552)) by [viktor-enzell](https://github.com/viktor-enzell)
1043 - **Dumpert**: [Fix m3u8 and support new URL pattern](https://github.com/yt-dlp/yt-dlp/commit/f8ae441501596733e2b967430471643a1d7cacb8) ([#6091](https://github.com/yt-dlp/yt-dlp/issues/6091)) by [DataGhost](https://github.com/DataGhost), [pukkandan](https://github.com/pukkandan)
1044 - **elevensports**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/ecfe47973f6603b5367fe2cc3c65274627d94516) ([#7172](https://github.com/yt-dlp/yt-dlp/issues/7172)) by [ItzMaxTV](https://github.com/ItzMaxTV)
1045 - **ettutv**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/83465fc4100a2fb2c188898fbc2f3021f6a9b4dd) ([#6579](https://github.com/yt-dlp/yt-dlp/issues/6579)) by [elyse0](https://github.com/elyse0)
1046 - **europarl**: [Rewrite extractor](https://github.com/yt-dlp/yt-dlp/commit/03789976d301eaed3e957dbc041573098f6af059) ([#7114](https://github.com/yt-dlp/yt-dlp/issues/7114)) by [HobbyistDev](https://github.com/HobbyistDev)
1047 - **eurosport**: [Improve `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/45e87ea106ad37b2a002663fa30ee41ce97b16cd) ([#7076](https://github.com/yt-dlp/yt-dlp/issues/7076)) by [HobbyistDev](https://github.com/HobbyistDev)
1048 - **facebook**: [Fix metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/3b52a606881e6adadc33444abdeacce562b79330) ([#6856](https://github.com/yt-dlp/yt-dlp/issues/6856)) by [ringus1](https://github.com/ringus1)
1049 - **foxnews**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/97d60ad8cd6c99f01e463a9acfce8693aff2a609) ([#7222](https://github.com/yt-dlp/yt-dlp/issues/7222)) by [bashonly](https://github.com/bashonly)
1050 - **funker530**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/cab94a0cd8b6d3fffed5a6faff030274adbed182) ([#7291](https://github.com/yt-dlp/yt-dlp/issues/7291)) by [Cyberes](https://github.com/Cyberes)
1051 - **generic**
1052     - [Accept values for `fragment_query`, `variant_query`](https://github.com/yt-dlp/yt-dlp/commit/5cc0a8fd2e9fec50026fb92170b57993af939e4a) ([#6600](https://github.com/yt-dlp/yt-dlp/issues/6600)) by [bashonly](https://github.com/bashonly) (With fixes in [9bfe0d1](https://github.com/yt-dlp/yt-dlp/commit/9bfe0d15bd7dbdc6b0e6378fa9f5e2e289b2373b))
1053     - [Add extractor-args `hls_key`, `variant_query`](https://github.com/yt-dlp/yt-dlp/commit/c2e0fc40a73dd85ab3920f977f579d475e66ef59) ([#6567](https://github.com/yt-dlp/yt-dlp/issues/6567)) by [bashonly](https://github.com/bashonly)
1054     - [Attempt to detect live HLS](https://github.com/yt-dlp/yt-dlp/commit/93e7c6995e07dafb9dcc06c0d06acf6c5bdfecc5) ([#6775](https://github.com/yt-dlp/yt-dlp/issues/6775)) by [bashonly](https://github.com/bashonly)
1055 - **genius**: [Add support for articles](https://github.com/yt-dlp/yt-dlp/commit/460da07439718d9af1e3661da2a23e05a913a2e6) ([#6474](https://github.com/yt-dlp/yt-dlp/issues/6474)) by [bashonly](https://github.com/bashonly)
1056 - **globalplayer**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/30647668a92a0ca5cd108776804baac0996bd9f7) ([#6903](https://github.com/yt-dlp/yt-dlp/issues/6903)) by [garret1317](https://github.com/garret1317)
1057 - **gmanetwork**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/2d97d154fe4fb84fe2ed3a4e1ed5819e89b71e88) ([#5945](https://github.com/yt-dlp/yt-dlp/issues/5945)) by [HobbyistDev](https://github.com/HobbyistDev)
1058 - **gronkh**: [Extract duration and chapters](https://github.com/yt-dlp/yt-dlp/commit/9c92b803fa24e48543ce969468d5404376e315b7) ([#6817](https://github.com/yt-dlp/yt-dlp/issues/6817)) by [satan1st](https://github.com/satan1st)
1059 - **hentaistigma**: [Remove extractor](https://github.com/yt-dlp/yt-dlp/commit/04f8018a0544736a18494bc3899d06b05b78fae6) by [pukkandan](https://github.com/pukkandan)
1060 - **hidive**: [Fix login](https://github.com/yt-dlp/yt-dlp/commit/e6ab678e36c40ded0aae305bbb866cdab554d417) by [pukkandan](https://github.com/pukkandan)
1061 - **hollywoodreporter**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/6bdb64e2a2a6d504d8ce1dc830fbfb8a7f199c63) ([#6614](https://github.com/yt-dlp/yt-dlp/issues/6614)) by [bashonly](https://github.com/bashonly)
1062 - **hotstar**: [Support `/shows/` URLs](https://github.com/yt-dlp/yt-dlp/commit/7f8ddebbb51c9fd4a347306332a718ba41b371b8) ([#7225](https://github.com/yt-dlp/yt-dlp/issues/7225)) by [bashonly](https://github.com/bashonly)
1063 - **hrefli**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/7e35526d5b970a034b9d76215ee3e4bd7631edcd) ([#6762](https://github.com/yt-dlp/yt-dlp/issues/6762)) by [selfisekai](https://github.com/selfisekai)
1064 - **idolplus**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/5c14b213679ed4401288bdc86ae696932e219222) ([#6732](https://github.com/yt-dlp/yt-dlp/issues/6732)) by [ping](https://github.com/ping)
1065 - **iq**: [Set more language codes](https://github.com/yt-dlp/yt-dlp/commit/2d5cae9636714ff922d28c548c349d5f2b48f317) ([#6476](https://github.com/yt-dlp/yt-dlp/issues/6476)) by [D0LLYNH0](https://github.com/D0LLYNH0)
1066 - **iwara**
1067     - [Accept old URLs](https://github.com/yt-dlp/yt-dlp/commit/ab92d8651c48d247dfb7d3f0a824cc986e47c7ed) by [Lesmiscore](https://github.com/Lesmiscore)
1068     - [Fix authentication](https://github.com/yt-dlp/yt-dlp/commit/0a5d7c39e17bb9bd50c9db42bcad40eb82d7f784) ([#7137](https://github.com/yt-dlp/yt-dlp/issues/7137)) by [toomyzoom](https://github.com/toomyzoom)
1069     - [Fix format sorting](https://github.com/yt-dlp/yt-dlp/commit/56793f74c36899742d7abd52afb0deca97d469e1) ([#6651](https://github.com/yt-dlp/yt-dlp/issues/6651)) by [hasezoey](https://github.com/hasezoey)
1070     - [Fix typo](https://github.com/yt-dlp/yt-dlp/commit/d1483ec693c79f0b4ddf493870bcb840aca4da08) by [Lesmiscore](https://github.com/Lesmiscore)
1071     - [Implement login](https://github.com/yt-dlp/yt-dlp/commit/21b9413cf7dd4830b2ece57af21589dd4538fc52) ([#6721](https://github.com/yt-dlp/yt-dlp/issues/6721)) by [toomyzoom](https://github.com/toomyzoom)
1072     - [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/c14af7a741931b364bab3d9546c0f4359f318f8c) ([#6557](https://github.com/yt-dlp/yt-dlp/issues/6557)) by [Lesmiscore](https://github.com/Lesmiscore)
1073     - [Report private videos](https://github.com/yt-dlp/yt-dlp/commit/95a383be1b6fb00c92ee3fb091732c4f6009acb6) ([#6641](https://github.com/yt-dlp/yt-dlp/issues/6641)) by [Lesmiscore](https://github.com/Lesmiscore)
1074 - **JStream**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/3459d3c5af3b2572ed51e8ecfda6c11022a838c6) ([#6252](https://github.com/yt-dlp/yt-dlp/issues/6252)) by [Lesmiscore](https://github.com/Lesmiscore)
1075 - **jwplatform**: [Update `_extract_embed_urls`](https://github.com/yt-dlp/yt-dlp/commit/cf9fd52fabe71d6e7c30d3ea525029ffa561fc9c) ([#6383](https://github.com/yt-dlp/yt-dlp/issues/6383)) by [carusocr](https://github.com/carusocr)
1076 - **kick**: [Make initial request non-fatal](https://github.com/yt-dlp/yt-dlp/commit/0a6918a4a1431960181d8c50e0bbbcb0afbaff9a) by [bashonly](https://github.com/bashonly)
1077 - **LastFM**: [Rewrite playlist extraction](https://github.com/yt-dlp/yt-dlp/commit/026435714cb7c39613a0d7d2acd15d3823b78d94) ([#6379](https://github.com/yt-dlp/yt-dlp/issues/6379)) by [hatienl0i261299](https://github.com/hatienl0i261299), [pukkandan](https://github.com/pukkandan)
1078 - **lbry**: [Extract original quality formats](https://github.com/yt-dlp/yt-dlp/commit/44c0d66442b568d9e1359e669d8b029b08a77fa7) ([#7257](https://github.com/yt-dlp/yt-dlp/issues/7257)) by [bashonly](https://github.com/bashonly)
1079 - **line**: [Remove extractors](https://github.com/yt-dlp/yt-dlp/commit/faa0332ed69e070cf3bd31390589a596e962f392) ([#6734](https://github.com/yt-dlp/yt-dlp/issues/6734)) by [sian1468](https://github.com/sian1468)
1080 - **livestream**: [Support videos with account id](https://github.com/yt-dlp/yt-dlp/commit/bfdf144c7e5d7a93fbfa9d8e65598c72bf2b542a) ([#6324](https://github.com/yt-dlp/yt-dlp/issues/6324)) by [theperfectpunk](https://github.com/theperfectpunk)
1081 - **medaltv**: [Fix clips](https://github.com/yt-dlp/yt-dlp/commit/1e3c2b6ec28d7ab5e31341fa93c47b65be4fbff4) ([#6502](https://github.com/yt-dlp/yt-dlp/issues/6502)) by [xenova](https://github.com/xenova)
1082 - **mediastream**: [Improve `WinSports` and embed extraction](https://github.com/yt-dlp/yt-dlp/commit/03025b6e105139d01cd415ddc51fd692957fd2ba) ([#6426](https://github.com/yt-dlp/yt-dlp/issues/6426)) by [bashonly](https://github.com/bashonly)
1083 - **mgtv**: [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/59d9fe08312bbb76ee26238d207a8ca35410a48d) ([#7234](https://github.com/yt-dlp/yt-dlp/issues/7234)) by [bashonly](https://github.com/bashonly)
1084 - **Mzaalo**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/dc3c44f349ba85af320e706e2a27ad81a78b1c6e) ([#7163](https://github.com/yt-dlp/yt-dlp/issues/7163)) by [ItzMaxTV](https://github.com/ItzMaxTV)
1085 - **nbc**: [Fix `NBCStations` direct mp4 formats](https://github.com/yt-dlp/yt-dlp/commit/9be0fe1fd967f62cbf3c60bd14e1021a70abc147) ([#6637](https://github.com/yt-dlp/yt-dlp/issues/6637)) by [bashonly](https://github.com/bashonly)
1086 - **nebula**: [Add `beta.nebula.tv`](https://github.com/yt-dlp/yt-dlp/commit/cbfe2e5cbe0f4649a91e323a82b8f5f774f36662) ([#6516](https://github.com/yt-dlp/yt-dlp/issues/6516)) by [unbeatable-101](https://github.com/unbeatable-101)
1087 - **nekohacker**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/489f51279d00318018478fd7461eddbe3b45297e) ([#7003](https://github.com/yt-dlp/yt-dlp/issues/7003)) by [hasezoey](https://github.com/hasezoey)
1088 - **nhk**
1089     - [Add `NhkRadiru` extractor](https://github.com/yt-dlp/yt-dlp/commit/8f0be90ecb3b8d862397177bb226f17b245ef933) ([#6819](https://github.com/yt-dlp/yt-dlp/issues/6819)) by [garret1317](https://github.com/garret1317)
1090     - [Fix API extraction](https://github.com/yt-dlp/yt-dlp/commit/f41b949a2ef646fbc36375febbe3f0c19d742c0f) ([#7180](https://github.com/yt-dlp/yt-dlp/issues/7180)) by [menschel](https://github.com/menschel), [sjthespian](https://github.com/sjthespian)
1091     - `NhkRadiruLive`: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/81c8b9bdd9841b72cbfc1bbff9dab5fb4aa038b0) ([#7332](https://github.com/yt-dlp/yt-dlp/issues/7332)) by [garret1317](https://github.com/garret1317)
1092 - **niconico**
1093     - [Download comments from the new endpoint](https://github.com/yt-dlp/yt-dlp/commit/52ecc33e221f7de7eb6fed6c22489f0c5fdd2c6d) ([#6773](https://github.com/yt-dlp/yt-dlp/issues/6773)) by [Lesmiscore](https://github.com/Lesmiscore)
1094     - live: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/f8f9250fe280d37f0988646cd5cc0072f4d33a6d) ([#5764](https://github.com/yt-dlp/yt-dlp/issues/5764)) by [Lesmiscore](https://github.com/Lesmiscore)
1095     - series: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/c86e433c35fe5da6cb29f3539eef97497f84ed38) ([#6898](https://github.com/yt-dlp/yt-dlp/issues/6898)) by [sqrtNOT](https://github.com/sqrtNOT)
1096 - **nubilesporn**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/d4e6ef40772e0560a8ed33b844ef7549e86837be) ([#6231](https://github.com/yt-dlp/yt-dlp/issues/6231)) by [permunkle](https://github.com/permunkle)
1097 - **odnoklassniki**: [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/1a2eb5bda51d8b7a78a65acebf72a0dcf9da196b) ([#7217](https://github.com/yt-dlp/yt-dlp/issues/7217)) by [bashonly](https://github.com/bashonly)
1098 - **opencast**
1099     - [Add ltitools to `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/3588be59cee429a0ab5c4ceb2f162298bb44147d) ([#6371](https://github.com/yt-dlp/yt-dlp/issues/6371)) by [C0D3D3V](https://github.com/C0D3D3V)
1100     - [Fix format bug](https://github.com/yt-dlp/yt-dlp/commit/89dbf0848370deaa55af88c3593a2a264124caf5) ([#6512](https://github.com/yt-dlp/yt-dlp/issues/6512)) by [C0D3D3V](https://github.com/C0D3D3V)
1101 - **owncloud**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/c6d4b82a8b8bce59b1c9ce5e6d349ea428dac0a7) ([#6533](https://github.com/yt-dlp/yt-dlp/issues/6533)) by [C0D3D3V](https://github.com/C0D3D3V)
1102 - **Parler**: [Rewrite extractor](https://github.com/yt-dlp/yt-dlp/commit/80ea6d3dea8483cddd39fc89b5ee1fc06670c33c) ([#6446](https://github.com/yt-dlp/yt-dlp/issues/6446)) by [JChris246](https://github.com/JChris246)
1103 - **pgatour**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/3ae182ad89e1427ff7b1684d6a44ff93fa857a0c) ([#6613](https://github.com/yt-dlp/yt-dlp/issues/6613)) by [bashonly](https://github.com/bashonly)
1104 - **playsuisse**: [Support new url format](https://github.com/yt-dlp/yt-dlp/commit/94627c5dde12a72766bdba36e056916c29c40ed1) ([#6528](https://github.com/yt-dlp/yt-dlp/issues/6528)) by [sbor23](https://github.com/sbor23)
1105 - **polskieradio**: [Improve extractors](https://github.com/yt-dlp/yt-dlp/commit/738c90a463257634455ada3e5c18b714c531dede) ([#5948](https://github.com/yt-dlp/yt-dlp/issues/5948)) by [selfisekai](https://github.com/selfisekai)
1106 - **pornez**: [Support new URL formats](https://github.com/yt-dlp/yt-dlp/commit/cbdf9408e6f1e35e98fd6477b3d6902df5b8a47f) ([#6792](https://github.com/yt-dlp/yt-dlp/issues/6792)) by [zhgwn](https://github.com/zhgwn)
1107 - **pornhub**: [Set access cookies to fix extraction](https://github.com/yt-dlp/yt-dlp/commit/62beefa818c75c20b6941389bb197051554a5d41) ([#6685](https://github.com/yt-dlp/yt-dlp/issues/6685)) by [arobase-che](https://github.com/arobase-che), [Schmoaaaaah](https://github.com/Schmoaaaaah)
1108 - **rai**: [Rewrite extractors](https://github.com/yt-dlp/yt-dlp/commit/c6d3f81a4077aaf9cffc6aa2d0dec92f38e74bb0) ([#5940](https://github.com/yt-dlp/yt-dlp/issues/5940)) by [danog](https://github.com/danog), [nixxo](https://github.com/nixxo)
1109 - **recurbate**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/c2502cfed91415c7ccfff925fd3404d230046484) ([#6297](https://github.com/yt-dlp/yt-dlp/issues/6297)) by [mrscrapy](https://github.com/mrscrapy)
1110 - **reddit**
1111     - [Add login support](https://github.com/yt-dlp/yt-dlp/commit/4d9280c9c853733534dda60486fa949bcca36c9e) ([#6950](https://github.com/yt-dlp/yt-dlp/issues/6950)) by [bashonly](https://github.com/bashonly)
1112     - [Support cookies and short URLs](https://github.com/yt-dlp/yt-dlp/commit/7a6f6f24592a8065376f11a58e44878807732cf6) ([#6825](https://github.com/yt-dlp/yt-dlp/issues/6825)) by [bashonly](https://github.com/bashonly)
1113 - **rokfin**: [Re-construct manifest url](https://github.com/yt-dlp/yt-dlp/commit/7a6c8a0807941dd24fbf0d6172e811884f98e027) ([#6507](https://github.com/yt-dlp/yt-dlp/issues/6507)) by [vampirefrog](https://github.com/vampirefrog)
1114 - **rottentomatoes**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/2d306c03d6f2697fcbabb7da35aa62cc078359d3) ([#6844](https://github.com/yt-dlp/yt-dlp/issues/6844)) by [JChris246](https://github.com/JChris246)
1115 - **rozhlas**
1116     - [Extract manifest formats](https://github.com/yt-dlp/yt-dlp/commit/e4cf7741f9302b3faa092962f2895b55cb3d89bb) ([#6590](https://github.com/yt-dlp/yt-dlp/issues/6590)) by [bashonly](https://github.com/bashonly)
1117     - `MujRozhlas`: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/c2b801fea59628d5c873e06a0727fbf2051bbd1f) ([#7129](https://github.com/yt-dlp/yt-dlp/issues/7129)) by [stanoarn](https://github.com/stanoarn)
1118 - **rtvc**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/9b30cd3dfce83c2f0201b28a7a3ef44ab9722664) ([#6578](https://github.com/yt-dlp/yt-dlp/issues/6578)) by [elyse0](https://github.com/elyse0)
1119 - **rumble**
1120     - [Detect timeline format](https://github.com/yt-dlp/yt-dlp/commit/78bc1868ff3352108ab2911033d1ac67a55f151e) by [pukkandan](https://github.com/pukkandan)
1121     - [Fix videos without quality selection](https://github.com/yt-dlp/yt-dlp/commit/6994afc030d2a786d8032075ed71a14d7eac5a4f) by [pukkandan](https://github.com/pukkandan)
1122 - **sbs**: [Overhaul extractor for new API](https://github.com/yt-dlp/yt-dlp/commit/6a765f135ccb654861336ea27a2c1c24ea8e286f) ([#6839](https://github.com/yt-dlp/yt-dlp/issues/6839)) by [bashonly](https://github.com/bashonly), [dirkf](https://github.com/dirkf), [vidiot720](https://github.com/vidiot720)
1123 - **shemaroome**: [Pass `stream_key` header to downloader](https://github.com/yt-dlp/yt-dlp/commit/7bc92517463f5766e9d9b92c3823b5cf403c0e3d) ([#7224](https://github.com/yt-dlp/yt-dlp/issues/7224)) by [bashonly](https://github.com/bashonly)
1124 - **sonyliv**: [Fix login with token](https://github.com/yt-dlp/yt-dlp/commit/4815d35c191e7d375b94492a6486dd2ba43a8954) ([#7223](https://github.com/yt-dlp/yt-dlp/issues/7223)) by [bashonly](https://github.com/bashonly)
1125 - **stageplus**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/e5265dc6517478e589ee3c1ff0cb19bdf4e35ce1) ([#6838](https://github.com/yt-dlp/yt-dlp/issues/6838)) by [bashonly](https://github.com/bashonly)
1126 - **stripchat**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/f9213f8a2d7ba46b912afe1dd3ce6bb700a33d72) ([#7306](https://github.com/yt-dlp/yt-dlp/issues/7306)) by [foreignBlade](https://github.com/foreignBlade)
1127 - **substack**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/12037d8b0a578fcc78a5c8f98964e48ee6060e25) ([#7218](https://github.com/yt-dlp/yt-dlp/issues/7218)) by [bashonly](https://github.com/bashonly)
1128 - **sverigesradio**: [Support slug URLs](https://github.com/yt-dlp/yt-dlp/commit/5ee9a7d6e18ceea956e831994cf11c423979354f) ([#7220](https://github.com/yt-dlp/yt-dlp/issues/7220)) by [bashonly](https://github.com/bashonly)
1129 - **tagesschau**: [Fix single audio urls](https://github.com/yt-dlp/yt-dlp/commit/af7585c824a1e405bd8afa46d87b4be322edc93c) ([#6626](https://github.com/yt-dlp/yt-dlp/issues/6626)) by [flashdagger](https://github.com/flashdagger)
1130 - **teamcoco**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/c459d45dd4d417fb80a52e1a04e607776a44baa4) ([#6437](https://github.com/yt-dlp/yt-dlp/issues/6437)) by [bashonly](https://github.com/bashonly)
1131 - **telecaribe**: [Expand livestream support](https://github.com/yt-dlp/yt-dlp/commit/69b2f838d3d3e37dc17367ef64d978db1bea45cf) ([#6601](https://github.com/yt-dlp/yt-dlp/issues/6601)) by [bashonly](https://github.com/bashonly)
1132 - **tencent**: [Fix fatal metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/971d901d129403e875a04dd92109507a03fbc070) ([#7219](https://github.com/yt-dlp/yt-dlp/issues/7219)) by [bashonly](https://github.com/bashonly)
1133 - **thesun**: [Update `_VALID_URL`](https://github.com/yt-dlp/yt-dlp/commit/0181b9a1b31db3fde943f7cd3fe9662f23bff292) ([#6522](https://github.com/yt-dlp/yt-dlp/issues/6522)) by [hatienl0i261299](https://github.com/hatienl0i261299)
1134 - **tiktok**
1135     - [Extract 1080p adaptive formats](https://github.com/yt-dlp/yt-dlp/commit/c2a1bdb00931969193f2a31ea27b9c66a07aaec2) ([#7228](https://github.com/yt-dlp/yt-dlp/issues/7228)) by [bashonly](https://github.com/bashonly)
1136     - [Fix and improve metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/925936908a3c3ee0e508621db14696b9f6a8b563) ([#6777](https://github.com/yt-dlp/yt-dlp/issues/6777)) by [bashonly](https://github.com/bashonly)
1137     - [Fix mp3 formats](https://github.com/yt-dlp/yt-dlp/commit/8ceb07e870424c219dced8f4348729553f05c5cc) ([#6615](https://github.com/yt-dlp/yt-dlp/issues/6615)) by [bashonly](https://github.com/bashonly)
1138     - [Fix resolution extraction](https://github.com/yt-dlp/yt-dlp/commit/ab6057ec80aa75db6303b8206916d00c376c622c) ([#7237](https://github.com/yt-dlp/yt-dlp/issues/7237)) by [puc9](https://github.com/puc9)
1139     - [Improve `TikTokLive` extractor](https://github.com/yt-dlp/yt-dlp/commit/216bcb66d7dce0762767d751dad10650cb57da9d) ([#6520](https://github.com/yt-dlp/yt-dlp/issues/6520)) by [bashonly](https://github.com/bashonly)
1140 - **triller**: [Support short URLs, detect removed videos](https://github.com/yt-dlp/yt-dlp/commit/33b737bedf8383c0d00d4e1d06a5273dcdfdb756) ([#6636](https://github.com/yt-dlp/yt-dlp/issues/6636)) by [bashonly](https://github.com/bashonly)
1141 - **tv4**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/125ffaa1737dd04716f2f6fbb0595ad3eb7a4b1c) ([#5649](https://github.com/yt-dlp/yt-dlp/issues/5649)) by [dirkf](https://github.com/dirkf), [TxI5](https://github.com/TxI5)
1142 - **tvp**: [Use new API](https://github.com/yt-dlp/yt-dlp/commit/0c7ce146e4d2a84e656d78f6857952bfd25ab389) ([#6989](https://github.com/yt-dlp/yt-dlp/issues/6989)) by [selfisekai](https://github.com/selfisekai)
1143 - **tvplay**: [Remove outdated domains](https://github.com/yt-dlp/yt-dlp/commit/937264419f9bf375d5656785ae6e53282587c15d) ([#7106](https://github.com/yt-dlp/yt-dlp/issues/7106)) by [ivanskodje](https://github.com/ivanskodje)
1144 - **twitch**
1145     - [Extract original size thumbnail](https://github.com/yt-dlp/yt-dlp/commit/80b732b7a9585b2a61e456dc0d2d014a439cbaee) ([#6629](https://github.com/yt-dlp/yt-dlp/issues/6629)) by [JC-Chung](https://github.com/JC-Chung)
1146     - [Fix `is_live`](https://github.com/yt-dlp/yt-dlp/commit/0551511b45f7847f40e4314aa9e624e80d086539) ([#6500](https://github.com/yt-dlp/yt-dlp/issues/6500)) by [elyse0](https://github.com/elyse0)
1147     - [Support mobile clips](https://github.com/yt-dlp/yt-dlp/commit/02312c03cf53eb1da24c9ad022ee79af26060733) ([#6699](https://github.com/yt-dlp/yt-dlp/issues/6699)) by [bepvte](https://github.com/bepvte)
1148     - [Update `_CLIENT_ID` and add extractor-arg](https://github.com/yt-dlp/yt-dlp/commit/01231feb142e80828985aabdec04ac608e3d43e2) ([#7200](https://github.com/yt-dlp/yt-dlp/issues/7200)) by [bashonly](https://github.com/bashonly)
1149     - vod: [Support links from schedule tab](https://github.com/yt-dlp/yt-dlp/commit/dbce5afa6bb61f6272ade613f2e9a3d66b88c7ea) ([#7071](https://github.com/yt-dlp/yt-dlp/issues/7071)) by [falbrechtskirchinger](https://github.com/falbrechtskirchinger)
1150 - **twitter**
1151     - [Add login support](https://github.com/yt-dlp/yt-dlp/commit/d1795f4a6af99c976c9d3ea2dabe5cf4f8965d3c) ([#7258](https://github.com/yt-dlp/yt-dlp/issues/7258)) by [bashonly](https://github.com/bashonly)
1152     - [Default to GraphQL, handle auth errors](https://github.com/yt-dlp/yt-dlp/commit/147e62fc584c3ea6fdb09bb7a47905df68553a22) ([#6957](https://github.com/yt-dlp/yt-dlp/issues/6957)) by [bashonly](https://github.com/bashonly)
1153     - spaces: [Add `release_timestamp`](https://github.com/yt-dlp/yt-dlp/commit/1c16d9df5330819cc79ad588b24aa5b72765c168) ([#7186](https://github.com/yt-dlp/yt-dlp/issues/7186)) by [CeruleanSky](https://github.com/CeruleanSky)
1154 - **urplay**: [Extract all subtitles](https://github.com/yt-dlp/yt-dlp/commit/7bcd4813215ac98daa4949af2ffc677c78307a38) ([#7309](https://github.com/yt-dlp/yt-dlp/issues/7309)) by [hoaluvn](https://github.com/hoaluvn)
1155 - **voot**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/4f7b11cc1c1cebf598107e00cd7295588ed484da) ([#7227](https://github.com/yt-dlp/yt-dlp/issues/7227)) by [bashonly](https://github.com/bashonly)
1156 - **vrt**: [Overhaul extractors](https://github.com/yt-dlp/yt-dlp/commit/1a7dcca378e80a387923ee05c250d8ba122441c6) ([#6244](https://github.com/yt-dlp/yt-dlp/issues/6244)) by [bashonly](https://github.com/bashonly), [bergoid](https://github.com/bergoid), [jeroenj](https://github.com/jeroenj)
1157 - **weverse**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/b844a3f8b16500663e7ab6c6ec061cc9b30f71ac) ([#6711](https://github.com/yt-dlp/yt-dlp/issues/6711)) by [bashonly](https://github.com/bashonly) (With fixes in [fd5d93f](https://github.com/yt-dlp/yt-dlp/commit/fd5d93f7040f9776fd541f4e4079dad7d3b3fb4f))
1158 - **wevidi**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/1ea15603d852971ed7d92f4de12808b27b3d9370) ([#6868](https://github.com/yt-dlp/yt-dlp/issues/6868)) by [truedread](https://github.com/truedread)
1159 - **weyyak**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/6dc00acf0f1f1107a626c21befd1691403e6aeeb) ([#7124](https://github.com/yt-dlp/yt-dlp/issues/7124)) by [ItzMaxTV](https://github.com/ItzMaxTV)
1160 - **whyp**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/2c566ed14101673c651c08c306c30fa5b4010b85) ([#6803](https://github.com/yt-dlp/yt-dlp/issues/6803)) by [CoryTibbettsDev](https://github.com/CoryTibbettsDev)
1161 - **wrestleuniverse**
1162     - [Fix cookies support](https://github.com/yt-dlp/yt-dlp/commit/c8561c6d03f025268d6d3972abeb47987c8d7cbb) by [bashonly](https://github.com/bashonly)
1163     - [Fix extraction, add login](https://github.com/yt-dlp/yt-dlp/commit/ef8fb7f029b816dfc95600727d84400591a3b5c5) ([#6982](https://github.com/yt-dlp/yt-dlp/issues/6982)) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
1164 - **wykop**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/aed945e1b9b7d3af2a907e1a12e6508cc81d6a20) ([#6140](https://github.com/yt-dlp/yt-dlp/issues/6140)) by [selfisekai](https://github.com/selfisekai)
1165 - **ximalaya**: [Sort playlist entries](https://github.com/yt-dlp/yt-dlp/commit/8790ea7b2536332777bce68590386b1aa935fac7) ([#7292](https://github.com/yt-dlp/yt-dlp/issues/7292)) by [linsui](https://github.com/linsui)
1166 - **YahooGyaOIE, YahooGyaOPlayerIE**: [Delete extractors due to website close](https://github.com/yt-dlp/yt-dlp/commit/68be95bd0ca3f76aa63c9812935bd826b3a42e53) ([#6218](https://github.com/yt-dlp/yt-dlp/issues/6218)) by [Lesmiscore](https://github.com/Lesmiscore)
1167 - **yappy**: YappyProfile: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/6f69101dc912690338d32e2aab085c32e44eba3f) ([#7346](https://github.com/yt-dlp/yt-dlp/issues/7346)) by [7vlad7](https://github.com/7vlad7)
1168 - **youku**: [Improve error message](https://github.com/yt-dlp/yt-dlp/commit/ef0848abd425dfda6db62baa8d72897eefb0007f) ([#6690](https://github.com/yt-dlp/yt-dlp/issues/6690)) by [carusocr](https://github.com/carusocr)
1169 - **youporn**: [Extract m3u8 formats](https://github.com/yt-dlp/yt-dlp/commit/ddae33754ae1f32dd9c64cf895c47d20f6b5f336) by [pukkandan](https://github.com/pukkandan)
1170 - **youtube**
1171     - [Add client name to `format_note` when `-v`](https://github.com/yt-dlp/yt-dlp/commit/c795c39f27244cbce846067891827e4847036441) ([#6254](https://github.com/yt-dlp/yt-dlp/issues/6254)) by [Lesmiscore](https://github.com/Lesmiscore), [pukkandan](https://github.com/pukkandan)
1172     - [Add extractor-arg `include_duplicate_formats`](https://github.com/yt-dlp/yt-dlp/commit/86cb922118b236306310a72657f70426c20e28bb) by [pukkandan](https://github.com/pukkandan)
1173     - [Bypass throttling for `-f17`](https://github.com/yt-dlp/yt-dlp/commit/c9abebb851e6188cb34b9eb744c1863dd46af919) by [pukkandan](https://github.com/pukkandan)
1174     - [Construct fragment list lazily](https://github.com/yt-dlp/yt-dlp/commit/2a23d92d9ec44a0168079e38bcf3d383e5c4c7bb) by [pukkandan](https://github.com/pukkandan) (With fixes in [e389d17](https://github.com/yt-dlp/yt-dlp/commit/e389d172b6f42e4f332ae679dc48543fb7b9b61d))
1175     - [Define strict uploader metadata mapping](https://github.com/yt-dlp/yt-dlp/commit/7666b93604b97e9ada981c6b04ccf5605dd1bd44) ([#6384](https://github.com/yt-dlp/yt-dlp/issues/6384)) by [coletdjnz](https://github.com/coletdjnz)
1176     - [Determine audio language using automatic captions](https://github.com/yt-dlp/yt-dlp/commit/ff9b0e071ffae5543cc309e6f9e647ac51e5846e) by [pukkandan](https://github.com/pukkandan)
1177     - [Extract `channel_is_verified`](https://github.com/yt-dlp/yt-dlp/commit/8213ce28a485e200f6a7e1af1434a987c8e702bd) ([#7213](https://github.com/yt-dlp/yt-dlp/issues/7213)) by [coletdjnz](https://github.com/coletdjnz)
1178     - [Extract `heatmap` data](https://github.com/yt-dlp/yt-dlp/commit/5caf30dbc34f10b0be60676fece635b5c59f0d72) ([#7100](https://github.com/yt-dlp/yt-dlp/issues/7100)) by [tntmod54321](https://github.com/tntmod54321)
1179     - [Extract more metadata for comments](https://github.com/yt-dlp/yt-dlp/commit/c35448b7b14113b35c4415dbfbf488c4731f006f) ([#7179](https://github.com/yt-dlp/yt-dlp/issues/7179)) by [coletdjnz](https://github.com/coletdjnz)
1180     - [Extract uploader metadata for feed/playlist items](https://github.com/yt-dlp/yt-dlp/commit/93e12ed76ef49252dc6869b59d21d0777e5e11af) by [coletdjnz](https://github.com/coletdjnz)
1181     - [Fix comment loop detection for pinned comments](https://github.com/yt-dlp/yt-dlp/commit/141a8dff98874a426d7fbe772e0a8421bb42656f) ([#6714](https://github.com/yt-dlp/yt-dlp/issues/6714)) by [coletdjnz](https://github.com/coletdjnz)
1182     - [Fix continuation loop with no comments](https://github.com/yt-dlp/yt-dlp/commit/18f8fba7c89a87f99cc3313a1795848867e84fff) ([#7148](https://github.com/yt-dlp/yt-dlp/issues/7148)) by [coletdjnz](https://github.com/coletdjnz)
1183     - [Fix parsing `comment_count`](https://github.com/yt-dlp/yt-dlp/commit/071670cbeaa01ddf2cc20a95ae6da25f8f086431) ([#6523](https://github.com/yt-dlp/yt-dlp/issues/6523)) by [nick-cd](https://github.com/nick-cd)
1184     - [Handle incomplete initial data from watch page](https://github.com/yt-dlp/yt-dlp/commit/607510b9f2f67bfe7d33d74031a5c1fe22a24862) ([#6510](https://github.com/yt-dlp/yt-dlp/issues/6510)) by [coletdjnz](https://github.com/coletdjnz)
1185     - [Ignore wrong fps of some formats](https://github.com/yt-dlp/yt-dlp/commit/97afb093d4cbe5df889145afa5f9ede4535e93e4) by [pukkandan](https://github.com/pukkandan)
1186     - [Misc cleanup](https://github.com/yt-dlp/yt-dlp/commit/14a14335b280766fbf5a469ae26836d6c1fe450a) by [coletdjnz](https://github.com/coletdjnz)
1187     - [Prioritize premium formats](https://github.com/yt-dlp/yt-dlp/commit/51a07b0dca4c079d58311c19b6d1c097c24bb021) by [pukkandan](https://github.com/pukkandan)
1188     - [Revert default formats to `https`](https://github.com/yt-dlp/yt-dlp/commit/c6786ff3baaf72a5baa4d56d34058e54cbcf8ceb) by [pukkandan](https://github.com/pukkandan)
1189     - [Support podcasts and releases tabs](https://github.com/yt-dlp/yt-dlp/commit/447afb9eaa65bc677e3245c83e53a8e69c174a3c) by [coletdjnz](https://github.com/coletdjnz)
1190     - [Support shorter relative time format](https://github.com/yt-dlp/yt-dlp/commit/2fb35f6004c7625f0dd493da4a5abf0690f7777c) ([#7191](https://github.com/yt-dlp/yt-dlp/issues/7191)) by [coletdjnz](https://github.com/coletdjnz)
1191     - music_search_url: [Extract title](https://github.com/yt-dlp/yt-dlp/commit/69a40e4a7f6caa5662527ebd2f3c4e8aa02857a2) ([#7102](https://github.com/yt-dlp/yt-dlp/issues/7102)) by [kangalio](https://github.com/kangalio)
1192 - **zaiko**
1193     - [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/345b4c0aedd9d19898ce00d5cef35fe0d277a052) ([#7254](https://github.com/yt-dlp/yt-dlp/issues/7254)) by [c-basalt](https://github.com/c-basalt)
1194     - ZaikoETicket: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/5cc09c004bd5edbbada9b041c08a720cadc4f4df) ([#7347](https://github.com/yt-dlp/yt-dlp/issues/7347)) by [pzhlkj6612](https://github.com/pzhlkj6612)
1195 - **zdf**: [Fix formats extraction](https://github.com/yt-dlp/yt-dlp/commit/ee0ed0338df328cd986f97315c8162b5a151476d) by [bashonly](https://github.com/bashonly)
1196 - **zee5**: [Fix extraction of new content](https://github.com/yt-dlp/yt-dlp/commit/9d7fde89a40360396f0baa2ee8bf507f92108b32) ([#7280](https://github.com/yt-dlp/yt-dlp/issues/7280)) by [bashonly](https://github.com/bashonly)
1197 - **zingmp3**: [Fix and improve extractors](https://github.com/yt-dlp/yt-dlp/commit/17d7ca84ea723c20668bd9bfa938be7ea0e64f6b) ([#6367](https://github.com/yt-dlp/yt-dlp/issues/6367)) by [hatienl0i261299](https://github.com/hatienl0i261299)
1198 - **zoom**
1199     - [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/79c77e85b70ae3b9942d5a88c14d021a9bd24222) ([#6741](https://github.com/yt-dlp/yt-dlp/issues/6741)) by [shreyasminocha](https://github.com/shreyasminocha)
1200     - [Fix share URL extraction](https://github.com/yt-dlp/yt-dlp/commit/90c1f5120694105496a6ad9e3ecfc6c25de6cae1) ([#6789](https://github.com/yt-dlp/yt-dlp/issues/6789)) by [bashonly](https://github.com/bashonly)
1202 #### Downloader changes
1203 - **curl**: [Fix progress reporting](https://github.com/yt-dlp/yt-dlp/commit/66aeaac9aa30b5959069ba84e53a5508232deb38) by [pukkandan](https://github.com/pukkandan)
1204 - **fragment**: [Do not sleep between fragments](https://github.com/yt-dlp/yt-dlp/commit/424f3bf03305088df6e01d62f7311be8601ad3f4) by [pukkandan](https://github.com/pukkandan)
1206 #### Postprocessor changes
1207 - [Fix chapters if duration is not extracted](https://github.com/yt-dlp/yt-dlp/commit/01ddec7e661bf90dc4c34e6924eb9d7629886cef) ([#6037](https://github.com/yt-dlp/yt-dlp/issues/6037)) by [bashonly](https://github.com/bashonly)
1208 - [Print newline for `--progress-template`](https://github.com/yt-dlp/yt-dlp/commit/13ff78095372fd98900a32572cf817994c07ccb5) by [pukkandan](https://github.com/pukkandan)
1209 - **EmbedThumbnail, FFmpegMetadata**: [Fix error on attaching thumbnails and info json for mkv/mka](https://github.com/yt-dlp/yt-dlp/commit/0f0875ed555514f32522a0f30554fb08825d5124) ([#6647](https://github.com/yt-dlp/yt-dlp/issues/6647)) by [Lesmiscore](https://github.com/Lesmiscore)
1210 - **FFmpegFixupM3u8PP**: [Check audio codec before fixup](https://github.com/yt-dlp/yt-dlp/commit/3f7e2bd80e3c5d8a1682f20a1b245fcd974f295d) ([#6778](https://github.com/yt-dlp/yt-dlp/issues/6778)) by [bashonly](https://github.com/bashonly)
1211 - **FixupDuplicateMoov**: [Fix bug in triggering](https://github.com/yt-dlp/yt-dlp/commit/26010b5cec50193b98ad7845d1d77450f9f14c2b) by [pukkandan](https://github.com/pukkandan)
1213 #### Misc. changes
1214 - [Add automatic duplicate issue detection](https://github.com/yt-dlp/yt-dlp/commit/15b2d3db1d40b0437fca79d8874d392aa54b3cdd) by [pukkandan](https://github.com/pukkandan)
1215 - **build**
1216     - [Fix macOS target](https://github.com/yt-dlp/yt-dlp/commit/44a79958f0b596ee71e1eb25f158610aada29d1b) by [Grub4K](https://github.com/Grub4K)
1217     - [Implement build verification using `--update-to`](https://github.com/yt-dlp/yt-dlp/commit/b73193c99aa23b135732408a5fcf655c68d731c6) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
1218     - [Pin `pyinstaller` version for MacOS](https://github.com/yt-dlp/yt-dlp/commit/427a8fafbb0e18c28d0ed7960be838d7b26b88d3) by [pukkandan](https://github.com/pukkandan)
1219     - [Various build workflow improvements](https://github.com/yt-dlp/yt-dlp/commit/c4efa0aefec8daef1de62fd1693f13edf3c8b03c) by [bashonly](https://github.com/bashonly), [Grub4K](https://github.com/Grub4K)
1220 - **cleanup**
1221     - Miscellaneous
1222         - [6f2287c](https://github.com/yt-dlp/yt-dlp/commit/6f2287cb18cbfb27518f068d868fa9390fee78ad) by [pukkandan](https://github.com/pukkandan)
1223         - [ad54c91](https://github.com/yt-dlp/yt-dlp/commit/ad54c9130e793ce433bf9da334fa80df9f3aee58) by [freezboltz](https://github.com/freezboltz), [mikf](https://github.com/mikf), [pukkandan](https://github.com/pukkandan)
1224 - **cleanup, utils**: [Split into submodules](https://github.com/yt-dlp/yt-dlp/commit/69bec6730ec9d724bcedeab199d9d684d61423ba) ([#7090](https://github.com/yt-dlp/yt-dlp/issues/7090)) by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1225 - **cli_to_api**: [Add script](https://github.com/yt-dlp/yt-dlp/commit/46f1370e9af6f8af8762f67e27e5acb8f0c48a47) by [pukkandan](https://github.com/pukkandan)
1226 - **devscripts**: `make_changelog`: [Various improvements](https://github.com/yt-dlp/yt-dlp/commit/23c39a4beadee382060bb47fdaa21316ca707d38) by [Grub4K](https://github.com/Grub4K)
1227 - **docs**: [Misc improvements](https://github.com/yt-dlp/yt-dlp/commit/c8bc203fbf3bb09914e53f0833eed622ab7edbb9) by [pukkandan](https://github.com/pukkandan)
1229 ### 2023.03.04
1231 #### Extractor changes
1232 - bilibili
1233     - [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)
1234 - ESPNcricinfo
1235     - [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)
1236 - lefigaro
1237     - [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)
1238 - lumni
1239     - [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)
1240 - Prankcast
1241     - [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)
1242 - rutube
1243     - [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)
1244 - SportDeutschland
1245     - [Rewrite extractor](https://github.com/yt-dlp/yt-dlp/commit/45db357289b4e1eec09093c8bc5446520378f426) by [pukkandan](https://github.com/pukkandan)
1246 - telecaribe
1247     - [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)
1248 - tubetugraz
1249     - [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)
1250 - tunein
1251     - [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)
1252 - twitch
1253     - [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)
1254 - twitter
1255     - [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)
1256 - xvideos
1257     - 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)
1259 #### Misc. changes
1260 - build
1261     - [Fix publishing to PyPI and homebrew](https://github.com/yt-dlp/yt-dlp/commit/55676fe498345a389a2539d8baaba958d6d61c3e) by [bashonly](https://github.com/bashonly)
1262     - [Only archive if `vars.ARCHIVE_REPO` is set](https://github.com/yt-dlp/yt-dlp/commit/08ff6d59f97b5f5f0128f6bf6fbef56fd836cc52) by [Grub4K](https://github.com/Grub4K)
1263 - cleanup
1264     - Miscellaneous: [392389b](https://github.com/yt-dlp/yt-dlp/commit/392389b7df7b818f794b231f14dc396d4875fbad) by [pukkandan](https://github.com/pukkandan)
1265 - devscripts
1266     - `make_changelog`: [Stop at `Release ...` commit](https://github.com/yt-dlp/yt-dlp/commit/7accdd9845fe7ce9d0aa5a9d16faaa489c1294eb) by [pukkandan](https://github.com/pukkandan)
1268 ### 2023.03.03
1270 #### Important changes
1271 - **A new release type has been added!**
1272     * [`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).
1273     * When using `--update`/`-U`, a release binary will only update to its current channel (either `stable` or `nightly`).
1274     * The `--update-to` option has been added allowing the user more control over program upgrades (or downgrades).
1275     * `--update-to` can change the release channel (`stable`, `nightly`) and also upgrade or downgrade to specific tags.
1276     * **Usage**: `--update-to CHANNEL`, `--update-to TAG`, `--update-to CHANNEL@TAG`
1277 - **YouTube throttling fixes!**
1279 #### Core changes
1280 - [Add option `--break-match-filters`](https://github.com/yt-dlp/yt-dlp/commit/fe2ce85aff0aa03735fc0152bb8cb9c3d4ef0753) by [pukkandan](https://github.com/pukkandan)
1281 - [Fix `--break-on-existing` with `--lazy-playlist`](https://github.com/yt-dlp/yt-dlp/commit/d21056f4cf0a1623daa107f9181074f5725ac436) by [pukkandan](https://github.com/pukkandan)
1282 - dependencies
1283     - [Simplify `Cryptodome`](https://github.com/yt-dlp/yt-dlp/commit/65f6e807804d2af5e00f2aecd72bfc43af19324a) by [pukkandan](https://github.com/pukkandan)
1284 - jsinterp
1285     - [Handle `Date` at epoch 0](https://github.com/yt-dlp/yt-dlp/commit/9acf1ee25f7ad3920ede574a9de95b8c18626af4) by [pukkandan](https://github.com/pukkandan)
1286 - plugins
1287     - [Don't look in `.egg` directories](https://github.com/yt-dlp/yt-dlp/commit/b059188383eee4fa336ef728dda3ff4bb7335625) by [pukkandan](https://github.com/pukkandan)
1288 - update
1289     - [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)
1290 - utils
1291     - `LenientJSONDecoder`: [Parse unclosed objects](https://github.com/yt-dlp/yt-dlp/commit/cc09083636ce21e58ff74f45eac2dbda507462b0) by [pukkandan](https://github.com/pukkandan)
1292     - `Popen`: [Shim undocumented `text_mode` property](https://github.com/yt-dlp/yt-dlp/commit/da8e2912b165005f76779a115a071cd6132ceedf) by [Grub4K](https://github.com/Grub4K)
1294 #### Extractor changes
1295 - [Fix DRM detection in m3u8](https://github.com/yt-dlp/yt-dlp/commit/43a3eaf96393b712d60cbcf5c6cb1e90ed7f42f5) by [pukkandan](https://github.com/pukkandan)
1296 - generic
1297     - [Detect manifest links via extension](https://github.com/yt-dlp/yt-dlp/commit/b38cae49e6f4849c8ee2a774bdc3c1c647ae5f0e) by [bashonly](https://github.com/bashonly)
1298     - [Handle basic-auth when checking redirects](https://github.com/yt-dlp/yt-dlp/commit/8e9fe43cd393e69fa49b3d842aa3180c1d105b8f) by [pukkandan](https://github.com/pukkandan)
1299 - GoogleDrive
1300     - [Fix some audio](https://github.com/yt-dlp/yt-dlp/commit/4d248e29d20d983ededab0b03d4fe69dff9eb4ed) by [pukkandan](https://github.com/pukkandan)
1301 - iprima
1302     - [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)
1303 - mediastream
1304     - [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)
1305 - ntvru
1306     - [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)
1307 - tencent
1308     - [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)
1309 - yle_areena
1310     - [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)
1311 - youtube
1312     - [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))
1313     - [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)
1314     - [Extract channel `view_count` when `/about` tab is passed](https://github.com/yt-dlp/yt-dlp/commit/31e183557fcd1b937582f9429f29207c1261f501) by [pukkandan](https://github.com/pukkandan)
1316 #### Misc. changes
1317 - build
1318     - [Add `cffi` as a dependency for `yt_dlp_linux`](https://github.com/yt-dlp/yt-dlp/commit/776d1c3f0c9b00399896dd2e40e78e9a43218109) by [bashonly](https://github.com/bashonly)
1319     - [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))
1320     - [Sign SHA files and release public key](https://github.com/yt-dlp/yt-dlp/commit/12647e03d417feaa9ea6a458bea5ebd747494a53) by [Grub4K](https://github.com/Grub4K)
1321 - cleanup
1322     - [Fix `Changelog`](https://github.com/yt-dlp/yt-dlp/commit/17ca19ab60a6a13eb8a629c51442b5248b0d8394) by [pukkandan](https://github.com/pukkandan)
1323     - jsinterp: [Give functions names to help debugging](https://github.com/yt-dlp/yt-dlp/commit/b2e0343ba0fc5d8702e90f6ba2b71358e2677e0b) by [pukkandan](https://github.com/pukkandan)
1324     - 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)
1325 - devscripts
1326     - [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))
1328 ### 2023.02.17
1330 * Merge youtube-dl: Upto [commit/2dd6c6e](https://github.com/ytdl-org/youtube-dl/commit/2dd6c6e)
1331 * Fix `--concat-playlist`
1332 * Imply `--no-progress` when `--print`
1333 * Improve default subtitle language selection by [sdht0](https://github.com/sdht0)
1334 * Make `title` completely non-fatal
1335 * Sanitize formats before sorting by [pukkandan](https://github.com/pukkandan)
1336 * Support module level `__bool__` and `property`
1337 * [dependencies] Standardize `Cryptodome` imports
1338 * [hls] Allow extractors to provide AES key by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1339 * [ExtractAudio] Handle outtmpl without ext by [carusocr](https://github.com/carusocr)
1340 * [extractor/common] Fix `_search_nuxt_data` by [LowSuggestion912](https://github.com/LowSuggestion912)
1341 * [extractor/generic] Avoid catastrophic backtracking in KVS regex by [bashonly](https://github.com/bashonly)
1342 * [jsinterp] Support `if` statements
1343 * [plugins] Fix zip search paths
1344 * [utils] `traverse_obj`:  Various improvements by [Grub4K](https://github.com/Grub4K)
1345 * [utils] `traverse_obj`: Fix more bugs
1346 * [utils] `traverse_obj`: Fix several behavioral problems by [Grub4K](https://github.com/Grub4K)
1347 * [utils] Don't use Content-length with encoding by [felixonmars](https://github.com/felixonmars)
1348 * [utils] Fix `time_seconds` to use the provided TZ by [Grub4K](https://github.com/Grub4K), [Lesmiscore](https://github.com/Lesmiscore)
1349 * [utils] Fix race condition in `make_dir` by [aionescu](https://github.com/aionescu)
1350 * [utils] Use local kernel32 for file locking on Windows by [Grub4K](https://github.com/Grub4K)
1351 * [compat_utils] Improve `passthrough_module`
1352 * [compat_utils] Simplify `EnhancedModule`
1353 * [build] Update pyinstaller
1354 * [pyinst] Fix for pyinstaller 5.8
1355 * [devscripts] Provide `pyinstaller` hooks
1356 * [devscripts/pyinstaller] Analyze sub-modules of `Cryptodome`
1357 * [cleanup] Misc fixes and cleanup
1358 * [extractor/anchorfm] Add episode extractor by [HobbyistDev](https://github.com/HobbyistDev), [bashonly](https://github.com/bashonly)
1359 * [extractor/boxcast] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1360 * [extractor/ebay] Add extractor by [JChris246](https://github.com/JChris246)
1361 * [extractor/hypergryph] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [bashonly](https://github.com/bashonly)
1362 * [extractor/NZOnScreen] Add extractor by [gregsadetsky](https://github.com/gregsadetsky), [pukkandan](https://github.com/pukkandan)
1363 * [extractor/rozhlas] Add extractor RozhlasVltavaIE by [amra](https://github.com/amra)
1364 * [extractor/tempo] Add IVXPlayer extractor by [HobbyistDev](https://github.com/HobbyistDev)
1365 * [extractor/txxx] Add extractors by [chio0hai](https://github.com/chio0hai)
1366 * [extractor/vocaroo] Add extractor by [SuperSonicHub1](https://github.com/SuperSonicHub1), [qbnu](https://github.com/qbnu)
1367 * [extractor/wrestleuniverse] Add extractors by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1368 * [extractor/yappy] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [dirkf](https://github.com/dirkf)
1369 * [extractor/youtube] **Fix `uploader_id` extraction** by [bashonly](https://github.com/bashonly)
1370 * [extractor/youtube] Add hyperpipe instances by [Generator](https://github.com/Generator)
1371 * [extractor/youtube] Handle `consent.youtube`
1372 * [extractor/youtube] Support `/live/` URL
1373 * [extractor/youtube] Update invidious and piped instances by [rohieb](https://github.com/rohieb)
1374 * [extractor/91porn] Fix title and comment extraction by [pmitchell86](https://github.com/pmitchell86)
1375 * [extractor/AbemaTV] Cache user token whenever appropriate by [Lesmiscore](https://github.com/Lesmiscore)
1376 * [extractor/bfmtv] Support `rmc` prefix by [carusocr](https://github.com/carusocr)
1377 * [extractor/biliintl] Add intro and ending chapters by [HobbyistDev](https://github.com/HobbyistDev)
1378 * [extractor/clyp] Support `wav` by [qulaz](https://github.com/qulaz)
1379 * [extractor/crunchyroll] Add intro chapter by [ByteDream](https://github.com/ByteDream)
1380 * [extractor/crunchyroll] Better message for premium videos
1381 * [extractor/crunchyroll] Fix incorrect premium-only error by [Grub4K](https://github.com/Grub4K)
1382 * [extractor/DouyuTV] Use new API by [hatienl0i261299](https://github.com/hatienl0i261299)
1383 * [extractor/embedly] Embedded links may be for other extractors
1384 * [extractor/freesound] Workaround invalid URL in webpage by [rebane2001](https://github.com/rebane2001)
1385 * [extractor/GoPlay] Use new API by [jeroenj](https://github.com/jeroenj)
1386 * [extractor/Hidive] Fix subtitles and age-restriction by [chexxor](https://github.com/chexxor)
1387 * [extractor/huya] Support HD streams by [felixonmars](https://github.com/felixonmars)
1388 * [extractor/moviepilot] Fix extractor by [panatexxa](https://github.com/panatexxa)
1389 * [extractor/nbc] Fix `NBC` and `NBCStations` extractors by [bashonly](https://github.com/bashonly)
1390 * [extractor/nbc] Fix XML parsing by [bashonly](https://github.com/bashonly)
1391 * [extractor/nebula] Remove broken cookie support by [hheimbuerger](https://github.com/hheimbuerger)
1392 * [extractor/nfl] Add `NFLPlus` extractors by [bashonly](https://github.com/bashonly)
1393 * [extractor/niconico] Add support for like history by [Matumo](https://github.com/Matumo), [pukkandan](https://github.com/pukkandan)
1394 * [extractor/nitter] Update instance list by [OIRNOIR](https://github.com/OIRNOIR)
1395 * [extractor/npo] Fix extractor and add HD support by [seproDev](https://github.com/seproDev)
1396 * [extractor/odkmedia] Add `OnDemandChinaEpisodeIE` by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
1397 * [extractor/pornez] Handle relative URLs in iframe by [JChris246](https://github.com/JChris246)
1398 * [extractor/radiko] Fix format sorting for Time Free by [road-master](https://github.com/road-master)
1399 * [extractor/rcs] Fix extractors by [nixxo](https://github.com/nixxo), [pukkandan](https://github.com/pukkandan)
1400 * [extractor/reddit] Support user posts by [OMEGARAZER](https://github.com/OMEGARAZER)
1401 * [extractor/rumble] Fix format sorting by [pukkandan](https://github.com/pukkandan)
1402 * [extractor/servus] Rewrite extractor by [Ashish0804](https://github.com/Ashish0804), [FrankZ85](https://github.com/FrankZ85), [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
1403 * [extractor/slideslive] Fix slides and chapters/duration by [bashonly](https://github.com/bashonly)
1404 * [extractor/SportDeutschland] Fix extractor by [FriedrichRehren](https://github.com/FriedrichRehren)
1405 * [extractor/Stripchat] Fix extractor by [JChris246](https://github.com/JChris246), [bashonly](https://github.com/bashonly)
1406 * [extractor/tnaflix] Fix extractor by [bashonly](https://github.com/bashonly), [oxamun](https://github.com/oxamun)
1407 * [extractor/tvp] Support `stream.tvp.pl` by [selfisekai](https://github.com/selfisekai)
1408 * [extractor/twitter] Fix `--no-playlist` and add media `view_count` when using GraphQL by [Grub4K](https://github.com/Grub4K)
1409 * [extractor/twitter] Fix graphql extraction on some tweets by [selfisekai](https://github.com/selfisekai)
1410 * [extractor/vimeo] Fix `playerConfig` extraction by [LeoniePhiline](https://github.com/LeoniePhiline), [bashonly](https://github.com/bashonly)
1411 * [extractor/viu] Add `ViuOTTIndonesiaIE` extractor by [HobbyistDev](https://github.com/HobbyistDev)
1412 * [extractor/vk] Fix playlists for new API by [the-marenga](https://github.com/the-marenga)
1413 * [extractor/vlive] Replace with `VLiveWebArchiveIE` by [seproDev](https://github.com/seproDev)
1414 * [extractor/ximalaya] Update album `_VALID_URL` by [carusocr](https://github.com/carusocr)
1415 * [extractor/zdf] Use android API endpoint for UHD downloads by [seproDev](https://github.com/seproDev)
1416 * [extractor/drtv] Fix bug in [ab4cbef](https://github.com/yt-dlp/yt-dlp/commit/ab4cbef) by [bashonly](https://github.com/bashonly)
1419 ### 2023.01.06
1421 * Fix config locations by [Grub4K](https://github.com/Grub4K), [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1422 * [downloader/aria2c] Disable native progress
1423 * [utils] `mimetype2ext`: `weba` is not standard
1424 * [utils] `windows_enable_vt_mode`: Better error handling
1425 * [build] Add minimal `pyproject.toml`
1426 * [update] Fix updater file removal on windows by [Grub4K](https://github.com/Grub4K)
1427 * [cleanup] Misc fixes and cleanup
1428 * [extractor/aitube] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1429 * [extractor/drtv] Add series extractors by [FrederikNS](https://github.com/FrederikNS)
1430 * [extractor/volejtv] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1431 * [extractor/xanimu] Add extractor by [JChris246](https://github.com/JChris246)
1432 * [extractor/youtube] Retry manifest refresh for live-from-start by [mzhou](https://github.com/mzhou)
1433 * [extractor/biliintl] Add `/media` to `VALID_URL` by [HobbyistDev](https://github.com/HobbyistDev)
1434 * [extractor/biliIntl] Add fallback to `video_data` by [HobbyistDev](https://github.com/HobbyistDev)
1435 * [extractor/crunchyroll:show] Add `language` to entries by [Chrissi2812](https://github.com/Chrissi2812)
1436 * [extractor/joj] Fix extractor by [OndrejBakan](https://github.com/OndrejBakan), [pukkandan](https://github.com/pukkandan)
1437 * [extractor/nbc] Update graphql query by [jacobtruman](https://github.com/jacobtruman)
1438 * [extractor/reddit] Add subreddit as `channel_id` by [gschizas](https://github.com/gschizas)
1439 * [extractor/tiktok] Add `TikTokLive` extractor by [JC-Chung](https://github.com/JC-Chung)
1441 ### 2023.01.02
1443 * **Improve plugin architecture** by [Grub4K](https://github.com/Grub4K), [coletdjnz](https://github.com/coletdjnz), [flashdagger](https://github.com/flashdagger), [pukkandan](https://github.com/pukkandan)
1444     * 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
1445 * Add `--compat-options 2021,2022`
1446     * 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.
1447 * [downloader/aria2c] Native progress for aria2c via RPC by [Lesmiscore](https://github.com/Lesmiscore), [pukkandan](https://github.com/pukkandan)
1448 * 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)
1449 * Add pre-processor stage `video`
1450 * Let `--parse/replace-in-metadata` run at any post-processing stage
1451 * Add `--enable-file-urls` by [coletdjnz](https://github.com/coletdjnz)
1452 * Add new field `aspect_ratio`
1453 * Add `ac4` to known codecs
1454 * Add `weba` to known extensions
1455 * [FFmpegVideoConvertor] Add `gif` to `--recode-video`
1456 * Add message when there are no subtitles/thumbnails
1457 * Deprioritize HEVC-over-FLV formats by [Lesmiscore](https://github.com/Lesmiscore)
1458 * Make early reject of `--match-filter` stricter
1459 * Fix `--cookies-from-browser` CLI parsing
1460 * Fix `original_url` in playlists
1461 * Fix bug in writing playlist info-json
1462 * Fix bugs in `PlaylistEntries`
1463 * [downloader/ffmpeg] Fix headers for video+audio formats by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1464 * [extractor] Add a way to distinguish IEs that returns only videos
1465 * [extractor] Implement universal format sorting and deprecate `_sort_formats`
1466 * [extractor] Let `_extract_format` functions obey `--ignore-no-formats`
1467 * [extractor/generic] Add `fragment_query` extractor arg for DASH and HLS by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
1468 * [extractor/generic] Decode unicode-escaped embed URLs by [bashonly](https://github.com/bashonly)
1469 * [extractor/generic] Don't report redirect to https
1470 * [extractor/generic] Fix JSON LD manifest extraction by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
1471 * [extractor/generic] Use `Accept-Encoding: identity` for initial request by [coletdjnz](https://github.com/coletdjnz)
1472 * [FormatSort] Add `mov` to `vext`
1473 * [jsinterp] Escape regex that looks like nested set
1474 * [webvtt] Handle premature EOF by [flashdagger](https://github.com/flashdagger)
1475 * [utils] `classproperty`: Add cache support
1476 * [utils] `get_exe_version`: Detect broken executables by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
1477 * [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)
1478 * [utils] Make `ExtractorError` mutable
1479 * [utils] Move `FileDownloader.parse_bytes` into utils
1480 * [utils] Move format sorting code into `utils`
1481 * [utils] `windows_enable_vt_mode`: Proper implementation by [Grub4K](https://github.com/Grub4K)
1482 * [update] Workaround [#5632](https://github.com/yt-dlp/yt-dlp/issues/5632)
1483 * [docs] Improvements
1484 * [cleanup] Misc fixes and cleanup
1485 * [cleanup] Use `random.choices` by [freezboltz](https://github.com/freezboltz)
1486 * [extractor/airtv] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1487 * [extractor/amazonminitv] Add extractors by [GautamMKGarg](https://github.com/GautamMKGarg), [nyuszika7h](https://github.com/nyuszika7h)
1488 * [extractor/beatbump] Add extractors by [Bobscorn](https://github.com/Bobscorn), [pukkandan](https://github.com/pukkandan)
1489 * [extractor/europarl] Add EuroParlWebstream extractor by [HobbyistDev](https://github.com/HobbyistDev)
1490 * [extractor/kanal2] Add extractor by [bashonly](https://github.com/bashonly), [glensc](https://github.com/glensc), [pukkandan](https://github.com/pukkandan)
1491 * [extractor/kankanews] Add extractor by [synthpop123](https://github.com/synthpop123)
1492 * [extractor/kick] Add extractor by [bashonly](https://github.com/bashonly)
1493 * [extractor/mediastream] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [elyse0](https://github.com/elyse0)
1494 * [extractor/noice] Add NoicePodcast extractor by [HobbyistDev](https://github.com/HobbyistDev)
1495 * [extractor/oneplace] Add OnePlacePodcast extractor by [HobbyistDev](https://github.com/HobbyistDev)
1496 * [extractor/rumble] Add RumbleIE extractor by [flashdagger](https://github.com/flashdagger)
1497 * [extractor/screencastify] Add extractor by [bashonly](https://github.com/bashonly)
1498 * [extractor/trtcocuk] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1499 * [extractor/Veoh] Add user extractor by [tntmod54321](https://github.com/tntmod54321)
1500 * [extractor/videoken] Add extractors by [bashonly](https://github.com/bashonly)
1501 * [extractor/webcamerapl] Add extractor by [milkknife](https://github.com/milkknife)
1502 * [extractor/amazon] Add `AmazonReviews` extractor by [bashonly](https://github.com/bashonly)
1503 * [extractor/netverse] Add `NetverseSearch` extractor by [HobbyistDev](https://github.com/HobbyistDev)
1504 * [extractor/vimeo] Add `VimeoProIE` by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
1505 * [extractor/xiami] Remove extractors by [synthpop123](https://github.com/synthpop123)
1506 * [extractor/youtube] Add `piped.video` by [Bnyro](https://github.com/Bnyro)
1507 * [extractor/youtube] Consider language in format de-duplication
1508 * [extractor/youtube] Extract DRC formats
1509 * [extractor/youtube] Fix `ytuser:`
1510 * [extractor/youtube] Fix bug in handling of music URLs
1511 * [extractor/youtube] Subtitles cannot be translated to `und`
1512 * [extractor/youtube:tab] Extract metadata from channel items by [coletdjnz](https://github.com/coletdjnz)
1513 * [extractor/ARD] Add vtt subtitles by [CapacitorSet](https://github.com/CapacitorSet)
1514 * [extractor/ArteTV] Extract chapters by [bashonly](https://github.com/bashonly), [iw0nderhow](https://github.com/iw0nderhow)
1515 * [extractor/bandcamp] Add `album_artist` by [stelcodes](https://github.com/stelcodes)
1516 * [extractor/bilibili] Fix `--no-playlist` for anthology
1517 * [extractor/bilibili] Improve `_VALID_URL` by [skbeh](https://github.com/skbeh)
1518 * [extractor/biliintl:series] Make partial download of series faster
1519 * [extractor/BiliLive] Fix extractor
1520 * [extractor/brightcove] Add `BrightcoveNewBaseIE` and fix embed extraction
1521 * [extractor/cda] Support premium and misc improvements by [selfisekai](https://github.com/selfisekai)
1522 * [extractor/ciscowebex] Support password-protected videos by [damianoamatruda](https://github.com/damianoamatruda)
1523 * [extractor/curiositystream] Fix auth by [mnn](https://github.com/mnn)
1524 * [extractor/embedly] Handle vimeo embeds
1525 * [extractor/fifa] Fix Preplay extraction by [dirkf](https://github.com/dirkf)
1526 * [extractor/foxsports] Fix extractor by [bashonly](https://github.com/bashonly)
1527 * [extractor/gronkh] Fix `_VALID_URL` by [muddi900](https://github.com/muddi900)
1528 * [extractor/hotstar] Improve format metadata
1529 * [extractor/iqiyi] Fix `Iq` JS regex by [bashonly](https://github.com/bashonly)
1530 * [extractor/la7] Improve extractor by [nixxo](https://github.com/nixxo)
1531 * [extractor/mediaset] Better embed detection and error messages by [nixxo](https://github.com/nixxo)
1532 * [extractor/mixch] Support `--wait-for-video`
1533 * [extractor/naver] Improve `_VALID_URL` for `NaverNowIE` by [bashonly](https://github.com/bashonly)
1534 * [extractor/naver] Treat fan subtitles as separate language
1535 * [extractor/netverse] Extract comments by [HobbyistDev](https://github.com/HobbyistDev)
1536 * [extractor/nosnl] Add support for /video by [HobbyistDev](https://github.com/HobbyistDev)
1537 * [extractor/odnoklassniki] Extract subtitles by [bashonly](https://github.com/bashonly)
1538 * [extractor/pinterest] Fix extractor by [bashonly](https://github.com/bashonly)
1539 * [extractor/plutotv] Fix videos with non-zero start by [digitall](https://github.com/digitall)
1540 * [extractor/polskieradio] Adapt to next.js redesigns by [selfisekai](https://github.com/selfisekai)
1541 * [extractor/reddit] Add vcodec to fallback format by [chengzhicn](https://github.com/chengzhicn)
1542 * [extractor/reddit] Extract crossposted media by [bashonly](https://github.com/bashonly)
1543 * [extractor/reddit] Extract video embeds in text posts by [bashonly](https://github.com/bashonly)
1544 * [extractor/rutube] Support private videos by [mexus](https://github.com/mexus)
1545 * [extractor/sibnet] Separate from VKIE
1546 * [extractor/slideslive] Fix extractor by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1547 * [extractor/slideslive] Support embeds and slides by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
1548 * [extractor/soundcloud] Support user permalink by [nosoop](https://github.com/nosoop)
1549 * [extractor/spankbang] Fix extractor by [JChris246](https://github.com/JChris246)
1550 * [extractor/stv] Detect DRM
1551 * [extractor/swearnet] Fix description bug
1552 * [extractor/tencent] Fix geo-restricted video by [elyse0](https://github.com/elyse0)
1553 * [extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` by [bashonly](https://github.com/bashonly)
1554 * [extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg by [bashonly](https://github.com/bashonly)
1555 * [extractor/tiktok] Update API hostname by [redraskal](https://github.com/redraskal)
1556 * [extractor/twitcasting] Fix videos with password by [Spicadox](https://github.com/Spicadox), [bashonly](https://github.com/bashonly)
1557 * [extractor/twitter] Heed `--no-playlist` for multi-video tweets by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1558 * [extractor/twitter] Refresh guest token when expired by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1559 * [extractor/twitter:spaces] Add `Referer` to m3u8 by [nixxo](https://github.com/nixxo)
1560 * [extractor/udemy] Fix lectures that have no URL and detect DRM
1561 * [extractor/unsupported] Add more URLs
1562 * [extractor/urplay] Support for audio-only formats by [barsnick](https://github.com/barsnick)
1563 * [extractor/wistia] Improve extension detection by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
1564 * [extractor/yle_areena] Support restricted videos by [docbender](https://github.com/docbender)
1565 * [extractor/youku] Fix extractor by [KurtBestor](https://github.com/KurtBestor)
1566 * [extractor/youporn] Fix metadata by [marieell](https://github.com/marieell)
1567 * [extractor/redgifs] Fix bug in [8c188d5](https://github.com/yt-dlp/yt-dlp/commit/8c188d5d09177ed213a05c900d3523867c5897fd)
1570 ### 2022.11.11
1572 * Merge youtube-dl: Upto [commit/de39d12](https://github.com/ytdl-org/youtube-dl/commit/de39d128)
1573 * Backport SSL configuration from Python 3.10 by [coletdjnz](https://github.com/coletdjnz)
1574 * Do more processing in `--flat-playlist`
1575 * Fix `--list` options not implying `-s` in some cases by [Grub4K](https://github.com/Grub4K), [bashonly](https://github.com/bashonly)
1576 * Fix end time of clips by [cruel-efficiency](https://github.com/cruel-efficiency)
1577 * Fix for `formats=None`
1578 * Write API params in debug head
1579 * [outtmpl] Ensure ASCII in json and add option for Unicode
1580 * [SponsorBlock] Add `type` field, obey `--retry-sleep extractor`, relax duration check for large segments
1581 * [SponsorBlock] **Support `chapter` category** by [ajayyy](https://github.com/ajayyy), [pukkandan](https://github.com/pukkandan)
1582 * [ThumbnailsConvertor] Fix filename escaping by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
1583 * [ModifyChapters] Handle the entire video being marked for removal
1584 * [embedthumbnail] Fix thumbnail name in mp3 by [How-Bout-No](https://github.com/How-Bout-No)
1585 * [downloader/fragment] HLS download can continue without first fragment
1586 * [cookies] Improve `LenientSimpleCookie` by [Grub4K](https://github.com/Grub4K)
1587 * [jsinterp] Improve separating regex
1588 * [extractor/common] Fix `fatal=False` for `_search_nuxt_data`
1589 * [extractor/common] Improve `_generic_title`
1590 * [extractor/common] Fix `json_ld` type checks by [Grub4K](https://github.com/Grub4K)
1591 * [extractor/generic] Separate embed extraction into own function
1592 * [extractor/generic:quoted-html] Add extractor by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1593 * [extractor/unsupported] Raise error on known DRM-only sites by [coletdjnz](https://github.com/coletdjnz)
1594 * [utils] `js_to_json`: Improve escape handling by [Grub4K](https://github.com/Grub4K)
1595 * [utils] `strftime_or_none`: Workaround Python bug on Windows
1596 * [utils] `traverse_obj`: Always return list when branching, allow `re.Match` objects by [Grub4K](https://github.com/Grub4K)
1597 * [build, test] Harden workflows' security by [sashashura](https://github.com/sashashura)
1598 * [build] `py2exe`: Migrate to freeze API by [SG5](https://github.com/SG5), [pukkandan](https://github.com/pukkandan)
1599 * [build] Create `armv7l` and `aarch64` releases by [MrOctopus](https://github.com/MrOctopus), [pukkandan](https://github.com/pukkandan)
1600 * [build] Make linux binary truly standalone using `conda` by [mlampe](https://github.com/mlampe)
1601 * [build] Replace `set-output` with `GITHUB_OUTPUT` by [Lesmiscore](https://github.com/Lesmiscore)
1602 * [update] Use error code `100` for update errors
1603 * [compat] Fix `shutils.move` in restricted ACL mode on BSD by [ClosedPort22](https://github.com/ClosedPort22), [pukkandan](https://github.com/pukkandan)
1604 * [docs, devscripts] Document `pyinst`'s argument passthrough by [jahway603](https://github.com/jahway603)
1605 * [test] Allow `extract_flat` in download tests by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1606 * [cleanup] Misc fixes and cleanup by [pukkandan](https://github.com/pukkandan), [Alienmaster](https://github.com/Alienmaster)
1607 * [extractor/aeon] Add extractor by [DoubleCouponDay](https://github.com/DoubleCouponDay)
1608 * [extractor/agora] Add extractors by [selfisekai](https://github.com/selfisekai)
1609 * [extractor/camsoda] Add extractor by [zulaport](https://github.com/zulaport)
1610 * [extractor/cinetecamilano] Add extractor by [timendum](https://github.com/timendum)
1611 * [extractor/deuxm] Add extractors by [CrankDatSouljaBoy](https://github.com/CrankDatSouljaBoy)
1612 * [extractor/genius] Add extractors by [bashonly](https://github.com/bashonly)
1613 * [extractor/japandiet] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
1614 * [extractor/listennotes] Add extractor by [lksj](https://github.com/lksj), [pukkandan](https://github.com/pukkandan)
1615 * [extractor/nos.nl] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1616 * [extractor/oftv] Add extractors by [DoubleCouponDay](https://github.com/DoubleCouponDay)
1617 * [extractor/podbayfm] Add extractor by [schnusch](https://github.com/schnusch)
1618 * [extractor/qingting] Add extractor by [bashonly](https://github.com/bashonly), [changren-wcr](https://github.com/changren-wcr)
1619 * [extractor/screen9] Add extractor by [tpikonen](https://github.com/tpikonen)
1620 * [extractor/swearnet] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1621 * [extractor/YleAreena] Add extractor by [pukkandan](https://github.com/pukkandan), [vitkhab](https://github.com/vitkhab)
1622 * [extractor/zeenews] Add extractor by [m4tu4g](https://github.com/m4tu4g), [pukkandan](https://github.com/pukkandan)
1623 * [extractor/youtube:tab] **Update tab handling for redesign** by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1624     * Channel URLs download all uploads of the channel as multiple playlists, separated by tab
1625 * [extractor/youtube] Differentiate between no comments and disabled comments by [coletdjnz](https://github.com/coletdjnz)
1626 * [extractor/youtube] Extract `concurrent_view_count` for livestreams by [coletdjnz](https://github.com/coletdjnz)
1627 * [extractor/youtube] Fix `duration` for premieres by [nosoop](https://github.com/nosoop)
1628 * [extractor/youtube] Fix `live_status` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1629 * [extractor/youtube] Ignore incomplete data error for comment replies by [coletdjnz](https://github.com/coletdjnz)
1630 * [extractor/youtube] Improve chapter parsing from description
1631 * [extractor/youtube] Mark videos as fully watched by [bsun0000](https://github.com/bsun0000)
1632 * [extractor/youtube] Update piped instances by [Generator](https://github.com/Generator)
1633 * [extractor/youtube] Update playlist metadata extraction for new layout by [coletdjnz](https://github.com/coletdjnz)
1634 * [extractor/youtube:tab] Fix video metadata from tabs by [coletdjnz](https://github.com/coletdjnz)
1635 * [extractor/youtube:tab] Let `approximate_date` return timestamp
1636 * [extractor/americastestkitchen] Fix extractor by [bashonly](https://github.com/bashonly)
1637 * [extractor/bbc] Support onion domains by [DoubleCouponDay](https://github.com/DoubleCouponDay)
1638 * [extractor/bilibili] Add chapters and misc cleanup by [lockmatrix](https://github.com/lockmatrix), [pukkandan](https://github.com/pukkandan)
1639 * [extractor/bilibili] Fix BilibiliIE and Bangumi extractors by [lockmatrix](https://github.com/lockmatrix), [pukkandan](https://github.com/pukkandan)
1640 * [extractor/bitchute] Better error for geo-restricted videos by [flashdagger](https://github.com/flashdagger)
1641 * [extractor/bitchute] Improve `BitChuteChannelIE` by [flashdagger](https://github.com/flashdagger), [pukkandan](https://github.com/pukkandan)
1642 * [extractor/bitchute] Simplify extractor by [flashdagger](https://github.com/flashdagger), [pukkandan](https://github.com/pukkandan)
1643 * [extractor/cda] Support login through API by [selfisekai](https://github.com/selfisekai)
1644 * [extractor/crunchyroll] Beta is now the only layout by [tejing1](https://github.com/tejing1)
1645 * [extractor/detik] Avoid unnecessary extraction
1646 * [extractor/doodstream] Remove extractor
1647 * [extractor/dplay] Add MotorTrendOnDemand extractor by [bashonly](https://github.com/bashonly)
1648 * [extractor/epoch] Support videos without data-trailer by [gibson042](https://github.com/gibson042), [pukkandan](https://github.com/pukkandan)
1649 * [extractor/fox] Extract thumbnail by [vitkhab](https://github.com/vitkhab)
1650 * [extractor/foxnews] Add `FoxNewsVideo` extractor
1651 * [extractor/hotstar] Add season support by [m4tu4g](https://github.com/m4tu4g)
1652 * [extractor/hotstar] Refactor v1 API calls
1653 * [extractor/iprima] Make json+ld non-fatal by [bashonly](https://github.com/bashonly)
1654 * [extractor/iq] Increase phantomjs timeout
1655 * [extractor/kaltura] Support playlists by [jwoglom](https://github.com/jwoglom), [pukkandan](https://github.com/pukkandan)
1656 * [extractor/lbry] Authenticate with cookies by [flashdagger](https://github.com/flashdagger)
1657 * [extractor/livestreamfails] Support posts by [invertico](https://github.com/invertico)
1658 * [extractor/mlb] Add `MLBArticle` extractor by [HobbyistDev](https://github.com/HobbyistDev)
1659 * [extractor/mxplayer] Improve extractor by [m4tu4g](https://github.com/m4tu4g)
1660 * [extractor/niconico] Always use HTTPS for requests
1661 * [extractor/nzherald] Support new video embed by [coletdjnz](https://github.com/coletdjnz)
1662 * [extractor/odnoklassniki] Support boosty.to embeds by [Lesmiscore](https://github.com/Lesmiscore), [megapro17](https://github.com/megapro17), [pukkandan](https://github.com/pukkandan)
1663 * [extractor/paramountplus] Update API token by [bashonly](https://github.com/bashonly)
1664 * [extractor/reddit] Add fallback format by [bashonly](https://github.com/bashonly)
1665 * [extractor/redgifs] Fix extractors by [bashonly](https://github.com/bashonly), [pukkandan](https://github.com/pukkandan)
1666 * [extractor/redgifs] Refresh auth token for 401 by [endotronic](https://github.com/endotronic), [pukkandan](https://github.com/pukkandan)
1667 * [extractor/rumble] Add HLS formats and extract more metadata by [flashdagger](https://github.com/flashdagger)
1668 * [extractor/sbs] Improve `_VALID_URL` by [bashonly](https://github.com/bashonly)
1669 * [extractor/skyit] Fix extractors by [nixxo](https://github.com/nixxo)
1670 * [extractor/stripchat] Fix hostname for HLS stream by [zulaport](https://github.com/zulaport)
1671 * [extractor/stripchat] Improve error message by [freezboltz](https://github.com/freezboltz)
1672 * [extractor/telegram] Add playlist support and more metadata by [bashonly](https://github.com/bashonly), [bsun0000](https://github.com/bsun0000)
1673 * [extractor/Tnaflix] Fix for HTTP 500 by [SG5](https://github.com/SG5), [pukkandan](https://github.com/pukkandan)
1674 * [extractor/tubitv] Better DRM detection by [bashonly](https://github.com/bashonly)
1675 * [extractor/tvp] Update extractors by [selfisekai](https://github.com/selfisekai)
1676 * [extractor/twitcasting] Fix `data-movie-playlist` extraction by [Lesmiscore](https://github.com/Lesmiscore)
1677 * [extractor/twitter] Add onion site to `_VALID_URL` by [DoubleCouponDay](https://github.com/DoubleCouponDay)
1678 * [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)
1679 * [extractor/twitter] Support multi-video posts by [Grub4K](https://github.com/Grub4K)
1680 * [extractor/uktvplay] Fix `_VALID_URL`
1681 * [extractor/viu] Support subtitles of on-screen text by [tkgmomosheep](https://github.com/tkgmomosheep)
1682 * [extractor/VK] Fix playlist URLs by [the-marenga](https://github.com/the-marenga)
1683 * [extractor/vlive] Extract `release_timestamp`
1684 * [extractor/voot] Improve `_VALID_URL` by [freezboltz](https://github.com/freezboltz)
1685 * [extractor/wordpress:mb.miniAudioPlayer] Add embed extractor by [coletdjnz](https://github.com/coletdjnz)
1686 * [extractor/YoutubeWebArchive] Improve metadata extraction by [coletdjnz](https://github.com/coletdjnz)
1687 * [extractor/zee5] Improve `_VALID_URL` by [m4tu4g](https://github.com/m4tu4g)
1688 * [extractor/zenyandex] Fix extractors by [lksj](https://github.com/lksj), [puc9](https://github.com/puc9), [pukkandan](https://github.com/pukkandan)
1691 ### 2022.10.04
1693 * Allow a `set` to be passed as `download_archive` by [pukkandan](https://github.com/pukkandan), [bashonly](https://github.com/bashonly)
1694 * Allow open ranges for time ranges by [Lesmiscore](https://github.com/Lesmiscore)
1695 * Allow plugin extractors to replace the built-in ones
1696 * Don't download entire video when no matching `--download-sections`
1697 * Fix `--config-location -`
1698 * Improve [5736d79](https://github.com/yt-dlp/yt-dlp/pull/5044/commits/5736d79172c47ff84740d5720467370a560febad)
1699 * Fix for when playlists don't have `webpage_url`
1700 * Support environment variables in `--ffmpeg-location`
1701 * Workaround `libc_ver` not be available on Windows Store version of Python
1702 * [outtmpl] Curly braces to filter keys by [pukkandan](https://github.com/pukkandan)
1703 * [outtmpl] Make `%s` work in strfformat for all systems
1704 * [jsinterp] Workaround operator associativity issue
1705 * [cookies] Let `_get_mac_keyring_password` fail gracefully
1706 * [cookies] Parse cookies leniently by [Grub4K](https://github.com/Grub4K)
1707 * [phantomjs] Fix bug in [587021c](https://github.com/yt-dlp/yt-dlp/commit/587021cd9f717181b44e881941aca3f8d753758b) by [elyse0](https://github.com/elyse0)
1708 * [downloader/aria2c] Fix filename containing leading whitespace by [std-move](https://github.com/std-move)
1709 * [downloader/ism] Support ec-3 codec by [nixxo](https://github.com/nixxo)
1710 * [extractor] Fix `fatal=False` in `RetryManager`
1711 * [extractor] Improve json-ld extraction
1712 * [extractor] Make `_search_json` able to parse lists
1713 * [extractor] Escape `%` in `representation_id` of m3u8
1714 * [extractor/generic] Pass through referer from json-ld
1715 * [utils] `base_url`: URL paths can contain `&` by [elyse0](https://github.com/elyse0)
1716 * [utils] `js_to_json`: Improve
1717 * [utils] `Popen.run`: Fix default return in binary mode
1718 * [utils] `traverse_obj`: Rewrite, document and add tests by [Grub4K](https://github.com/Grub4K)
1719 * [devscripts] `make_lazy_extractors`: Fix for Docker by [josanabr](https://github.com/josanabr)
1720 * [docs] Misc Improvements
1721 * [cleanup] Misc fixes and cleanup by [pukkandan](https://github.com/pukkandan), [gamer191](https://github.com/gamer191)
1722 * [extractor/24tv.ua] Add extractors by [coletdjnz](https://github.com/coletdjnz)
1723 * [extractor/BerufeTV] Add extractor by [Fabi019](https://github.com/Fabi019)
1724 * [extractor/booyah] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [elyse0](https://github.com/elyse0)
1725 * [extractor/bundesliga] Add extractor by [Fabi019](https://github.com/Fabi019)
1726 * [extractor/GoPlay] Add extractor by [CNugteren](https://github.com/CNugteren), [basrieter](https://github.com/basrieter), [jeroenj](https://github.com/jeroenj)
1727 * [extractor/iltalehti] Add extractor by [tpikonen](https://github.com/tpikonen)
1728 * [extractor/IsraelNationalNews] Add extractor by [Bobscorn](https://github.com/Bobscorn)
1729 * [extractor/mediaworksnzvod] Add extractor by [coletdjnz](https://github.com/coletdjnz)
1730 * [extractor/MicrosoftEmbed] Add extractor by [DoubleCouponDay](https://github.com/DoubleCouponDay)
1731 * [extractor/nbc] Add NBCStations extractor by [bashonly](https://github.com/bashonly)
1732 * [extractor/onenewsnz] Add extractor by [coletdjnz](https://github.com/coletdjnz)
1733 * [extractor/prankcast] Add extractor by [HobbyistDev](https://github.com/HobbyistDev), [columndeeply](https://github.com/columndeeply)
1734 * [extractor/Smotrim] Add extractor by [Lesmiscore](https://github.com/Lesmiscore), [nikita-moor](https://github.com/nikita-moor)
1735 * [extractor/tencent] Add Iflix extractor by [elyse0](https://github.com/elyse0)
1736 * [extractor/unscripted] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1737 * [extractor/adobepass] Add MSO AlticeOne (Optimum TV) by [CplPwnies](https://github.com/CplPwnies)
1738 * [extractor/youtube] **Download `post_live` videos from start** by [Lesmiscore](https://github.com/Lesmiscore), [pukkandan](https://github.com/pukkandan)
1739 * [extractor/youtube] Add support for Shorts audio pivot feed by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1740 * [extractor/youtube] Detect `lazy-load-for-videos` embeds
1741 * [extractor/youtube] Do not warn on duplicate chapters
1742 * [extractor/youtube] Fix video like count extraction by [coletdjnz](https://github.com/coletdjnz)
1743 * [extractor/youtube] Support changing extraction language by [coletdjnz](https://github.com/coletdjnz)
1744 * [extractor/youtube:tab] Improve continuation items extraction
1745 * [extractor/youtube:tab] Support `reporthistory` page
1746 * [extractor/amazonstore] Fix JSON extraction by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1747 * [extractor/amazonstore] Retry to avoid captcha page by [Lesmiscore](https://github.com/Lesmiscore)
1748 * [extractor/animeondemand] Remove extractor by [TokyoBlackHole](https://github.com/TokyoBlackHole)
1749 * [extractor/anvato] Fix extractor and refactor by [bashonly](https://github.com/bashonly)
1750 * [extractor/artetv] Remove duplicate stream urls by [Grub4K](https://github.com/Grub4K)
1751 * [extractor/audioboom] Support direct URLs and refactor by [pukkandan](https://github.com/pukkandan), [tpikonen](https://github.com/tpikonen)
1752 * [extractor/bandcamp] Extract `uploader_url`
1753 * [extractor/bilibili] Add space.bilibili extractors by [lockmatrix](https://github.com/lockmatrix)
1754 * [extractor/BilibiliSpace] Fix extractor and better error message by [lockmatrix](https://github.com/lockmatrix)
1755 * [extractor/BiliIntl] Support uppercase lang in `_VALID_URL` by [coletdjnz](https://github.com/coletdjnz)
1756 * [extractor/BiliIntlSeries] Fix `_VALID_URL`
1757 * [extractor/bongacams] Update `_VALID_URL` by [0xGodspeed](https://github.com/0xGodspeed)
1758 * [extractor/crunchyroll:beta] Improve handling of hardsubs by [Grub4K](https://github.com/Grub4K)
1759 * [extractor/detik] Generalize extractors by [HobbyistDev](https://github.com/HobbyistDev), [coletdjnz](https://github.com/coletdjnz)
1760 * [extractor/dplay:italy] Add default authentication by [Timendum](https://github.com/Timendum)
1761 * [extractor/heise] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
1762 * [extractor/holodex] Fix `_VALID_URL` by [LiviaMedeiros](https://github.com/LiviaMedeiros)
1763 * [extractor/hrfensehen] Fix extractor by [snapdgn](https://github.com/snapdgn)
1764 * [extractor/hungama] Add subtitle by [GautamMKGarg](https://github.com/GautamMKGarg), [pukkandan](https://github.com/pukkandan)
1765 * [extractor/instagram] Extract more metadata by [pritam20ps05](https://github.com/pritam20ps05)
1766 * [extractor/JWPlatform] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
1767 * [extractor/malltv] Fix video_id extraction by [HobbyistDev](https://github.com/HobbyistDev)
1768 * [extractor/MLBTV] Detect live streams
1769 * [extractor/motorsport] Support native embeds
1770 * [extractor/Mxplayer] Fix extractor by [itachi-19](https://github.com/itachi-19)
1771 * [extractor/nebula] Add nebula.tv by [tannertechnology](https://github.com/tannertechnology)
1772 * [extractor/nfl] Fix extractor by [bashonly](https://github.com/bashonly)
1773 * [extractor/ondemandkorea] Update `jw_config` regex by [julien-hadleyjack](https://github.com/julien-hadleyjack)
1774 * [extractor/paramountplus] Better DRM detection by [bashonly](https://github.com/bashonly)
1775 * [extractor/patreon] Sort formats
1776 * [extractor/rcs] Fix embed extraction by [coletdjnz](https://github.com/coletdjnz)
1777 * [extractor/redgifs] Fix extractor by [jhwgh1968](https://github.com/jhwgh1968)
1778 * [extractor/rutube] Fix `_EMBED_REGEX` by [coletdjnz](https://github.com/coletdjnz)
1779 * [extractor/RUTV] Fix warnings for livestreams by [Lesmiscore](https://github.com/Lesmiscore)
1780 * [extractor/soundcloud:search] More metadata in `--flat-playlist` by [SuperSonicHub1](https://github.com/SuperSonicHub1)
1781 * [extractor/telegraaf] Use mobile GraphQL API endpoint by [coletdjnz](https://github.com/coletdjnz)
1782 * [extractor/tennistv] Fix timestamp by [zenerdi0de](https://github.com/zenerdi0de)
1783 * [extractor/tiktok] Fix TikTokIE by [bashonly](https://github.com/bashonly)
1784 * [extractor/triller] Fix auth token by [bashonly](https://github.com/bashonly)
1785 * [extractor/trovo] Fix extractors by [Mehavoid](https://github.com/Mehavoid)
1786 * [extractor/tv2] Support new url format by [tobi1805](https://github.com/tobi1805)
1787 * [extractor/web.archive:youtube] Fix `_YT_INITIAL_PLAYER_RESPONSE_RE`
1788 * [extractor/wistia] Add support for channels by [coletdjnz](https://github.com/coletdjnz)
1789 * [extractor/wistia] Match IDs in embed URLs by [bashonly](https://github.com/bashonly)
1790 * [extractor/wordpress:playlist] Add generic embed extractor by [coletdjnz](https://github.com/coletdjnz)
1791 * [extractor/yandexvideopreview] Update `_VALID_URL` by [Grub4K](https://github.com/Grub4K)
1792 * [extractor/zee5] Fix `_VALID_URL` by [m4tu4g](https://github.com/m4tu4g)
1793 * [extractor/zee5] Generate device ids by [freezboltz](https://github.com/freezboltz)
1796 ### 2022.09.01
1798 * Add option `--use-extractors`
1799 * Merge youtube-dl: Upto [commit/ed5c44e](https://github.com/ytdl-org/youtube-dl/commit/ed5c44e7)
1800 * Add yt-dlp version to infojson
1801 * Fix `--break-per-url --max-downloads`
1802 * Fix bug in `--alias`
1803 * [cookies] Support firefox container in `--cookies-from-browser` by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1804 * [downloader/external] Smarter detection of executable
1805 * [extractor/generic] Don't return JW player without formats
1806 * [FormatSort] Fix `aext` for `--prefer-free-formats`
1807 * [jsinterp] Various improvements by [pukkandan](https://github.com/pukkandan), [dirkf](https://github.com/dirkf), [elyse0](https://github.com/elyse0)
1808 * [cache] Mechanism to invalidate old cache
1809 * [utils] Add `deprecation_warning`
1810 * [utils] Add `orderedSet_from_options`
1811 * [utils] `Popen`: Restore `LD_LIBRARY_PATH` when using PyInstaller by [Lesmiscore](https://github.com/Lesmiscore)
1812 * [build] `make tar` should not follow `DESTDIR` by [satan1st](https://github.com/satan1st)
1813 * [build] Update pyinstaller by [shirt-dev](https://github.com/shirt-dev)
1814 * [test] Fix `test_youtube_signature`
1815 * [cleanup] Misc fixes and cleanup by [DavidH-2022](https://github.com/DavidH-2022), [MrRawes](https://github.com/MrRawes), [pukkandan](https://github.com/pukkandan)
1816 * [extractor/epoch] Add extractor by [tejasa97](https://github.com/tejasa97)
1817 * [extractor/eurosport] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1818 * [extractor/IslamChannel] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
1819 * [extractor/newspicks] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
1820 * [extractor/triller] Add extractor by [bashonly](https://github.com/bashonly)
1821 * [extractor/VQQ] Add extractors by [elyse0](https://github.com/elyse0)
1822 * [extractor/youtube] Improvements to nsig extraction
1823 * [extractor/youtube] Fix bug in format sorting
1824 * [extractor/youtube] Update iOS Innertube clients by [SamantazFox](https://github.com/SamantazFox)
1825 * [extractor/youtube] Use device-specific user agent by [coletdjnz](https://github.com/coletdjnz)
1826 * [extractor/youtube] Add `--compat-option no-youtube-prefer-utc-upload-date` by [coletdjnz](https://github.com/coletdjnz)
1827 * [extractor/arte] Bug fix by [cgrigis](https://github.com/cgrigis)
1828 * [extractor/bilibili] Extract `flac` with premium account by [jackyyf](https://github.com/jackyyf)
1829 * [extractor/BiliBiliSearch] Don't sort by date
1830 * [extractor/BiliBiliSearch] Fix infinite loop
1831 * [extractor/bitchute] Mark errors as expected
1832 * [extractor/crunchyroll:beta] Use anonymous access by [tejing1](https://github.com/tejing1)
1833 * [extractor/huya] Fix stream extraction by [ohaiibuzzle](https://github.com/ohaiibuzzle)
1834 * [extractor/medaltv] Fix extraction by [xenova](https://github.com/xenova)
1835 * [extractor/mediaset] Fix embed extraction
1836 * [extractor/mixcloud] All formats are audio-only
1837 * [extractor/rtbf] Fix jwt extraction by [elyse0](https://github.com/elyse0)
1838 * [extractor/screencastomatic] Support `--video-password` by [shreyasminocha](https://github.com/shreyasminocha)
1839 * [extractor/stripchat] Don't modify input URL by [dfaker](https://github.com/dfaker)
1840 * [extractor/uktv] Improve `_VALID_URL` by [dirkf](https://github.com/dirkf)
1841 * [extractor/vimeo:user] Fix `_VALID_URL`
1844 ### 2022.08.19
1846 * Fix bug in `--download-archive`
1847 * [jsinterp] **Fix for new youtube players** and related improvements by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
1848 * [phantomjs] Add function to execute JS without a DOM by [MinePlayersPE](https://github.com/MinePlayersPE), [pukkandan](https://github.com/pukkandan)
1849 * [build] Exclude devscripts from installs by [Lesmiscore](https://github.com/Lesmiscore)
1850 * [cleanup] Misc fixes and cleanup
1851 * [extractor/youtube] **Add fallback to phantomjs** for nsig
1852 * [extractor/youtube] Fix error reporting of "Incomplete data"
1853 * [extractor/youtube] Improve format sorting for IOS formats
1854 * [extractor/youtube] Improve signature caching
1855 * [extractor/instagram] Fix extraction by [bashonly](https://github.com/bashonly), [pritam20ps05](https://github.com/pritam20ps05)
1856 * [extractor/rai] Minor fix by [nixxo](https://github.com/nixxo)
1857 * [extractor/rtbf] Fix stream extractor by [elyse0](https://github.com/elyse0)
1858 * [extractor/SovietsCloset] Fix extractor by [ChillingPepper](https://github.com/ChillingPepper)
1859 * [extractor/zattoo] Fix Zattoo resellers by [goggle](https://github.com/goggle)
1861 ### 2022.08.14
1863 * Merge youtube-dl: Upto [commit/d231b56](https://github.com/ytdl-org/youtube-dl/commit/d231b56)
1864 * [jsinterp] Handle **new youtube signature functions**
1865 * [jsinterp] Truncate error messages
1866 * [extractor] Fix format sorting of `channels`
1867 * [ffmpeg] Disable avconv unless `--prefer-avconv`
1868 * [ffmpeg] Smarter detection of ffprobe filename
1869 * [embedthumbnail] Detect `libatomicparsley.so`
1870 * [ThumbnailsConvertor] Fix conversion after `fixup_webp`
1871 * [utils] Fix `get_compatible_ext`
1872 * [build] Fix changelog
1873 * [update] Set executable bit-mask by [pukkandan](https://github.com/pukkandan), [Lesmiscore](https://github.com/Lesmiscore)
1874 * [devscripts] Fix import
1875 * [docs] Consistent use of `e.g.` by [Lesmiscore](https://github.com/Lesmiscore)
1876 * [cleanup] Misc fixes and cleanup
1877 * [extractor/moview] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1878 * [extractor/parler] Add extractor by [palewire](https://github.com/palewire)
1879 * [extractor/patreon] Ignore erroneous media attachments by [coletdjnz](https://github.com/coletdjnz)
1880 * [extractor/truth] Add extractor by [palewire](https://github.com/palewire)
1881 * [extractor/aenetworks] Add formats parameter by [jacobtruman](https://github.com/jacobtruman)
1882 * [extractor/crunchyroll] Improve `_VALID_URL`s
1883 * [extractor/doodstream] Add `wf` domain by [aldoridhoni](https://github.com/aldoridhoni)
1884 * [extractor/facebook] Add reel support by [bashonly](https://github.com/bashonly)
1885 * [extractor/MLB] New extractor by [ischmidt20](https://github.com/ischmidt20)
1886 * [extractor/rai] Misc fixes by [nixxo](https://github.com/nixxo)
1887 * [extractor/toggo] Improve `_VALID_URL` by [masta79](https://github.com/masta79)
1888 * [extractor/tubitv] Extract additional formats by [shirt-dev](https://github.com/shirt-dev)
1889 * [extractor/zattoo] Potential fix for resellers
1892 ### 2022.08.08
1894 * **Remove Python 3.6 support**
1895 * Determine merge container better by [pukkandan](https://github.com/pukkandan), [selfisekai](https://github.com/selfisekai)
1896 * Framework for embed detection by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1897 * Merge youtube-dl: Upto [commit/adb5294](https://github.com/ytdl-org/youtube-dl/commit/adb5294)
1898 * `--compat-option no-live-chat` should disable danmaku
1899 * Fix misleading DRM message
1900 * Import ctypes only when necessary
1901 * Minor bugfixes
1902 * Reject entire playlists faster with `--match-filter`
1903 * Remove filtered entries from `-J`
1904 * Standardize retry mechanism
1905 * Validate `--merge-output-format`
1906 * [downloader] Add average speed to final progress line
1907 * [extractor] Add field `audio_channels`
1908 * [extractor] Support multiple archive ids for one video
1909 * [ffmpeg] Set `ffmpeg_location` in a contextvar
1910 * [FFmpegThumbnailsConvertor] Fix conversion from GIF
1911 * [MetadataParser] Don't set `None` when the field didn't match
1912 * [outtmpl] Smarter replacing of unsupported characters
1913 * [outtmpl] Treat empty values as None in filenames
1914 * [utils] sanitize_open: Allow any IO stream as stdout
1915 * [build, devscripts] Add devscript to set a build variant
1916 * [build] Improve build process by [shirt-dev](https://github.com/shirt-dev)
1917 * [build] Update pyinstaller
1918 * [devscripts] Create `utils` and refactor
1919 * [docs] Clarify `best*`
1920 * [docs] Fix bug report issue template
1921 * [docs] Fix capitalization in references by [christoph-heinrich](https://github.com/christoph-heinrich)
1922 * [cleanup, mhtml] Use imghdr
1923 * [cleanup, utils] Consolidate known media extensions
1924 * [cleanup] Misc fixes and cleanup
1925 * [extractor/angel] Add extractor by [AxiosDeminence](https://github.com/AxiosDeminence)
1926 * [extractor/dplay] Add MotorTrend extractor by [Sipherdrakon](https://github.com/Sipherdrakon)
1927 * [extractor/harpodeon] Add extractor by [eren-kemer](https://github.com/eren-kemer)
1928 * [extractor/holodex] Add extractor by [pukkandan](https://github.com/pukkandan), [sqrtNOT](https://github.com/sqrtNOT)
1929 * [extractor/kompas] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1930 * [extractor/rai] Add raisudtirol extractor by [nixxo](https://github.com/nixxo)
1931 * [extractor/tempo] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
1932 * [extractor/youtube] **Fixes for third party client detection** by [coletdjnz](https://github.com/coletdjnz)
1933 * [extractor/youtube] Add `live_status=post_live` by [lazypete365](https://github.com/lazypete365)
1934 * [extractor/youtube] Extract more format info
1935 * [extractor/youtube] Parse translated subtitles only when requested
1936 * [extractor/youtube, extractor/twitch] Allow waiting for channels to become live
1937 * [extractor/youtube, webvtt] Extract auto-subs from livestream VODs by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
1938 * [extractor/AbemaTVTitle] Implement paging by [Lesmiscore](https://github.com/Lesmiscore)
1939 * [extractor/archiveorg] Improve handling of formats by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1940 * [extractor/arte] Fix title extraction
1941 * [extractor/arte] **Move to v2 API** by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
1942 * [extractor/bbc] Fix news articles by [ajj8](https://github.com/ajj8)
1943 * [extractor/camtasia] Separate into own extractor by [coletdjnz](https://github.com/coletdjnz)
1944 * [extractor/cloudflarestream] Fix video_id padding by [haobinliang](https://github.com/haobinliang)
1945 * [extractor/crunchyroll] Fix conversion of thumbnail from GIF
1946 * [extractor/crunchyroll] Handle missing metadata correctly by [Burve](https://github.com/Burve), [pukkandan](https://github.com/pukkandan)
1947 * [extractor/crunchyroll:beta] Extract timestamp and fix tests by [tejing1](https://github.com/tejing1)
1948 * [extractor/crunchyroll:beta] Use streams API by [tejing1](https://github.com/tejing1)
1949 * [extractor/doodstream] Support more domains by [Galiley](https://github.com/Galiley)
1950 * [extractor/ESPN] Extract duration by [ischmidt20](https://github.com/ischmidt20)
1951 * [extractor/FIFA] Change API endpoint by [Bricio](https://github.com/Bricio), [yashkc2025](https://github.com/yashkc2025)
1952 * [extractor/globo:article] Remove false positives by [Bricio](https://github.com/Bricio)
1953 * [extractor/Go] Extract timestamp by [ischmidt20](https://github.com/ischmidt20)
1954 * [extractor/hidive] Fix cookie login when netrc is also given by [winterbird-code](https://github.com/winterbird-code)
1955 * [extractor/html5] Separate into own extractor by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1956 * [extractor/ina] Improve extractor by [elyse0](https://github.com/elyse0)
1957 * [extractor/NaverNow] Change endpoint by [ping](https://github.com/ping)
1958 * [extractor/ninegag] Extract uploader by [DjesonPV](https://github.com/DjesonPV)
1959 * [extractor/NovaPlay] Fix extractor by [Bojidarist](https://github.com/Bojidarist)
1960 * [extractor/orf:radio] Rewrite extractors
1961 * [extractor/patreon] Fix and improve extractors by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
1962 * [extractor/rai] Fix RaiNews extraction by [nixxo](https://github.com/nixxo)
1963 * [extractor/redbee] Unify and update extractors by [elyse0](https://github.com/elyse0)
1964 * [extractor/stripchat] Fix _VALID_URL by [freezboltz](https://github.com/freezboltz)
1965 * [extractor/tubi] Exclude playlists from playlist entries by [sqrtNOT](https://github.com/sqrtNOT)
1966 * [extractor/tviplayer] Improve `_VALID_URL` by [HobbyistDev](https://github.com/HobbyistDev)
1967 * [extractor/twitch] Extract chapters for single chapter VODs by [mpeter50](https://github.com/mpeter50)
1968 * [extractor/vgtv] Support tv.vg.no by [sqrtNOT](https://github.com/sqrtNOT)
1969 * [extractor/vidio] Support embed link by [HobbyistDev](https://github.com/HobbyistDev)
1970 * [extractor/vk] Fix extractor by [Mehavoid](https://github.com/Mehavoid)
1971 * [extractor/WASDTV:record] Fix `_VALID_URL`
1972 * [extractor/xfileshare] Add Referer by [Galiley](https://github.com/Galiley)
1973 * [extractor/YahooJapanNews] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
1974 * [extractor/yandexmusic] Extract higher quality format
1975 * [extractor/zee5] Update Device ID by [m4tu4g](https://github.com/m4tu4g)
1978 ### 2022.07.18
1980 * Allow users to specify encoding in each config files by [Lesmiscore](https://github.com/Lesmiscore)
1981 * Discard infodict from memory if no longer needed
1982 * Do not allow extractors to return `None`
1983 * Do not load system certificates when `certifi` is used
1984 * Fix rounding of integers in format table
1985 * Improve chapter sanitization
1986 * Skip some fixup if remux/recode is needed by [Lesmiscore](https://github.com/Lesmiscore)
1987 * Support `--no-progress` for `--wait-for-video`
1988 * Fix bug in [612f2be](https://github.com/yt-dlp/yt-dlp/commit/612f2be5d3924540158dfbe5f25d841f04cff8c6)
1989 * [outtmpl] Add alternate form `h` for HTML escaping
1990 * [aes] Add multiple padding modes in CBC by [elyse0](https://github.com/elyse0)
1991 * [extractor/common] Passthrough `errnote=False` to parsers
1992 * [extractor/generic] Remove HEAD request
1993 * [http] Ensure the file handle is always closed
1994 * [ModifyChapters] Modify duration in infodict
1995 * [options] Fix aliases to `--config-location`
1996 * [utils] Fix `get_domain`
1997 * [build] Consistent order for lazy extractors by [lamby](https://github.com/lamby)
1998 * [build] Fix architecture suffix of executables by [odo2063](https://github.com/odo2063)
1999 * [build] Improve `setup.py`
2000 * [update] Do not check `_update_spec` when up to date
2001 * [update] Prepare to remove Python 3.6 support
2002 * [compat] Let PyInstaller detect _legacy module
2003 * [devscripts/update-formulae] Do not change dependency section
2004 * [test] Split download tests so they can be more easily run in CI
2005 * [docs] Improve docstring of `download_ranges` by [FirefoxMetzger](https://github.com/FirefoxMetzger)
2006 * [docs] Improve issue templates
2007 * [build] Fix bug in [6d916fe](https://github.com/yt-dlp/yt-dlp/commit/6d916fe709a38e8c4c69b73843acf170b5165931)
2008 * [cleanup, utils] Refactor parse_codecs
2009 * [cleanup] Misc fixes and cleanup
2010 * [extractor/acfun] Add extractors by [lockmatrix](https://github.com/lockmatrix)
2011 * [extractor/Audiodraft] Add extractors by [Ashish0804](https://github.com/Ashish0804), [fstirlitz](https://github.com/fstirlitz)
2012 * [extractor/cellebrite] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2013 * [extractor/detik] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2014 * [extractor/hytale] Add extractor by [llamasblade](https://github.com/llamasblade), [pukkandan](https://github.com/pukkandan)
2015 * [extractor/liputan6] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2016 * [extractor/mocha] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2017 * [extractor/rtl.lu] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2018 * [extractor/rtvsl] Add extractor by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
2019 * [extractor/StarTrek] Add extractor by [scy](https://github.com/scy)
2020 * [extractor/syvdk] Add extractor by [misaelaguayo](https://github.com/misaelaguayo)
2021 * [extractor/theholetv] Add extractor by [dosy4ev](https://github.com/dosy4ev)
2022 * [extractor/TubeTuGraz] Add extractor by [Ferdi265](https://github.com/Ferdi265), [pukkandan](https://github.com/pukkandan)
2023 * [extractor/tviplayer] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2024 * [extractor/wetv] Add extractors by [elyse0](https://github.com/elyse0)
2025 * [extractor/wikimedia] Add extractor by [EhtishamSabir](https://github.com/EhtishamSabir), [pukkandan](https://github.com/pukkandan)
2026 * [extractor/youtube] Fix duration check for post-live manifestless mode
2027 * [extractor/youtube] More metadata for storyboards by [ftk](https://github.com/ftk)
2028 * [extractor/bigo] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
2029 * [extractor/BiliIntl] Fix subtitle extraction by [MinePlayersPE](https://github.com/MinePlayersPE)
2030 * [extractor/crunchyroll] Improve `_VALID_URL`
2031 * [extractor/fifa] Fix extractor by [ischmidt20](https://github.com/ischmidt20)
2032 * [extractor/instagram] Fix post/story extractors by [pritam20ps05](https://github.com/pritam20ps05), [pukkandan](https://github.com/pukkandan)
2033 * [extractor/iq] Set language correctly for Korean subtitles
2034 * [extractor/MangoTV] Fix subtitle languages
2035 * [extractor/Netverse] Improve playlist extractor by [HobbyistDev](https://github.com/HobbyistDev)
2036 * [extractor/philharmoniedeparis] Fix extractor by [sqrtNOT](https://github.com/sqrtNOT)
2037 * [extractor/Trovo] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
2038 * [extractor/twitch] Support storyboards for VODs by [ftk](https://github.com/ftk)
2039 * [extractor/WatchESPN] Improve `_VALID_URL` by [IONECarter](https://github.com/IONECarter), [dirkf](https://github.com/dirkf)
2040 * [extractor/WSJArticle] Fix video id extraction by [sqrtNOT](https://github.com/sqrtNOT)
2041 * [extractor/Ximalaya] Fix extractors by [lockmatrix](https://github.com/lockmatrix)
2042 * [cleanup, extractor/youtube] Fix tests by [sheerluck](https://github.com/sheerluck)
2045 ### 2022.06.29
2047 * Fix `--downloader native`
2048 * Fix `section_end` of clips
2049 * Fix playlist error handling
2050 * Sanitize `chapters`
2051 * [extractor] Fix `_create_request` when headers is None
2052 * [extractor] Fix empty `BaseURL` in MPD
2053 * [ffmpeg] Write full output to debug on error
2054 * [hls] Warn user when trying to download live HLS
2055 * [options] Fix `parse_known_args` for `--`
2056 * [utils] Fix inconsistent default handling between HTTP and HTTPS requests by [coletdjnz](https://github.com/coletdjnz)
2057 * [build] Draft release until complete
2058 * [build] Fix release tag commit
2059 * [build] Standalone x64 builds for MacOS 10.9 by [StefanLobbenmeier](https://github.com/StefanLobbenmeier)
2060 * [update] Ability to set a maximum version for specific variants
2061 * [compat] Fix `compat.WINDOWS_VT_MODE`
2062 * [compat] Remove deprecated functions from core code
2063 * [compat] Remove more functions
2064 * [cleanup, extractor] Reduce direct use of `_downloader`
2065 * [cleanup] Consistent style for file heads
2066 * [cleanup] Fix some typos by [crazymoose77756](https://github.com/crazymoose77756)
2067 * [cleanup] Misc fixes and cleanup
2068 * [extractor/Scrolller] Add extractor by [LunarFang416](https://github.com/LunarFang416)
2069 * [extractor/ViMP] Add playlist extractor by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
2070 * [extractor/fuyin] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2071 * [extractor/livestreamfails] Add extractor by [nomevi](https://github.com/nomevi)
2072 * [extractor/premiershiprugby] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2073 * [extractor/steam] Add broadcast extractor by [HobbyistDev](https://github.com/HobbyistDev)
2074 * [extractor/youtube] Mark videos as fully watched by [Brett824](https://github.com/Brett824)
2075 * [extractor/CWTV] Extract thumbnail by [ischmidt20](https://github.com/ischmidt20)
2076 * [extractor/ViMP] Add thumbnail and support more sites by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
2077 * [extractor/dropout] Support cookies and login only as needed by [pingiun](https://github.com/pingiun), [pukkandan](https://github.com/pukkandan)
2078 * [extractor/ertflix] Improve `_VALID_URL`
2079 * [extractor/lbry] Use HEAD request for redirect URL by [flashdagger](https://github.com/flashdagger)
2080 * [extractor/mediaset] Improve `_VALID_URL`
2081 * [extractor/npr] Implement [e50c350](https://github.com/yt-dlp/yt-dlp/commit/e50c3500b43d80e4492569c4b4523c4379c6fbb2) differently
2082 * [extractor/tennistv] Rewrite extractor by [pukkandan](https://github.com/pukkandan), [zenerdi0de](https://github.com/zenerdi0de)
2084 ### 2022.06.22.1
2086 * [build] Fix updating homebrew formula
2088 ### 2022.06.22
2090 * [**Deprecate support for Python 3.6**](https://github.com/yt-dlp/yt-dlp/issues/3764#issuecomment-1154051119)
2091 * **Add option `--download-sections` to download video partially**
2092     * Chapter regex and time ranges are accepted, e.g. `--download-sections *1:10-2:20`
2093 * Add option `--alias`
2094 * Add option `--lazy-playlist` to process entries as they are received
2095 * Add option `--retry-sleep`
2096 * Add slicing notation to `--playlist-items`
2097     * Adds support for negative indices and step
2098     * Add `-I` as alias for `--playlist-index`
2099     * Makes `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` redundant
2100 * `--config-location -` to provide options interactively
2101 * [build] Add Linux standalone builds
2102 * [update] Self-restart after update
2103 * Merge youtube-dl: Upto [commit/8a158a9](https://github.com/ytdl-org/youtube-dl/commit/8a158a9)
2104 * Add `--no-update`
2105 * Allow extractors to specify section_start/end for clips
2106 * Do not print progress to `stderr` with `-q`
2107 * Ensure pre-processor errors do not block video download
2108 * Fix `--simulate --max-downloads`
2109 * Improve error handling of bad config files
2110 * Return an error code if update fails
2111 * Fix bug in [3a408f9](https://github.com/yt-dlp/yt-dlp/commit/3a408f9d199127ca2626359e21a866a09ab236b3)
2112 * [ExtractAudio] Allow conditional conversion
2113 * [ModifyChapters] Fix repeated removal of small segments
2114 * [ThumbnailsConvertor] Allow conditional conversion
2115 * [cookies] Detect profiles for cygwin/BSD by [moench-tegeder](https://github.com/moench-tegeder)
2116 * [dash] Show fragment count with `--live-from-start` by [flashdagger](https://github.com/flashdagger)
2117 * [extractor] Add `_search_json` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
2118 * [extractor] Add `default` parameter to `_search_json` by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
2119 * [extractor] Add dev option `--load-pages`
2120 * [extractor] Handle `json_ld` with multiple `@type`s
2121 * [extractor] Import `_ALL_CLASSES` lazily
2122 * [extractor] Recognize `src` attribute from HTML5 media elements by [Lesmiscore](https://github.com/Lesmiscore)
2123 * [extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85d
2124 * [f4m] Bugfix
2125 * [ffmpeg] Check version lazily
2126 * [jsinterp] Some optimizations and refactoring by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
2127 * [utils] Improve performance using `functools.cache`
2128 * [utils] Send HTTP/1.1 ALPN extension by [coletdjnz](https://github.com/coletdjnz)
2129 * [utils] `ExtractorError`: Fix `exc_info`
2130 * [utils] `ISO3166Utils`: Add `EU` and `AP`
2131 * [utils] `Popen`: Refactor to use contextmanager
2132 * [utils] `locked_file`: Fix for PyPy on Windows
2133 * [update] Expose more functionality to API
2134 * [update] Use `.git` folder to distinguish `source`/`unknown`
2135 * [compat] Add `functools.cached_property`
2136 * [test] Fix `FakeYDL` signatures by [coletdjnz](https://github.com/coletdjnz)
2137 * [docs] Improvements
2138 * [cleanup, ExtractAudio] Refactor
2139 * [cleanup, downloader] Refactor `report_progress`
2140 * [cleanup, extractor] Refactor `_download_...` methods
2141 * [cleanup, extractor] Rename `extractors.py` to `_extractors.py`
2142 * [cleanup, utils] Don't use kwargs for `format_field`
2143 * [cleanup, build] Refactor
2144 * [cleanup, docs] Re-indent "Usage and Options" section
2145 * [cleanup] Deprecate `YoutubeDL.parse_outtmpl`
2146 * [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)
2147 * [extractor/DailyWire] Add extractors by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
2148 * [extractor/fourzerostudio] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
2149 * [extractor/GoogleDrive] Add folder extractor by [evansp](https://github.com/evansp), [pukkandan](https://github.com/pukkandan)
2150 * [extractor/MirrorCoUK] Add extractor by [LunarFang416](https://github.com/LunarFang416), [pukkandan](https://github.com/pukkandan)
2151 * [extractor/atscaleconfevent] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2152 * [extractor/freetv] Add extractor by [elyse0](https://github.com/elyse0)
2153 * [extractor/ixigua] Add Extractor by [HobbyistDev](https://github.com/HobbyistDev)
2154 * [extractor/kicker.de] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
2155 * [extractor/netverse] Add extractors by [HobbyistDev](https://github.com/HobbyistDev), [pukkandan](https://github.com/pukkandan)
2156 * [extractor/playsuisse] Add extractor by [pukkandan](https://github.com/pukkandan), [sbor23](https://github.com/sbor23)
2157 * [extractor/substack] Add extractor by [elyse0](https://github.com/elyse0)
2158 * [extractor/youtube] **Support downloading clips**
2159 * [extractor/youtube] Add `innertube_host` and `innertube_key` extractor args by [coletdjnz](https://github.com/coletdjnz)
2160 * [extractor/youtube] Add warning for PostLiveDvr
2161 * [extractor/youtube] Bring back `_extract_chapters_from_description`
2162 * [extractor/youtube] Extract `comment_count` from webpage
2163 * [extractor/youtube] Fix `:ytnotifications` extractor by [coletdjnz](https://github.com/coletdjnz)
2164 * [extractor/youtube] Fix initial player response extraction by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
2165 * [extractor/youtube] Fix live chat for videos with content warning by [coletdjnz](https://github.com/coletdjnz)
2166 * [extractor/youtube] Make signature extraction non-fatal
2167 * [extractor/youtube:tab] Detect `videoRenderer` in `_post_thread_continuation_entries`
2168 * [extractor/BiliIntl] Fix metadata extraction
2169 * [extractor/BiliIntl] Fix subtitle extraction by [HobbyistDev](https://github.com/HobbyistDev)
2170 * [extractor/FranceCulture] Fix extractor by [aurelg](https://github.com/aurelg), [pukkandan](https://github.com/pukkandan)
2171 * [extractor/PokemonSoundLibrary] Remove extractor by [Lesmiscore](https://github.com/Lesmiscore)
2172 * [extractor/StreamCZ] Fix extractor by [adamanldo](https://github.com/adamanldo), [dirkf](https://github.com/dirkf)
2173 * [extractor/WatchESPN] Support free videos and BAM_DTC by [ischmidt20](https://github.com/ischmidt20)
2174 * [extractor/animelab] Remove extractor by [gamer191](https://github.com/gamer191)
2175 * [extractor/bloomberg] Change playback endpoint by [m4tu4g](https://github.com/m4tu4g)
2176 * [extractor/ccc] Extract view_count by [vkorablin](https://github.com/vkorablin)
2177 * [extractor/crunchyroll:beta] Fix extractor after API change by [Burve](https://github.com/Burve), [tejing1](https://github.com/tejing1)
2178 * [extractor/curiositystream] Get `auth_token` from cookie by [mnn](https://github.com/mnn)
2179 * [extractor/digitalconcerthall] Fix extractor by [ZhymabekRoman](https://github.com/ZhymabekRoman)
2180 * [extractor/dropbox] Extract the correct `mountComponent`
2181 * [extractor/dropout] Login is not mandatory
2182 * [extractor/duboku] Fix for hostname change by [mozbugbox](https://github.com/mozbugbox)
2183 * [extractor/espn] Add `WatchESPN` extractor by [ischmidt20](https://github.com/ischmidt20), [pukkandan](https://github.com/pukkandan)
2184 * [extractor/expressen] Fix extractor by [aejdl](https://github.com/aejdl)
2185 * [extractor/foxnews] Update embed extraction by [elyse0](https://github.com/elyse0)
2186 * [extractor/ina] Fix extractor by [elyse0](https://github.com/elyse0)
2187 * [extractor/iwara:user] Make paging better by [Lesmiscore](https://github.com/Lesmiscore)
2188 * [extractor/jwplatform] Look for `data-video-jw-id`
2189 * [extractor/lbry] Update livestream API by [flashdagger](https://github.com/flashdagger)
2190 * [extractor/mediaset] Improve `_VALID_URL`
2191 * [extractor/naver] Add `navernow` extractor by [ping](https://github.com/ping)
2192 * [extractor/niconico:series] Fix extractor by [sqrtNOT](https://github.com/sqrtNOT)
2193 * [extractor/npr] Use stream url from json-ld by [r5d](https://github.com/r5d)
2194 * [extractor/pornhub] Extract `uploader_id` field by [Lesmiscore](https://github.com/Lesmiscore)
2195 * [extractor/radiofrance] Add more radios by [bubbleguuum](https://github.com/bubbleguuum)
2196 * [extractor/rumble] Detect JS embed
2197 * [extractor/rumble] Extract subtitles by [fstirlitz](https://github.com/fstirlitz)
2198 * [extractor/southpark] Add `southpark.lat` extractor by [darkxex](https://github.com/darkxex)
2199 * [extractor/spotify:show] Fix extractor
2200 * [extractor/tiktok] Detect embeds
2201 * [extractor/tiktok] Extract `SIGI_STATE` by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan), [sulyi](https://github.com/sulyi)
2202 * [extractor/tver] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
2203 * [extractor/vevo] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
2204 * [extractor/yahoo:gyao] Fix extractor
2205 * [extractor/zattoo] Fix live streams by [miseran](https://github.com/miseran)
2206 * [extractor/zdf] Improve format sorting by [elyse0](https://github.com/elyse0)
2209 ### 2022.05.18
2211 * Add support for SSL client certificate authentication by [coletdjnz](https://github.com/coletdjnz), [dirkf](https://github.com/dirkf)
2212     * Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password`
2213 * Add `--match-filter -` to interactively ask for each video
2214 * `--max-downloads` should obey `--break-per-input`
2215 * Allow use of weaker ciphers with `--legacy-server-connect`
2216 * Don't imply `-s` for later stages of `-O`
2217 * Fix `--date today`
2218 * Fix `--skip-unavailable-fragments`
2219 * Fix color in `-q -F`
2220 * Fix redirect HTTP method handling by [coletdjnz](https://github.com/coletdjnz)
2221 * Improve `--clean-infojson`
2222 * Remove warning for videos with an empty title
2223 * Run `FFmpegFixupM3u8PP` for live-streams if needed
2224 * Show name of downloader in verbose log
2225 * [cookies] Allow `cookiefile` to be a text stream
2226 * [cookies] Report progress when importing cookies
2227 * [downloader/ffmpeg] Specify headers for each URL by [elyse0](https://github.com/elyse0)
2228 * [fragment] Do not change chunk-size when `--test`
2229 * [fragment] Make single thread download work for `--live-from-start` by [Lesmiscore](https://github.com/Lesmiscore)
2230 * [hls] Fix `byte_range` for `EXT-X-MAP` fragment by [fstirlitz](https://github.com/fstirlitz)
2231 * [http] Fix retrying on read timeout by [coletdjnz](https://github.com/coletdjnz)
2232 * [ffmpeg] Fix features detection
2233 * [EmbedSubtitle] Enable for more video extensions
2234 * [EmbedThumbnail] Disable thumbnail conversion for mkv by [evansp](https://github.com/evansp)
2235 * [EmbedThumbnail] Do not obey `-k`
2236 * [EmbedThumbnail] Do not remove id3v1 tags
2237 * [FFmpegMetadata] Remove `\0` from metadata
2238 * [FFmpegMetadata] Remove filename from attached info-json
2239 * [FixupM3u8] Obey `--hls-prefer-mpegts`
2240 * [Sponsorblock] Don't crash when duration is unknown
2241 * [XAttrMetadata] Refactor and document dependencies
2242 * [extractor] Document netrc machines
2243 * [extractor] Update `manifest_url`s after redirect by [elyse0](https://github.com/elyse0)
2244 * [extractor] Update dash `manifest_url` after redirects by [elyse0](https://github.com/elyse0)
2245 * [extractor] Use `classmethod`/`property` where possible
2246 * [generic] Refactor `_extract_rss`
2247 * [utils] `is_html`: Handle double BOM
2248 * [utils] `locked_file`: Ignore illegal seek on `truncate` by [jakeogh](https://github.com/jakeogh)
2249 * [utils] `sanitize_path`: Fix when path is empty string
2250 * [utils] `write_string`: Workaround newline issue in `conhost`
2251 * [utils] `certifi`: Make sure the pem file exists
2252 * [utils] Fix `WebSocketsWrapper`
2253 * [utils] `locked_file`: Do not give executable bits for newly created files by [Lesmiscore](https://github.com/Lesmiscore)
2254 * [utils] `YoutubeDLCookieJar`: Detect and reject JSON file by [Lesmiscore](https://github.com/Lesmiscore)
2255 * [test] Convert warnings into errors and fix some existing warnings by [fstirlitz](https://github.com/fstirlitz)
2256 * [dependencies] Create module with all dependency imports
2257 * [compat] Split into sub-modules by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
2258 * [compat] Implement `compat.imghdr`
2259 * [build] Add `make uninstall` by [MrRawes](https://github.com/MrRawes)
2260 * [build] Avoid use of `install -D`
2261 * [build] Fix `Makefile` by [putnam](https://github.com/putnam)
2262 * [build] Fix `--onedir` on macOS
2263 * [build] Add more test-runners
2264 * [cleanup] Deprecate some compat vars by [fstirlitz](https://github.com/fstirlitz), [pukkandan](https://github.com/pukkandan)
2265 * [cleanup] Remove unused code paths, extractors, scripts and tests by [fstirlitz](https://github.com/fstirlitz)
2266 * [cleanup] Upgrade syntax (`pyupgrade`) and sort imports (`isort`)
2267 * [cleanup, docs, build] Misc fixes
2268 * [BilibiliLive] Add extractor by [HE7086](https://github.com/HE7086), [pukkandan](https://github.com/pukkandan)
2269 * [Fifa] Add Extractor by [Bricio](https://github.com/Bricio)
2270 * [goodgame] Add extractor by [nevack](https://github.com/nevack)
2271 * [gronkh] Add playlist extractors by [hatienl0i261299](https://github.com/hatienl0i261299)
2272 * [icareus] Add extractor by [tpikonen](https://github.com/tpikonen), [pukkandan](https://github.com/pukkandan)
2273 * [iwara] Add playlist extractors by [i6t](https://github.com/i6t)
2274 * [Likee] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2275 * [masters] Add extractor by [m4tu4g](https://github.com/m4tu4g)
2276 * [nebula] Add support for subscriptions by [hheimbuerger](https://github.com/hheimbuerger)
2277 * [Podchaser] Add extractors by [connercsbn](https://github.com/connercsbn)
2278 * [rokfin:search] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
2279 * [youtube] Add `:ytnotifications` extractor by [krichbanana](https://github.com/krichbanana)
2280 * [youtube] Add YoutubeStoriesIE (`ytstories:<channel UCID>`) by [coletdjnz](https://github.com/coletdjnz)
2281 * [ZingMp3] Add chart and user extractors by [hatienl0i261299](https://github.com/hatienl0i261299)
2282 * [adn] Update AES key by [elyse0](https://github.com/elyse0)
2283 * [adobepass] Allow cookies for authenticating MSO
2284 * [bandcamp] Exclude merch links by [Yipten](https://github.com/Yipten)
2285 * [chingari] Fix archiving and tests
2286 * [DRTV] Improve `_VALID_URL` by [vertan](https://github.com/vertan)
2287 * [facebook] Improve thumbnail extraction by [Wikidepia](https://github.com/Wikidepia)
2288 * [fc2] Stop heatbeating once FFmpeg finishes by [Lesmiscore](https://github.com/Lesmiscore)
2289 * [Gofile] Fix extraction and support password-protected links by [mehq](https://github.com/mehq)
2290 * [hotstar, cleanup] Refactor extractors
2291 * [InfoQ] Don't fail on missing audio format by [evansp](https://github.com/evansp)
2292 * [Jamendo] Extract more metadata by [evansp](https://github.com/evansp)
2293 * [kaltura] Update API calls by [flashdagger](https://github.com/flashdagger)
2294 * [KhanAcademy] Fix extractor by [rand-net](https://github.com/rand-net)
2295 * [LCI] Fix extractor by [MarwenDallel](https://github.com/MarwenDallel)
2296 * [lrt] Support livestreams by [GiedriusS](https://github.com/GiedriusS)
2297 * [niconico] Set `expected_protocol` to a public field
2298 * [Niconico] Support 2FA by [ekangmonyet](https://github.com/ekangmonyet)
2299 * [Olympics] Fix format extension
2300 * [openrec:movie] Enable fallback for /movie/ URLs
2301 * [PearVideo] Add fallback for formats by [hatienl0i261299](https://github.com/hatienl0i261299)
2302 * [radiko] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
2303 * [rai] Add `release_year`
2304 * [reddit] Prevent infinite loop
2305 * [rokfin] Implement login by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
2306 * [ruutu] Support hs.fi embeds by [tpikonen](https://github.com/tpikonen), [pukkandan](https://github.com/pukkandan)
2307 * [spotify] Detect iframe embeds by [fstirlitz](https://github.com/fstirlitz)
2308 * [telegram] Fix metadata extraction
2309 * [tmz, cleanup] Update tests by [diegorodriguezv](https://github.com/diegorodriguezv)
2310 * [toggo] Fix `_VALID_URL` by [ca-za](https://github.com/ca-za)
2311 * [trovo] Update to new API by [nyuszika7h](https://github.com/nyuszika7h)
2312 * [TVer] Improve extraction by [Lesmiscore](https://github.com/Lesmiscore)
2313 * [twitcasting] Pass headers for each formats by [Lesmiscore](https://github.com/Lesmiscore)
2314 * [VideocampusSachsen] Improve extractor by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
2315 * [vimeo] Fix extractors
2316 * [wat] Fix extraction of multi-language videos and subtitles by [elyse0](https://github.com/elyse0)
2317 * [wistia] Fix `_VALID_URL` by [dirkf](https://github.com/dirkf)
2318 * [youtube, cleanup] Minor refactoring by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
2319 * [youtube] Added piped instance urls by [JordanWeatherby](https://github.com/JordanWeatherby)
2320 * [youtube] Deprioritize auto-generated thumbnails
2321 * [youtube] Deprioritize format 22 (often damaged)
2322 * [youtube] Fix episode metadata extraction
2323 * [zee5] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
2324 * [zingmp3, cleanup] Refactor extractors
2327 ### 2022.04.08
2329 * Use certificates from `certifi` if installed by [coletdjnz](https://github.com/coletdjnz)
2330 * Treat multiple `--match-filters` as OR
2331 * File locking improvements:
2332     * Do not lock downloading file on Windows
2333     * Do not prevent download if locking is unsupported
2334     * Do not truncate files before locking by [jakeogh](https://github.com/jakeogh), [pukkandan](https://github.com/pukkandan)
2335     * Fix non-blocking non-exclusive lock
2336 * De-prioritize automatic-subtitles when no `--sub-lang` is given
2337 * Exit after `--dump-user-agent`
2338 * Fallback to video-only format when selecting by extension
2339 * Fix `--abort-on-error` for subtitles
2340 * Fix `--no-overwrite` for playlist infojson
2341 * Fix `--print` with `--ignore-no-formats` when url is `None` by [flashdagger](https://github.com/flashdagger)
2342 * Fix `--sleep-interval`
2343 * Fix `--throttled-rate`
2344 * Fix `autonumber`
2345 * Fix case of `http_headers`
2346 * Fix filepath sanitization in `--print-to-file`
2347 * Handle float in `--wait-for-video`
2348 * Ignore `mhtml` formats from `-f mergeall`
2349 * Ignore format-specific fields in initial pass of `--match-filter`
2350 * Protect stdout from unexpected progress and console-title
2351 * Remove `Accept-Encoding` header from `std_headers` by [coletdjnz](https://github.com/coletdjnz)
2352 * Remove incorrect warning for `--dateafter`
2353 * Show warning when all media formats have DRM
2354 * [downloader] Fix invocation of `HttpieFD`
2355 * [http] Fix #3215
2356 * [http] Reject broken range before request by [Lesmiscore](https://github.com/Lesmiscore), [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
2357 * [fragment] Read downloaded fragments only when needed by [Lesmiscore](https://github.com/Lesmiscore)
2358 * [http] Retry on more errors by [coletdjnz](https://github.com/coletdjnz)
2359 * [mhtml] Fix fragments with absolute urls by [coletdjnz](https://github.com/coletdjnz)
2360 * [extractor] Add `_perform_login` function
2361 * [extractor] Allow control characters inside json
2362 * [extractor] Support merging subtitles with data by [coletdjnz](https://github.com/coletdjnz)
2363 * [generic] Extract subtitles from video.js by [Lesmiscore](https://github.com/Lesmiscore)
2364 * [ffmpeg] Cache version data
2365 * [FFmpegConcat] Ensure final directory exists
2366 * [FfmpegMetadata] Write id3v1 tags
2367 * [FFmpegVideoConvertor] Add more formats to `--remux-video`
2368 * [FFmpegVideoConvertor] Ensure all streams are copied
2369 * [MetadataParser] Validate outtmpl early
2370 * [outtmpl] Fix replacement/default when used with alternate
2371 * [outtmpl] Limit changes during sanitization
2372 * [phantomjs] Fix bug
2373 * [test] Add `test_locked_file`
2374 * [utils] `format_decimal_suffix`: Fix for very large numbers by [s0u1h](https://github.com/s0u1h)
2375 * [utils] `traverse_obj`: Allow filtering by value
2376 * [utils] Add `filter_dict`, `get_first`, `try_call`
2377 * [utils] ExtractorError: Fix for older Python versions
2378 * [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation by [Lesmiscore](https://github.com/Lesmiscore)
2379 * [docs] Add an `.editorconfig` file by [fstirlitz](https://github.com/fstirlitz)
2380 * [docs] Clarify the exact `BSD` license of dependencies by [MrRawes](https://github.com/MrRawes)
2381 * [docs] Minor improvements by [pukkandan](https://github.com/pukkandan), [cffswb](https://github.com/cffswb), [danielyli](https://github.com/danielyli)
2382 * [docs] Remove readthedocs
2383 * [build] Add `requirements.txt` to pip distributions
2384 * [cleanup, postprocessor] Create `_download_json`
2385 * [cleanup, vimeo] Fix tests
2386 * [cleanup] Misc fixes and minor cleanup
2387 * [cleanup] Use `_html_extract_title`
2388 * [AfreecaTV] Add `AfreecaTVUserIE` by [hatienl0i261299](https://github.com/hatienl0i261299)
2389 * [arte] Add `format_note` to m3u8 formats
2390 * [azmedien] Add TVO Online to supported hosts by [1-Byte](https://github.com/1-Byte)
2391 * [BanBye] Add extractor by [mehq](https://github.com/mehq)
2392 * [bilibili] Fix extraction of title with quotes by [dzek69](https://github.com/dzek69)
2393 * [Craftsy] Add extractor by [Bricio](https://github.com/Bricio)
2394 * [Cybrary] Add extractor by [aaearon](https://github.com/aaearon)
2395 * [Huya] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2396 * [ITProTV] Add extractor by [aaearon](https://github.com/aaearon)
2397 * [Jable] Add extractors by [mehq](https://github.com/mehq)
2398 * [LastFM] Add extractors by [mehq](https://github.com/mehq)
2399 * [Moviepilot] Add extractor by [panatexxa](https://github.com/panatexxa)
2400 * [panopto] Add extractors by [coletdjnz](https://github.com/coletdjnz), [kmark](https://github.com/kmark)
2401 * [PokemonSoundLibrary] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
2402 * [WasdTV] Add extractor by [un-def](https://github.com/un-def), [hatienl0i261299](https://github.com/hatienl0i261299)
2403 * [adobepass] Fix Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
2404 * [afreecatv] Match new vod url by [wlritchi](https://github.com/wlritchi)
2405 * [AZMedien] Support `tv.telezueri.ch` by [goggle](https://github.com/goggle)
2406 * [BiliIntl] Support user-generated videos by [wlritchi](https://github.com/wlritchi)
2407 * [BRMediathek] Fix VALID_URL
2408 * [crunchyroll:playlist] Implement beta API by [tejing1](https://github.com/tejing1)
2409 * [crunchyroll] Fix inheritance
2410 * [daftsex] Fix extractor by [Soebb](https://github.com/Soebb)
2411 * [dailymotion] Support `geo.dailymotion.com` by [hatienl0i261299](https://github.com/hatienl0i261299)
2412 * [ellentube] Extract subtitles from manifest
2413 * [elonet] Rewrite extractor by [Fam0r](https://github.com/Fam0r), [pukkandan](https://github.com/pukkandan)
2414 * [fptplay] Fix metadata extraction by [hatienl0i261299](https://github.com/hatienl0i261299)
2415 * [FranceCulture] Support playlists by [bohwaz](https://github.com/bohwaz)
2416 * [go, viu] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
2417 * [Imdb] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2418 * [MangoTV] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2419 * [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
2420 * [niconico] Fix extraction of thumbnails and uploader (#3266)
2421 * [niconico] Rewrite NiconicoIE by [Lesmiscore](https://github.com/Lesmiscore)
2422 * [nitter] Minor fixes and update instance list by [foghawk](https://github.com/foghawk)
2423 * [NRK] Extract timestamp by [hatienl0i261299](https://github.com/hatienl0i261299)
2424 * [openrec] Download archived livestreams by [Lesmiscore](https://github.com/Lesmiscore)
2425 * [openrec] Refactor extractors by [Lesmiscore](https://github.com/Lesmiscore)
2426 * [panopto] Improve subtitle extraction and support slides by [coletdjnz](https://github.com/coletdjnz)
2427 * [ParamountPlus, CBS] Change VALID_URL by [Sipherdrakon](https://github.com/Sipherdrakon)
2428 * [ParamountPlusSeries] Support multiple pages by [dodrian](https://github.com/dodrian)
2429 * [Piapro] Extract description with break lines by [Lesmiscore](https://github.com/Lesmiscore)
2430 * [rai] Fix extraction of http formas by [nixxo](https://github.com/nixxo)
2431 * [rumble] unescape title
2432 * [RUTV] Fix format sorting by [Lesmiscore](https://github.com/Lesmiscore)
2433 * [ruutu] Detect embeds by [tpikonen](https://github.com/tpikonen)
2434 * [tenplay] Improve extractor by [aarubui](https://github.com/aarubui)
2435 * [TikTok] Fix URLs with user id by [hatienl0i261299](https://github.com/hatienl0i261299)
2436 * [TikTokVM] Fix redirect to user URL
2437 * [TVer] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
2438 * [TVer] Support landing page by [vvto33](https://github.com/vvto33)
2439 * [twitcasting] Don't return multi_video for archive with single hls manifest by [Lesmiscore](https://github.com/Lesmiscore)
2440 * [veo] Fix `_VALID_URL`
2441 * [Veo] Fix extractor by [i6t](https://github.com/i6t)
2442 * [viki] Don't attempt to modify URLs with signature by [nyuszika7h](https://github.com/nyuszika7h)
2443 * [viu] Fix bypass for preview by [zackmark29](https://github.com/zackmark29)
2444 * [viu] Fixed extractor by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
2445 * [web.archive:youtube] Make CDX API requests non-fatal by [coletdjnz](https://github.com/coletdjnz)
2446 * [wget] Fix proxy by [kikuyan](https://github.com/kikuyan), [coletdjnz](https://github.com/coletdjnz)
2447 * [xnxx] Add `xnxx3.com` by [rozari0](https://github.com/rozari0)
2448 * [youtube] **Add new age-gate bypass** by [zerodytrash](https://github.com/zerodytrash), [pukkandan](https://github.com/pukkandan)
2449 * [youtube] Add extractor-arg to skip auto-translated subs
2450 * [youtube] Avoid false positives when detecting damaged formats
2451 * [youtube] Detect DRM better by [shirt](https://github.com/shirt-dev)
2452 * [youtube] Fix auto-translated automatic captions
2453 * [youtube] Fix pagination of `membership` tab
2454 * [youtube] Fix uploader for collaborative playlists by [coletdjnz](https://github.com/coletdjnz)
2455 * [youtube] Improve video upload date handling by [coletdjnz](https://github.com/coletdjnz)
2456 * [youtube:api] Prefer minified JSON response by [coletdjnz](https://github.com/coletdjnz)
2457 * [youtube:search] Support hashtag entries by [coletdjnz](https://github.com/coletdjnz)
2458 * [youtube:tab] Fix duration extraction for shorts by [coletdjnz](https://github.com/coletdjnz)
2459 * [youtube:tab] Minor improvements
2460 * [youtube:tab] Return shorts url if video is a short by [coletdjnz](https://github.com/coletdjnz)
2461 * [Zattoo] Fix extractors by [goggle](https://github.com/goggle)
2462 * [Zingmp3] Fix signature by [hatienl0i261299](https://github.com/hatienl0i261299)
2465 ### 2022.03.08.1
2467 * [cleanup] Refactor `__init__.py`
2468 * [build] Fix bug
2470 ### 2022.03.08
2472 * Merge youtube-dl: Upto [commit/6508688](https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a) (except NDR)
2473 * Add regex operator and quoting to format filters by [lukasfink1](https://github.com/lukasfink1)
2474 * Add brotli content-encoding support by [coletdjnz](https://github.com/coletdjnz)
2475 * Add pre-processor stage `after_filter`
2476 * Better error message when no `--live-from-start` format
2477 * Create necessary directories for `--print-to-file`
2478 * Fill more fields for playlists by [Lesmiscore](https://github.com/Lesmiscore)
2479 * Fix `-all` for `--sub-langs`
2480 * Fix doubling of `video_id` in `ExtractorError`
2481 * Fix for when stdout/stderr encoding is `None`
2482 * Handle negative duration from extractor
2483 * Implement `--add-header` without modifying `std_headers`
2484 * Obey `--abort-on-error` for "ffmpeg not installed"
2485 * Set `webpage_url_...` from `webpage_url` and not input URL
2486 * Tolerate failure to `--write-link` due to unknown URL
2487 * [aria2c] Add `--http-accept-gzip=true`
2488 * [build] Update pyinstaller to 4.10 by [shirt](https://github.com/shirt-dev)
2489 * [cookies] Update MacOS12 `Cookies.binarycookies` location by [mdpauley](https://github.com/mdpauley)
2490 * [devscripts] Improve `prepare_manpage`
2491 * [downloader] Do not use aria2c for non-native `m3u8`
2492 * [downloader] Obey `--file-access-retries` when deleting/renaming by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
2493 * [extractor] Allow `http_headers` to be specified for `thumbnails`
2494 * [extractor] Extract subtitles from manifests for vimeo, globo, kaltura, svt by [fstirlitz](https://github.com/fstirlitz)
2495 * [extractor] Fix for manifests without period duration by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
2496 * [extractor] Support `--mark-watched` without `_NETRC_MACHINE` by [coletdjnz](https://github.com/coletdjnz)
2497 * [FFmpegConcat] Abort on `--simulate`
2498 * [FormatSort] Consider `acodec`=`ogg` as `vorbis`
2499 * [fragment] Fix bugs around resuming with Range by [Lesmiscore](https://github.com/Lesmiscore)
2500 * [fragment] Improve `--live-from-start` for YouTube livestreams by [Lesmiscore](https://github.com/Lesmiscore)
2501 * [generic] Pass referer to extracted formats
2502 * [generic] Set rss `guid` as video id by [Bricio](https://github.com/Bricio)
2503 * [options] Better ambiguous option resolution
2504 * [options] Rename `--clean-infojson` to `--clean-info-json`
2505 * [SponsorBlock] Fixes for highlight and "full video labels" by [nihil-admirari](https://github.com/nihil-admirari)
2506 * [Sponsorblock] minor fixes by [nihil-admirari](https://github.com/nihil-admirari)
2507 * [utils] Better traceback for `ExtractorError`
2508 * [utils] Fix file locking for AOSP by [jakeogh](https://github.com/jakeogh)
2509 * [utils] Improve file locking
2510 * [utils] OnDemandPagedList: Do not download pages after error
2511 * [utils] render_table: Fix character calculation for removing extra gap by [Lesmiscore](https://github.com/Lesmiscore)
2512 * [utils] Use `locked_file` for `sanitize_open` by [jakeogh](https://github.com/jakeogh)
2513 * [utils] Validate `DateRange` input
2514 * [utils] WebSockets wrapper for non-async functions by [Lesmiscore](https://github.com/Lesmiscore)
2515 * [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos
2516 * [cleanup] Remove extractors for some dead websites by [marieell](https://github.com/marieell)
2517 * [cleanup, docs] Misc cleanup
2518 * [AbemaTV] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
2519 * [adobepass] Add Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
2520 * [ant1newsgr] Add extractor by [zmousm](https://github.com/zmousm)
2521 * [bigo] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
2522 * [Caltrans] Add extractor by [Bricio](https://github.com/Bricio)
2523 * [daystar] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2524 * [fc2:live] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
2525 * [fptplay] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2526 * [murrtube] Add extractor by [cyberfox1691](https://github.com/cyberfox1691)
2527 * [nfb] Add extractor by [ofkz](https://github.com/ofkz)
2528 * [niconico] Add playlist extractors and refactor by [Lesmiscore](https://github.com/Lesmiscore)
2529 * [peekvids] Add extractor by [schn0sch](https://github.com/schn0sch)
2530 * [piapro] Add extractor by [pycabbage](https://github.com/pycabbage), [Lesmiscore](https://github.com/Lesmiscore)
2531 * [rokfin] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
2532 * [rokfin] Add stack and channel extractors by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
2533 * [ruv.is] Add extractor by [iw0nderhow](https://github.com/iw0nderhow)
2534 * [telegram] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2535 * [VideocampusSachsen] Add extractors by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
2536 * [xinpianchang] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2537 * [abc] Support 1080p by [Ronnnny](https://github.com/Ronnnny)
2538 * [afreecatv] Support password-protected livestreams by [wlritchi](https://github.com/wlritchi)
2539 * [ard] Fix valid URL
2540 * [ATVAt] Detect geo-restriction by [marieell](https://github.com/marieell)
2541 * [bandcamp] Detect acodec
2542 * [bandcamp] Fix user URLs by [lyz-code](https://github.com/lyz-code)
2543 * [bbc] Fix extraction of news articles by [ajj8](https://github.com/ajj8)
2544 * [beeg] Fix extractor by [Bricio](https://github.com/Bricio)
2545 * [bigo] Fix extractor to not to use `form_params`
2546 * [Bilibili] Pass referer for all formats by [blackgear](https://github.com/blackgear)
2547 * [Biqle] Fix extractor by [Bricio](https://github.com/Bricio)
2548 * [ccma] Fix timestamp parsing by [nyuszika7h](https://github.com/nyuszika7h)
2549 * [crunchyroll] Better error reporting on login failure by [tejing1](https://github.com/tejing1)
2550 * [cspan] Support of C-Span congress videos by [Grabien](https://github.com/Grabien)
2551 * [dropbox] fix regex by [zenerdi0de](https://github.com/zenerdi0de)
2552 * [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
2553 * [fujitv] Extract resolution for free sources by [YuenSzeHong](https://github.com/YuenSzeHong)
2554 * [Gettr] Add `GettrStreamingIE` by [i6t](https://github.com/i6t)
2555 * [Gettr] Fix formats order by [i6t](https://github.com/i6t)
2556 * [Gettr] Improve extractor by [i6t](https://github.com/i6t)
2557 * [globo] Expand valid URL by [Bricio](https://github.com/Bricio)
2558 * [lbry] Fix `--ignore-no-formats-error`
2559 * [manyvids] Extract `uploader` by [regarten](https://github.com/regarten)
2560 * [mildom] Fix linter
2561 * [mildom] Rework extractors by [Lesmiscore](https://github.com/Lesmiscore)
2562 * [mirrativ] Cleanup extractor code by [Lesmiscore](https://github.com/Lesmiscore)
2563 * [nhk] Add support for NHK for School by [Lesmiscore](https://github.com/Lesmiscore)
2564 * [niconico:tag] Add support for searching tags
2565 * [nrk] Add fallback API
2566 * [peekvids] Use JSON-LD by [schn0sch](https://github.com/schn0sch)
2567 * [peertube] Add media.fsfe.org by [mxmehl](https://github.com/mxmehl)
2568 * [rtvs] Fix extractor by [Bricio](https://github.com/Bricio)
2569 * [spiegel] Fix `_VALID_URL`
2570 * [ThumbnailsConvertor] Support `webp`
2571 * [tiktok] Fix `vm.tiktok`/`vt.tiktok` URLs
2572 * [tubitv] Fix/improve TV series extraction by [bbepis](https://github.com/bbepis)
2573 * [tumblr] Fix extractor by [foghawk](https://github.com/foghawk)
2574 * [twitcasting] Add fallback for finding running live by [Lesmiscore](https://github.com/Lesmiscore)
2575 * [TwitCasting] Check for password protection by [Lesmiscore](https://github.com/Lesmiscore)
2576 * [twitcasting] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
2577 * [twitch] Fix field name of `view_count`
2578 * [twitter] Fix for private videos by [iphoting](https://github.com/iphoting)
2579 * [washingtonpost] Fix extractor by [Bricio](https://github.com/Bricio)
2580 * [youtube:tab] Add `approximate_date` extractor-arg
2581 * [youtube:tab] Follow redirect to regional channel  by [coletdjnz](https://github.com/coletdjnz)
2582 * [youtube:tab] Reject webpage data if redirected to home page
2583 * [youtube] De-prioritize potentially damaged formats
2584 * [youtube] Differentiate descriptive audio by language code
2585 * [youtube] Ensure subtitle urls are absolute by [coletdjnz](https://github.com/coletdjnz)
2586 * [youtube] Escape possible `$` in `_extract_n_function_name` regex by [Lesmiscore](https://github.com/Lesmiscore)
2587 * [youtube] Fix automatic captions
2588 * [youtube] Fix n-sig extraction for phone player JS by [MinePlayersPE](https://github.com/MinePlayersPE)
2589 * [youtube] Further de-prioritize 3gp format
2590 * [youtube] Label original auto-subs
2591 * [youtube] Prefer UTC upload date for videos by [coletdjnz](https://github.com/coletdjnz)
2592 * [zaq1] Remove dead extractor by [marieell](https://github.com/marieell)
2593 * [zee5] Support web-series by [Aniruddh-J](https://github.com/Aniruddh-J)
2594 * [zingmp3] Fix extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
2595 * [zoom] Add support for screen cast by [Mipsters](https://github.com/Mipsters)
2598 ### 2022.02.04
2600 * [youtube:search] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
2601 * [youtube:search] Add tests
2602 * [twitcasting] Enforce UTF-8 for POST payload by [Lesmiscore](https://github.com/Lesmiscore)
2603 * [mediaset] Fix extractor by [nixxo](https://github.com/nixxo)
2604 * [websocket] Make syntax error in `websockets` module non-fatal
2606 ### 2022.02.03
2608 * Merge youtube-dl: Upto [commit/78ce962](https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67)
2609 * Add option `--print-to-file`
2610 * Make nested --config-locations relative to parent file
2611 * Ensure `_type` is present in `info.json`
2612 * Fix `--compat-options list-formats`
2613 * Fix/improve `InAdvancePagedList`
2614 * [downloader/ffmpeg] Handle unknown formats better
2615 * [outtmpl] Handle `-o ""` better
2616 * [outtmpl] Handle hard-coded file extension better
2617 * [extractor] Add convenience function `_yes_playlist`
2618 * [extractor] Allow non-fatal `title` extraction
2619 * [extractor] Extract video inside `Article` json_ld
2620 * [generic] Allow further processing of json_ld URL
2621 * [cookies] Fix keyring selection for unsupported desktops
2622 * [utils] Strip double spaces in `clean_html` by [dirkf](https://github.com/dirkf)
2623 * [aes] Add `unpad_pkcs7`
2624 * [test] Fix `test_youtube_playlist_noplaylist`
2625 * [docs,cleanup] Misc cleanup
2626 * [dplay] Add extractors for site changes by [Sipherdrakon](https://github.com/Sipherdrakon)
2627 * [ertgr] Add  extractors by [zmousm](https://github.com/zmousm), [dirkf](https://github.com/dirkf)
2628 * [Musicdex] Add extractors by [Ashish0804](https://github.com/Ashish0804)
2629 * [YandexVideoPreview] Add extractor by [KiberInfinity](https://github.com/KiberInfinity)
2630 * [youtube] Add extractor `YoutubeMusicSearchURLIE`
2631 * [archive.org] Ignore unnecessary files
2632 * [Bilibili] Add 8k support by [u-spec-png](https://github.com/u-spec-png)
2633 * [bilibili] Fix extractor, make anthology title non-fatal
2634 * [CAM4] Add thumbnail extraction by [alerikaisattera](https://github.com/alerikaisattera)
2635 * [cctv] De-prioritize sample format
2636 * [crunchyroll:beta] Add cookies support by [tejing1](https://github.com/tejing1)
2637 * [crunchyroll] Fix login by [tejing1](https://github.com/tejing1)
2638 * [doodstream] Fix extractor
2639 * [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
2640 * [FFmpegConcat] Abort on --skip-download and download errors
2641 * [Fujitv] Extract metadata and support premium by [YuenSzeHong](https://github.com/YuenSzeHong)
2642 * [globo] Fix extractor by [Bricio](https://github.com/Bricio)
2643 * [glomex] Simplify embed detection
2644 * [GoogleSearch] Fix extractor
2645 * [Instagram] Fix extraction when logged in by [MinePlayersPE](https://github.com/MinePlayersPE)
2646 * [iq.com] Add VIP support by [MinePlayersPE](https://github.com/MinePlayersPE)
2647 * [mildom] Fix extractor by [lazypete365](https://github.com/lazypete365)
2648 * [MySpass] Fix video url processing by [trassshhub](https://github.com/trassshhub)
2649 * [Odnoklassniki] Improve embedded players extraction by [KiberInfinity](https://github.com/KiberInfinity)
2650 * [orf:tvthek] Lazy playlist extraction and obey --no-playlist
2651 * [Pladform] Fix redirection to external player by [KiberInfinity](https://github.com/KiberInfinity)
2652 * [ThisOldHouse] Improve Premium URL check by [Ashish0804](https://github.com/Ashish0804)
2653 * [TikTok] Iterate through app versions by [MinePlayersPE](https://github.com/MinePlayersPE)
2654 * [tumblr] Fix 403 errors and handle vimeo embeds by [foghawk](https://github.com/foghawk)
2655 * [viki] Fix "Bad request" for manifest by [nyuszika7h](https://github.com/nyuszika7h)
2656 * [Vimm] add recording extractor by [alerikaisattera](https://github.com/alerikaisattera)
2657 * [web.archive:youtube] Add `ytarchive:` prefix and misc cleanup
2658 * [youtube:api] Do not use seek when reading HTTPError response by [coletdjnz](https://github.com/coletdjnz)
2659 * [youtube] Fix n-sig for player e06dea74
2660 * [youtube, cleanup] Misc fixes and cleanup
2663 ### 2022.01.21
2665 * Add option `--concat-playlist` to **concat videos in a playlist**
2666 * Allow **multiple and nested configuration files**
2667 * Add more post-processing stages (`after_video`, `playlist`)
2668 * Allow `--exec` to be run at any post-processing stage (Deprecates `--exec-before-download`)
2669 * Allow `--print` to be run at any post-processing stage
2670 * Allow listing formats, thumbnails, subtitles using `--print` by [pukkandan](https://github.com/pukkandan), [Zirro](https://github.com/Zirro)
2671 * Add fields `video_autonumber`, `modified_date`, `modified_timestamp`, `playlist_count`, `channel_follower_count`
2672 * Add key `requested_downloads` in the root `info_dict`
2673 * Write `download_archive` only after all formats are downloaded
2674 * [FfmpegMetadata] Allow setting metadata of individual streams using `meta<n>_` prefix
2675 * Add option `--legacy-server-connect` by [xtkoba](https://github.com/xtkoba)
2676 * Allow escaped `,` in `--extractor-args`
2677 * Allow unicode characters in `info.json`
2678 * Check for existing thumbnail/subtitle in final directory
2679 * Don't treat empty containers as `None` in `sanitize_info`
2680 * Fix `-s --ignore-no-formats --force-write-archive`
2681 * Fix live title for multiple formats
2682 * List playlist thumbnails in `--list-thumbnails`
2683 * Raise error if subtitle download fails
2684 * [cookies] Fix bug when keyring is unspecified
2685 * [ffmpeg] Ignore unknown streams, standardize use of `-map 0`
2686 * [outtmpl] Alternate form for `D` and fix suffix's case
2687 * [utils] Add `Sec-Fetch-Mode` to `std_headers`
2688 * [utils] Fix `format_bytes` output for Bytes by [pukkandan](https://github.com/pukkandan), [mdawar](https://github.com/mdawar)
2689 * [utils] Handle `ss:xxx` in `parse_duration`
2690 * [utils] Improve parsing for nested HTML elements by [zmousm](https://github.com/zmousm), [pukkandan](https://github.com/pukkandan)
2691 * [utils] Use key `None` in `traverse_obj` to return as-is
2692 * [extractor] Detect more subtitle codecs in MPD manifests by [fstirlitz](https://github.com/fstirlitz)
2693 * [extractor] Extract chapters from JSON-LD by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
2694 * [extractor] Extract thumbnails from JSON-LD by [nixxo](https://github.com/nixxo)
2695 * [extractor] Improve `url_result` and related
2696 * [generic] Improve KVS player extraction by [trassshhub](https://github.com/trassshhub)
2697 * [build] Reduce dependency on third party workflows
2698 * [extractor,cleanup] Use `_search_nextjs_data`, `format_field`
2699 * [cleanup] Minor fixes and cleanup
2700 * [docs] Improvements
2701 * [test] Fix TestVerboseOutput
2702 * [afreecatv] Add livestreams extractor by [wlritchi](https://github.com/wlritchi)
2703 * [callin] Add extractor by [foghawk](https://github.com/foghawk)
2704 * [CrowdBunker] Add extractors by [Ashish0804](https://github.com/Ashish0804)
2705 * [daftsex] Add extractors by [k3ns1n](https://github.com/k3ns1n)
2706 * [digitalconcerthall] Add extractor by [teridon](https://github.com/teridon)
2707 * [Drooble] Add extractor by [u-spec-png](https://github.com/u-spec-png)
2708 * [EuropeanTour] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2709 * [iq.com] Add extractors by [MinePlayersPE](https://github.com/MinePlayersPE)
2710 * [KelbyOne] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2711 * [LnkIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2712 * [MainStreaming] Add extractor by [coletdjnz](https://github.com/coletdjnz)
2713 * [megatvcom] Add extractors by [zmousm](https://github.com/zmousm)
2714 * [Newsy] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2715 * [noodlemagazine] Add extractor by [trassshhub](https://github.com/trassshhub)
2716 * [PokerGo] Add extractors by [Ashish0804](https://github.com/Ashish0804)
2717 * [Pornez] Add extractor by [mozlima](https://github.com/mozlima)
2718 * [PRX] Add Extractors by [coletdjnz](https://github.com/coletdjnz)
2719 * [RTNews] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2720 * [Rule34video] Add extractor by [trassshhub](https://github.com/trassshhub)
2721 * [tvopengr] Add extractors by [zmousm](https://github.com/zmousm)
2722 * [Vimm] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
2723 * [glomex] Add extractors by [zmousm](https://github.com/zmousm)
2724 * [instagram] Add story/highlight extractor by [u-spec-png](https://github.com/u-spec-png)
2725 * [openrec] Add movie extractor by [Lesmiscore](https://github.com/Lesmiscore)
2726 * [rai] Add Raiplaysound extractors by [nixxo](https://github.com/nixxo), [pukkandan](https://github.com/pukkandan)
2727 * [aparat] Fix extractor
2728 * [ard] Extract subtitles by [fstirlitz](https://github.com/fstirlitz)
2729 * [BiliIntl] Add login by [MinePlayersPE](https://github.com/MinePlayersPE)
2730 * [CeskaTelevize] Use `http` for manifests
2731 * [CTVNewsIE] Add fallback for video search by [Ashish0804](https://github.com/Ashish0804)
2732 * [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus by [timendum](https://github.com/timendum)
2733 * [dplay] Re-structure DiscoveryPlus extractors
2734 * [Dropbox] Support password protected files and more formats by [zenerdi0de](https://github.com/zenerdi0de)
2735 * [facebook] Fix extraction from groups
2736 * [facebook] Improve title and uploader extraction
2737 * [facebook] Parse dash manifests
2738 * [fox] Extract m3u8 from preview by [ischmidt20](https://github.com/ischmidt20)
2739 * [funk] Support origin URLs
2740 * [gfycat] Fix `uploader`
2741 * [gfycat] Support embeds by [coletdjnz](https://github.com/coletdjnz)
2742 * [hotstar] Add extractor args to ignore tags by [Ashish0804](https://github.com/Ashish0804)
2743 * [hrfernsehen] Fix ardloader extraction by [CreaValix](https://github.com/CreaValix)
2744 * [instagram] Fix username extraction for stories and highlights by [nyuszika7h](https://github.com/nyuszika7h)
2745 * [kakao] Detect geo-restriction
2746 * [line] Remove `tv.line.me` by [sian1468](https://github.com/sian1468)
2747 * [mixch] Add `MixchArchiveIE` by [Lesmiscore](https://github.com/Lesmiscore)
2748 * [mixcloud] Detect restrictions by [llacb47](https://github.com/llacb47)
2749 * [NBCSports] Fix extraction of platform URLs by [ischmidt20](https://github.com/ischmidt20)
2750 * [Nexx] Extract more metadata by [MinePlayersPE](https://github.com/MinePlayersPE)
2751 * [Nexx] Support 3q CDN by [MinePlayersPE](https://github.com/MinePlayersPE)
2752 * [pbs] de-prioritize AD formats
2753 * [PornHub,YouTube] Refresh onion addresses by [unit193](https://github.com/unit193)
2754 * [RedBullTV] Parse subtitles from manifest by [Ashish0804](https://github.com/Ashish0804)
2755 * [streamcz] Fix extractor by [arkamar](https://github.com/arkamar), [pukkandan](https://github.com/pukkandan)
2756 * [Ted] Rewrite extractor by [pukkandan](https://github.com/pukkandan), [trassshhub](https://github.com/trassshhub)
2757 * [Theta] Fix valid URL by [alerikaisattera](https://github.com/alerikaisattera)
2758 * [ThisOldHouseIE] Add support for premium videos by [Ashish0804](https://github.com/Ashish0804)
2759 * [TikTok] Fix extraction for sigi-based webpages, add API fallback by [MinePlayersPE](https://github.com/MinePlayersPE)
2760 * [TikTok] Pass cookies to formats, and misc fixes by [MinePlayersPE](https://github.com/MinePlayersPE)
2761 * [TikTok] Extract captions, user thumbnail by [MinePlayersPE](https://github.com/MinePlayersPE)
2762 * [TikTok] Change app version by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
2763 * [TVer] Extract message for unaired live by [Lesmiscore](https://github.com/Lesmiscore)
2764 * [twitcasting] Refactor extractor by [Lesmiscore](https://github.com/Lesmiscore)
2765 * [twitter] Fix video in quoted tweets
2766 * [veoh] Improve extractor by [foghawk](https://github.com/foghawk)
2767 * [vk] Capture `clip` URLs
2768 * [vk] Fix VKUserVideosIE by [Ashish0804](https://github.com/Ashish0804)
2769 * [vk] Improve `_VALID_URL` by [k3ns1n](https://github.com/k3ns1n)
2770 * [VrtNU] Handle empty title by [pgaig](https://github.com/pgaig)
2771 * [XVideos] Check HLS formats by [MinePlayersPE](https://github.com/MinePlayersPE)
2772 * [yahoo:gyao] Improved playlist handling by [hyano](https://github.com/hyano)
2773 * [youtube:tab] Extract more playlist metadata by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
2774 * [youtube:tab] Raise error on tab redirect by [krichbanana](https://github.com/krichbanana), [coletdjnz](https://github.com/coletdjnz)
2775 * [youtube] Update Innertube clients by [coletdjnz](https://github.com/coletdjnz)
2776 * [youtube] Detect live-stream embeds
2777 * [youtube] Do not return `upload_date` for playlists
2778 * [youtube] Extract channel subscriber count by [coletdjnz](https://github.com/coletdjnz)
2779 * [youtube] Make invalid storyboard URL non-fatal
2780 * [youtube] Enforce UTC, update innertube clients and tests by [coletdjnz](https://github.com/coletdjnz)
2781 * [zdf] Add chapter extraction by [iw0nderhow](https://github.com/iw0nderhow)
2782 * [zee5] Add geo-bypass
2785 ### 2021.12.27
2787 * Avoid recursion error when re-extracting info
2788 * [ffmpeg] Fix position of `--ppa`
2789 * [aria2c] Don't show progress when `--no-progress`
2790 * [cookies] Support other keyrings by [mbway](https://github.com/mbway)
2791 * [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
2792 * [generic] Fix HTTP KVS Player by [git-anony-mouse](https://github.com/git-anony-mouse)
2793 * [ThumbnailsConvertor] Fix for when there are no thumbnails
2794 * [docs] Add examples for using `TYPES:` in `-P`/`-o`
2795 * [PixivSketch] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
2796 * [tiktok] Add music, sticker and tag IEs by [MinePlayersPE](https://github.com/MinePlayersPE)
2797 * [BiliIntl] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
2798 * [CBC] Fix URL regex
2799 * [tiktok] Fix `extractor_key` used in archive
2800 * [youtube] **End `live-from-start` properly when stream ends with 403**
2801 * [Zee5] Fix VALID_URL for tv-shows by [Ashish0804](https://github.com/Ashish0804)
2803 ### 2021.12.25
2805 * [dash,youtube] **Download live from start to end** by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
2806     * Add option `--live-from-start` to enable downloading live videos from start
2807     * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
2808     * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
2809     * [fragment] Allow multiple live dash formats to download simultaneously
2810     * [youtube] Implement fragment re-fetching for the live dash formats
2811     * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
2812     * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms
2813     * Known issues:
2814         * Ctrl+C doesn't work on Windows when downloading multiple formats
2815         * If video becomes private, download hangs
2816 * [SponsorBlock] Add `Filler` and `Highlight` categories by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
2817     * Change `--sponsorblock-cut all` to `--sponsorblock-cut default` if you do not want filler sections to be removed
2818 * Add field `webpage_url_domain`
2819 * Add interactive format selection with `-f -`
2820 * Add option `--file-access-retries` by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
2821 * [outtmpl] Add alternate forms `S`, `D` and improve `id` detection
2822 * [outtmpl] Add operator `&` for replacement text by [PilzAdam](https://github.com/PilzAdam)
2823 * [EmbedSubtitle] Disable duration check temporarily
2824 * [extractor] Add `_search_nuxt_data` by [nao20010128nao](https://github.com/nao20010128nao)
2825 * [extractor] Ignore errors in comment extraction when `-i` is given
2826 * [extractor] Standardize `_live_title`
2827 * [FormatSort] Prevent incorrect deprecation warning
2828 * [generic] Extract m3u8 formats from JSON-LD
2829 * [postprocessor/ffmpeg] Always add `faststart`
2830 * [utils] Fix parsing `YYYYMMDD` dates in Nov/Dec by [wlritchi](https://github.com/wlritchi)
2831 * [utils] Improve `parse_count`
2832 * [utils] Update `std_headers` by [kikuyan](https://github.com/kikuyan), [fstirlitz](https://github.com/fstirlitz)
2833 * [lazy_extractors] Fix for search IEs
2834 * [extractor] Support default implicit graph in JSON-LD by [zmousm](https://github.com/zmousm)
2835 * Allow `--no-write-thumbnail` to override `--write-all-thumbnail`
2836 * Fix `--throttled-rate`
2837 * Fix control characters being printed to `--console-title`
2838 * Fix PostProcessor hooks not registered for some PPs
2839 * Pre-process when using `--flat-playlist`
2840 * Remove known invalid thumbnails from `info_dict`
2841 * Add warning when using `-f best`
2842 * Use `parse_duration` for `--wait-for-video` and some minor fix
2843 * [test/download] Add more fields
2844 * [test/download] Ignore field `webpage_url_domain` by [std-move](https://github.com/std-move)
2845 * [compat] Suppress errors in enabling VT mode
2846 * [docs] Improve manpage format by [iw0nderhow](https://github.com/iw0nderhow), [pukkandan](https://github.com/pukkandan)
2847 * [docs,cleanup] Minor fixes and cleanup
2848 * [cleanup] Fix some typos by [unit193](https://github.com/unit193)
2849 * [ABC:iview] Add show extractor by [pabs3](https://github.com/pabs3)
2850 * [dropout] Add extractor by [TwoThousandHedgehogs](https://github.com/TwoThousandHedgehogs), [pukkandan](https://github.com/pukkandan)
2851 * [GameJolt] Add extractors by [MinePlayersPE](https://github.com/MinePlayersPE)
2852 * [gofile] Add extractor by [Jertzukka](https://github.com/Jertzukka), [Ashish0804](https://github.com/Ashish0804)
2853 * [hse] Add extractors by [cypheron](https://github.com/cypheron), [pukkandan](https://github.com/pukkandan)
2854 * [NateTV] Add NateIE and NateProgramIE by [Ashish0804](https://github.com/Ashish0804), [Hyeeji](https://github.com/Hyeeji)
2855 * [OpenCast] Add extractors by [bwildenhain](https://github.com/bwildenhain), [C0D3D3V](https://github.com/C0D3D3V)
2856 * [rtve] Add `RTVEAudioIE` by [kebianizao](https://github.com/kebianizao)
2857 * [Rutube] Add RutubeChannelIE by [Ashish0804](https://github.com/Ashish0804)
2858 * [skeb] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
2859 * [soundcloud] Add related tracks extractor by [Lapin0t](https://github.com/Lapin0t)
2860 * [toggo] Add extractor by [nyuszika7h](https://github.com/nyuszika7h)
2861 * [TrueID] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
2862 * [audiomack] Update album and song VALID_URL by [abdullah-if](https://github.com/abdullah-if), [dirkf](https://github.com/dirkf)
2863 * [CBC Gem] Extract 1080p formats by [DavidSkrundz](https://github.com/DavidSkrundz)
2864 * [ceskatelevize] Fetch iframe from nextJS data by [mkubecek](https://github.com/mkubecek)
2865 * [crackle] Look for non-DRM formats by [raleeper](https://github.com/raleeper)
2866 * [dplay] Temporary fix for `discoveryplus.com/it`
2867 * [DiscoveryPlusShowBaseIE] yield actual video id by [Ashish0804](https://github.com/Ashish0804)
2868 * [Facebook] Handle redirect URLs
2869 * [fujitv] Extract 1080p from `tv_android` m3u8 by [YuenSzeHong](https://github.com/YuenSzeHong)
2870 * [gronkh] Support new URL pattern by [Sematre](https://github.com/Sematre)
2871 * [instagram] Expand valid URL by [u-spec-png](https://github.com/u-spec-png)
2872 * [Instagram] Try bypassing login wall with embed page by [MinePlayersPE](https://github.com/MinePlayersPE)
2873 * [Jamendo] Fix use of `_VALID_URL_RE` by [jaller94](https://github.com/jaller94)
2874 * [LBRY] Support livestreams by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
2875 * [NJPWWorld] Extract formats from m3u8 by [aarubui](https://github.com/aarubui)
2876 * [NovaEmbed] update player regex by [std-move](https://github.com/std-move)
2877 * [npr] Make SMIL extraction non-fatal by [r5d](https://github.com/r5d)
2878 * [ntvcojp] Extract NUXT data by [nao20010128nao](https://github.com/nao20010128nao)
2879 * [ok.ru] add mobile fallback by [nao20010128nao](https://github.com/nao20010128nao)
2880 * [olympics] Add uploader and cleanup by [u-spec-png](https://github.com/u-spec-png)
2881 * [ondemandkorea] Update `jw_config` regex by [julien-hadleyjack](https://github.com/julien-hadleyjack)
2882 * [PlutoTV] Expand `_VALID_URL`
2883 * [RaiNews] Fix extractor by [nixxo](https://github.com/nixxo)
2884 * [RCTIPlusSeries] Lazy extraction and video type selection by [MinePlayersPE](https://github.com/MinePlayersPE)
2885 * [redtube] Handle formats delivered inside a JSON by [dirkf](https://github.com/dirkf), [nixxo](https://github.com/nixxo)
2886 * [SonyLiv] Add OTP login support by [Ashish0804](https://github.com/Ashish0804)
2887 * [Steam] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
2888 * [TikTok] Pass cookies to mobile API by [MinePlayersPE](https://github.com/MinePlayersPE)
2889 * [trovo] Fix inheritance of `TrovoChannelBaseIE`
2890 * [TVer] Extract better thumbnails by [YuenSzeHong](https://github.com/YuenSzeHong)
2891 * [vimeo] Extract chapters
2892 * [web.archive:youtube] Improve metadata extraction by [coletdjnz](https://github.com/coletdjnz)
2893 * [youtube:comments] Add more options for limiting number of comments extracted by [coletdjnz](https://github.com/coletdjnz)
2894 * [youtube:tab] Extract more metadata from feeds/channels/playlists by [coletdjnz](https://github.com/coletdjnz)
2895 * [youtube:tab] Extract video thumbnails from playlist by [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
2896 * [youtube:tab] Ignore query when redirecting channel to playlist and cleanup of related code
2897 * [youtube] Fix `ytsearchdate`
2898 * [zdf] Support videos with different ptmd location by [iw0nderhow](https://github.com/iw0nderhow)
2899 * [zee5] Support /episodes in URL
2902 ### 2021.12.01
2904 * **Add option `--wait-for-video` to wait for scheduled streams**
2905 * Add option `--break-per-input` to apply --break-on... to each input URL
2906 * Add option `--embed-info-json` to embed info.json in mkv
2907 * Add compat-option `embed-metadata`
2908 * Allow using a custom format selector through API
2909 * [AES] Add ECB mode by [nao20010128nao](https://github.com/nao20010128nao)
2910 * [build] Fix MacOS Build
2911 * [build] Save Git HEAD at release alongside version info
2912 * [build] Use `workflow_dispatch` for release
2913 * [downloader/ffmpeg] Fix for direct videos inside mpd manifests
2914 * [downloader] Add colors to download progress
2915 * [EmbedSubtitles] Slightly relax duration check and related cleanup
2916 * [ExtractAudio] Fix conversion to `wav` and `vorbis`
2917 * [ExtractAudio] Support `alac`
2918 * [extractor] Extract `average_rating` from JSON-LD
2919 * [FixupM3u8] Fixup MPEG-TS in MP4 container
2920 * [generic] Support mpd manifests without extension by [shirt](https://github.com/shirt-dev)
2921 * [hls] Better FairPlay DRM detection by [nyuszika7h](https://github.com/nyuszika7h)
2922 * [jsinterp] Fix splice to handle float (for youtube js player f1ca6900)
2923 * [utils] Allow alignment in `render_table` and add tests
2924 * [utils] Fix `PagedList`
2925 * [utils] Fix error when copying `LazyList`
2926 * Clarify video/audio-only formats in -F
2927 * Ensure directory exists when checking formats
2928 * Ensure path for link files exists by [Zirro](https://github.com/Zirro)
2929 * Ensure same config file is not loaded multiple times
2930 * Fix `postprocessor_hooks`
2931 * Fix `--break-on-archive` when pre-checking
2932 * Fix `--check-formats` for `mhtml`
2933 * Fix `--load-info-json` of playlists with failed entries
2934 * Fix `--trim-filename` when filename has `.`
2935 * Fix bug in parsing `--add-header`
2936 * Fix error in `report_unplayable_conflict` by [shirt](https://github.com/shirt-dev)
2937 * Fix writing playlist infojson with `--no-clean-infojson`
2938 * Validate --get-bypass-country
2939 * [blogger] Add extractor by [pabs3](https://github.com/pabs3)
2940 * [breitbart] Add extractor by [Grabien](https://github.com/Grabien)
2941 * [CableAV] Add extractor by [j54vc1bk](https://github.com/j54vc1bk)
2942 * [CanalAlpha] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2943 * [CozyTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2944 * [CPTwentyFour] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2945 * [DiscoveryPlus] Add `DiscoveryPlusItalyShowIE` by [Ashish0804](https://github.com/Ashish0804)
2946 * [ESPNCricInfo] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2947 * [LinkedIn] Add extractor by [u-spec-png](https://github.com/u-spec-png)
2948 * [mixch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
2949 * [nebula] Add `NebulaCollectionIE` and rewrite extractor by [hheimbuerger](https://github.com/hheimbuerger)
2950 * [OneFootball] Add extractor by [Ashish0804](https://github.com/Ashish0804)
2951 * [peer.tv] Add extractor by [u-spec-png](https://github.com/u-spec-png)
2952 * [radiozet] Add extractor by [0xA7404A](https://github.com/0xA7404A) (Aurora)
2953 * [redgifs] Add extractor by [chio0hai](https://github.com/chio0hai)
2954 * [RedGifs] Add Search and User extractors by [Deer-Spangle](https://github.com/Deer-Spangle)
2955 * [rtrfm] Add extractor by [pabs3](https://github.com/pabs3)
2956 * [Streamff] Add extractor by [cntrl-s](https://github.com/cntrl-s)
2957 * [Stripchat] Add extractor by [zulaport](https://github.com/zulaport)
2958 * [Aljazeera] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
2959 * [AmazonStoreIE] Fix regex to not match vdp urls by [Ashish0804](https://github.com/Ashish0804)
2960 * [ARDBetaMediathek] Handle new URLs
2961 * [bbc] Get all available formats by [nyuszika7h](https://github.com/nyuszika7h)
2962 * [Bilibili] Fix title extraction by [u-spec-png](https://github.com/u-spec-png)
2963 * [CBC Gem] Fix for shows that don't have all seasons by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
2964 * [curiositystream] Add more metadata
2965 * [CuriosityStream] Fix series
2966 * [DiscoveryPlus] Rewrite extractors by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
2967 * [HotStar] Set language field from tags by [Ashish0804](https://github.com/Ashish0804)
2968 * [instagram, cleanup] Refactor extractors
2969 * [Instagram] Display more login errors by [MinePlayersPE](https://github.com/MinePlayersPE)
2970 * [itv] Fix extractor by [staubichsauger](https://github.com/staubichsauger), [pukkandan](https://github.com/pukkandan)
2971 * [mediaklikk] Expand valid URL
2972 * [MTV] Improve mgid extraction by [Sipherdrakon](https://github.com/Sipherdrakon), [kikuyan](https://github.com/kikuyan)
2973 * [nexx] Better error message for unsupported format
2974 * [NovaEmbed] Fix extractor by [pukkandan](https://github.com/pukkandan), [std-move](https://github.com/std-move)
2975 * [PatreonUser] Do not capture RSS URLs
2976 * [Reddit] Add support for 1080p videos by [xenova](https://github.com/xenova)
2977 * [RoosterTeethSeries] Fix for multiple pages by [MinePlayersPE](https://github.com/MinePlayersPE)
2978 * [sbs] Fix for movies and livestreams
2979 * [Senate.gov] Add SenateGovIE and fix SenateISVPIE by [Grabien](https://github.com/Grabien), [pukkandan](https://github.com/pukkandan)
2980 * [soundcloud:search] Fix pagination
2981 * [tiktok:user] Set `webpage_url` correctly
2982 * [Tokentube] Fix description by [u-spec-png](https://github.com/u-spec-png)
2983 * [trovo] Fix extractor by [nyuszika7h](https://github.com/nyuszika7h)
2984 * [tv2] Expand valid URL
2985 * [Tvplayhome] Fix extractor by [pukkandan](https://github.com/pukkandan), [18928172992817182](https://github.com/18928172992817182)
2986 * [Twitch:vod] Add chapters by [mpeter50](https://github.com/mpeter50)
2987 * [twitch:vod] Extract live status by [DEvmIb](https://github.com/DEvmIb)
2988 * [VidLii] Add 720p support by [mrpapersonic](https://github.com/mrpapersonic)
2989 * [vimeo] Add fallback for config URL
2990 * [vimeo] Sort http formats higher
2991 * [WDR] Expand valid URL
2992 * [willow] Add extractor by [aarubui](https://github.com/aarubui)
2993 * [xvideos] Detect embed URLs by [4a1e2y5](https://github.com/4a1e2y5)
2994 * [xvideos] Fix extractor by [Yakabuff](https://github.com/Yakabuff)
2995 * [youtube, cleanup] Reorganize Tab and Search extractor inheritances
2996 * [youtube:search_url] Add playlist/channel support
2997 * [youtube] Add `default` player client by [coletdjnz](https://github.com/coletdjnz)
2998 * [youtube] Add storyboard formats
2999 * [youtube] Decrypt n-sig for URLs with `ratebypass`
3000 * [youtube] Minor improvement to format sorting
3001 * [cleanup] Add deprecation warnings
3002 * [cleanup] Refactor `JSInterpreter._seperate`
3003 * [Cleanup] Remove some unnecessary groups in regexes by [Ashish0804](https://github.com/Ashish0804)
3004 * [cleanup] Misc cleanup
3007 ### 2021.11.10.1
3009 * Temporarily disable MacOS Build
3011 ### 2021.11.10
3013 * [youtube] **Fix throttling by decrypting n-sig**
3014 * Merging extractors from [haruhi-dl](https://git.sakamoto.pl/laudom/haruhi-dl) by [selfisekai](https://github.com/selfisekai)
3015     * [extractor] Add `_search_nextjs_data`
3016     * [tvp] Fix extractors
3017     * [tvp] Add TVPStreamIE
3018     * [wppilot] Add extractors
3019     * [polskieradio] Add extractors
3020     * [radiokapital] Add extractors
3021     * [polsatgo] Add extractor by [selfisekai](https://github.com/selfisekai), [sdomi](https://github.com/sdomi)
3022 * Separate `--check-all-formats` from `--check-formats`
3023 * Approximate filesize from bitrate
3024 * Don't create console in `windows_enable_vt_mode`
3025 * Fix bug in `--load-infojson` of playlists
3026 * [minicurses] Add colors to `-F` and standardize color-printing code
3027 * [outtmpl] Add type `link` for internet shortcut files
3028 * [outtmpl] Add alternate forms for `q` and `j`
3029 * [outtmpl] Do not traverse `None`
3030 * [fragment] Fix progress display in fragmented downloads
3031 * [downloader/ffmpeg] Fix vtt download with ffmpeg
3032 * [ffmpeg] Detect presence of setts and libavformat version
3033 * [ExtractAudio] Rescale `--audio-quality` correctly by [CrypticSignal](https://github.com/CrypticSignal), [pukkandan](https://github.com/pukkandan)
3034 * [ExtractAudio] Use `libfdk_aac` if available by [CrypticSignal](https://github.com/CrypticSignal)
3035 * [FormatSort] `eac3` is better than `ac3`
3036 * [FormatSort] Fix some fields' defaults
3037 * [generic] Detect more json_ld
3038 * [generic] parse jwplayer with only the json URL
3039 * [extractor] Add keyword automatically to SearchIE descriptions
3040 * [extractor] Fix some errors being converted to `ExtractorError`
3041 * [utils] Add `join_nonempty`
3042 * [utils] Add `jwt_decode_hs256` by [Ashish0804](https://github.com/Ashish0804)
3043 * [utils] Create `DownloadCancelled` exception
3044 * [utils] Parse `vp09` as vp9
3045 * [utils] Sanitize URL when determining protocol
3046 * [test/download] Fallback test to `bv`
3047 * [docs] Minor documentation improvements
3048 * [cleanup] Improvements to error and debug messages
3049 * [cleanup] Minor fixes and cleanup
3050 * [3speak] Add extractors by [Ashish0804](https://github.com/Ashish0804)
3051 * [AmazonStore] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3052 * [Gab] Add extractor by [u-spec-png](https://github.com/u-spec-png)
3053 * [mediaset] Add playlist support by [nixxo](https://github.com/nixxo)
3054 * [MLSScoccer] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3055 * [N1] Add support for nova.rs by [u-spec-png](https://github.com/u-spec-png)
3056 * [PlanetMarathi] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3057 * [RaiplayRadio] Add extractors by [frafra](https://github.com/frafra)
3058 * [roosterteeth] Add series extractor
3059 * [sky] Add `SkyNewsStoryIE` by [ajj8](https://github.com/ajj8)
3060 * [youtube] Fix sorting for some videos
3061 * [youtube] Populate `thumbnail` with the best "known" thumbnail
3062 * [youtube] Refactor itag processing
3063 * [youtube] Remove unnecessary no-playlist warning
3064 * [youtube:tab] Add Invidious list for playlists/channels by [rhendric](https://github.com/rhendric)
3065 * [Bilibili:comments] Fix infinite loop by [u-spec-png](https://github.com/u-spec-png)
3066 * [ceskatelevize] Fix extractor by [flashdagger](https://github.com/flashdagger)
3067 * [Coub] Fix media format identification by [wlritchi](https://github.com/wlritchi)
3068 * [crunchyroll] Add extractor-args `language` and `hardsub`
3069 * [DiscoveryPlus] Allow language codes in URL
3070 * [imdb] Fix thumbnail by [ozburo](https://github.com/ozburo)
3071 * [instagram] Add IOS URL support by [u-spec-png](https://github.com/u-spec-png)
3072 * [instagram] Improve login code by [u-spec-png](https://github.com/u-spec-png)
3073 * [Instagram] Improve metadata extraction by [u-spec-png](https://github.com/u-spec-png)
3074 * [iPrima] Fix extractor by [stanoarn](https://github.com/stanoarn)
3075 * [itv] Add support for ITV News by [ajj8](https://github.com/ajj8)
3076 * [la7] Fix extractor by [nixxo](https://github.com/nixxo)
3077 * [linkedin] Don't login multiple times
3078 * [mtv] Fix some videos by [Sipherdrakon](https://github.com/Sipherdrakon)
3079 * [Newgrounds] Fix description by [u-spec-png](https://github.com/u-spec-png)
3080 * [Nrk] Minor fixes by [fractalf](https://github.com/fractalf)
3081 * [Olympics] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
3082 * [piksel] Fix sorting
3083 * [twitter] Do not sort by codec
3084 * [viewlift] Add cookie-based login and series support by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
3085 * [vimeo] Detect source extension and misc cleanup by [flashdagger](https://github.com/flashdagger)
3086 * [vimeo] Fix ondemand videos and direct URLs with hash
3087 * [vk] Fix login and add subtitles by [kaz-us](https://github.com/kaz-us)
3088 * [VLive] Add upload_date and thumbnail by [Ashish0804](https://github.com/Ashish0804)
3089 * [VRT] Fix login by [pgaig](https://github.com/pgaig)
3090 * [Vupload] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
3091 * [wakanim] Add support for MPD manifests by [nyuszika7h](https://github.com/nyuszika7h)
3092 * [wakanim] Detect geo-restriction by [nyuszika7h](https://github.com/nyuszika7h)
3093 * [ZenYandex] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
3096 ### 2021.10.22
3098 * [build] Improvements
3099     * Build standalone MacOS packages by [smplayer-dev](https://github.com/smplayer-dev)
3100     * Release windows exe built with `py2exe`
3101     * Enable lazy-extractors in releases
3102         * Set env var `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable this (experimental)
3103     * Clean up error reporting in update
3104     * Refactor `pyinst.py`, misc cleanup and improve docs
3105 * [docs] Migrate issues to use forms by [Ashish0804](https://github.com/Ashish0804)
3106 * [downloader] **Fix slow progress hooks**
3107     * This was causing HLS/DASH downloads to be extremely slow in some situations
3108 * [downloader/ffmpeg] Improve simultaneous download and merge
3109 * [EmbedMetadata] Allow overwriting all default metadata with `meta_default` key
3110 * [ModifyChapters] Add ability for `--remove-chapters` to remove sections by timestamp
3111 * [utils] Allow duration strings in `--match-filter`
3112 * Add HDR information to formats
3113 * Add negative option `--no-batch-file` by [Zirro](https://github.com/Zirro)
3114 * Calculate more fields for merged formats
3115 * Do not verify thumbnail URLs unless `--check-formats` is specified
3116 * Don't create console for subprocesses on Windows
3117 * Fix `--restrict-filename` when used with default template
3118 * Fix `check_formats` output being written to stdout when `-qv`
3119 * Fix bug in storyboards
3120 * Fix conflict b/w id and ext in format selection
3121 * Fix verbose head not showing custom configs
3122 * Load archive only after printing verbose head
3123 * Make `duration_string` and `resolution` available in --match-filter
3124 * Re-implement deprecated option `--id`
3125 * Reduce default `--socket-timeout`
3126 * Write verbose header to logger
3127 * [outtmpl] Fix bug in expanding environment variables
3128 * [cookies] Local State should be opened as utf-8
3129 * [extractor,utils] Detect more codecs/mimetypes
3130 * [extractor] Detect `EXT-X-KEY` Apple FairPlay
3131 * [utils] Use `importlib` to load plugins by [sulyi](https://github.com/sulyi)
3132 * [http] Retry on socket timeout and show the last encountered error
3133 * [fragment] Print error message when skipping fragment
3134 * [aria2c] Fix `--skip-unavailable-fragment`
3135 * [SponsorBlock] Obey `extractor-retries` and `sleep-requests`
3136 * [Merger] Do not add `aac_adtstoasc` to non-hls audio
3137 * [ModifyChapters] Do not mutate original chapters by [nihil-admirari](https://github.com/nihil-admirari)
3138 * [devscripts/run_tests] Use markers to filter tests by [sulyi](https://github.com/sulyi)
3139 * [7plus] Add cookie based authentication by [nyuszika7h](https://github.com/nyuszika7h)
3140 * [AdobePass] Fix RCN MSO by [jfogelman](https://github.com/jfogelman)
3141 * [CBC] Fix Gem livestream by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
3142 * [CBC] Support CBC Gem member content by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
3143 * [crunchyroll] Add season to flat-playlist
3144 * [crunchyroll] Add support for `beta.crunchyroll` URLs and fix series URLs with language code
3145 * [EUScreen] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
3146 * [Gronkh] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3147 * [hidive] Fix typo
3148 * [Hotstar] Mention Dynamic Range in `format_id` by [Ashish0804](https://github.com/Ashish0804)
3149 * [Hotstar] Raise appropriate error for DRM
3150 * [instagram] Add login by [u-spec-png](https://github.com/u-spec-png)
3151 * [instagram] Show appropriate error when login is needed
3152 * [microsoftstream] Add extractor by [damianoamatruda](https://github.com/damianoamatruda), [nixklai](https://github.com/nixklai)
3153 * [on24] Add extractor by [damianoamatruda](https://github.com/damianoamatruda)
3154 * [patreon] Fix vimeo player regex by [zenerdi0de](https://github.com/zenerdi0de)
3155 * [SkyNewsAU] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3156 * [tagesschau] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
3157 * [tbs] Add tbs live streams by [llacb47](https://github.com/llacb47)
3158 * [tiktok] Fix typo and update tests
3159 * [trovo] Support channel clips and VODs by [Ashish0804](https://github.com/Ashish0804)
3160 * [Viafree] Add support for Finland by [18928172992817182](https://github.com/18928172992817182)
3161 * [vimeo] Fix embedded `player.vimeo`
3162 * [vlive:channel] Fix extraction by [kikuyan](https://github.com/kikuyan), [pukkandan](https://github.com/pukkandan)
3163 * [youtube] Add auto-translated subtitles
3164 * [youtube] Expose different formats with same itag
3165 * [youtube:comments] Fix for new layout by [coletdjnz](https://github.com/coletdjnz)
3166 * [cleanup] Cleanup bilibili code by [pukkandan](https://github.com/pukkandan), [u-spec-png](https://github.com/u-spec-png)
3167 * [cleanup] Remove broken youtube login code
3168 * [cleanup] Standardize timestamp formatting code
3169 * [cleanup] Generalize `getcomments` implementation for extractors
3170 * [cleanup] Simplify search extractors code
3171 * [cleanup] misc
3174 ### 2021.10.10
3176 * [downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`
3177 * [minicurses] Fix when printing to file
3178 * [downloader] Fix throttledratelimit
3179 * [francetv] Fix extractor by [fstirlitz](https://github.com/fstirlitz), [sarnoud](https://github.com/sarnoud)
3180 * [NovaPlay] Add extractor by [Bojidarist](https://github.com/Bojidarist)
3181 * [ffmpeg] Revert "Set max probesize" - No longer needed
3182 * [docs] Remove incorrect dependency on VC++10
3183 * [build] Allow to release without changelog
3185 ### 2021.10.09
3187 * Improved progress reporting
3188     * Separate `--console-title` and `--no-progress`
3189     * Add option `--progress` to show progress-bar even in quiet mode
3190     * Fix and refactor `minicurses` and use it for all progress reporting
3191     * Standardize use of terminal sequences and enable color support for windows 10
3192     * Add option `--progress-template` to customize progress-bar and console-title
3193     * Add postprocessor hooks and progress reporting
3194 * [postprocessor] Add plugin support with option `--use-postprocessor`
3195 * [extractor] Extract storyboards from SMIL manifests by [fstirlitz](https://github.com/fstirlitz)
3196 * [outtmpl] Alternate form of format type `l` for `\n` delimited list
3197 * [outtmpl] Format type `U` for unicode normalization
3198 * [outtmpl] Allow empty output template to skip a type of file
3199 * Merge webm formats into mkv if thumbnails are to be embedded
3200 * [adobepass] Add RCN as MSO by [jfogelman](https://github.com/jfogelman)
3201 * [ciscowebex] Add extractor by [damianoamatruda](https://github.com/damianoamatruda)
3202 * [Gettr] Add extractor by [i6t](https://github.com/i6t)
3203 * [GoPro] Add extractor by [i6t](https://github.com/i6t)
3204 * [N1] Add extractor by [u-spec-png](https://github.com/u-spec-png)
3205 * [Theta] Add video extractor by [alerikaisattera](https://github.com/alerikaisattera)
3206 * [Veo] Add extractor by [i6t](https://github.com/i6t)
3207 * [Vupload] Add extractor by [u-spec-png](https://github.com/u-spec-png)
3208 * [bbc] Extract better quality videos by [ajj8](https://github.com/ajj8)
3209 * [Bilibili] Add subtitle converter by [u-spec-png](https://github.com/u-spec-png)
3210 * [CBC] Cleanup tests by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
3211 * [Douyin] Rewrite extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
3212 * [Funimation] Fix for /v/ urls by [pukkandan](https://github.com/pukkandan), [Jules-A](https://github.com/Jules-A)
3213 * [Funimation] Sort formats according to the relevant extractor-args
3214 * [Hidive] Fix duplicate and incorrect formats
3215 * [HotStarSeries] Fix cookies by [Ashish0804](https://github.com/Ashish0804)
3216 * [LinkedInLearning] Add subtitles by [Ashish0804](https://github.com/Ashish0804)
3217 * [Mediaite] Relax valid url by [coletdjnz](https://github.com/coletdjnz)
3218 * [Newgrounds] Add age_limit and fix duration by [u-spec-png](https://github.com/u-spec-png)
3219 * [Newgrounds] Fix view count on songs by [u-spec-png](https://github.com/u-spec-png)
3220 * [parliamentlive.tv] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
3221 * [PolskieRadio] Fix extractors by [jakubadamw](https://github.com/jakubadamw), [u-spec-png](https://github.com/u-spec-png)
3222 * [reddit] Add embedded url by [u-spec-png](https://github.com/u-spec-png)
3223 * [reddit] Fix 429 by generating a random `reddit_session` by [AjaxGb](https://github.com/AjaxGb)
3224 * [Rumble] Add RumbleChannelIE by [Ashish0804](https://github.com/Ashish0804)
3225 * [soundcloud:playlist] Detect last page correctly
3226 * [SovietsCloset] Add duration from m3u8 by [ChillingPepper](https://github.com/ChillingPepper)
3227 * [Streamable] Add codecs by [u-spec-png](https://github.com/u-spec-png)
3228 * [vidme] Remove extractor by [alerikaisattera](https://github.com/alerikaisattera)
3229 * [youtube:tab] Fallback to API when webpage fails to download by [coletdjnz](https://github.com/coletdjnz)
3230 * [youtube] Fix non-fatal errors in fetching player
3231 * Fix `--flat-playlist` when neither IE nor id is known
3232 * Fix `-f mp4` behaving differently from youtube-dl
3233 * Workaround for bug in `ssl.SSLContext.load_default_certs`
3234 * [aes] Improve performance slightly by [sulyi](https://github.com/sulyi)
3235 * [cookies] Fix keyring fallback by [mbway](https://github.com/mbway)
3236 * [embedsubtitle] Fix error when duration is unknown
3237 * [ffmpeg] Fix error when subtitle file is missing
3238 * [ffmpeg] Set max probesize to workaround AAC HLS stream issues by [shirt](https://github.com/shirt-dev)
3239 * [FixupM3u8] Remove redundant run if merged is needed
3240 * [hls] Fix decryption issues by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
3241 * [http] Respect user-provided chunk size over extractor's
3242 * [utils] Let traverse_obj accept functions as keys
3243 * [docs] Add note about our custom ffmpeg builds
3244 * [docs] Write embedding and contributing documentation by [pukkandan](https://github.com/pukkandan), [timethrow](https://github.com/timethrow)
3245 * [update] Check for new version even if not updateable
3246 * [build] Add more files to the tarball
3247 * [build] Allow building with py2exe (and misc fixes)
3248 * [build] Use pycryptodomex by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
3249 * [cleanup] Some minor refactoring, improve docs and misc cleanup
3252 ### 2021.09.25
3254 * Add new option `--netrc-location`
3255 * [outtmpl] Allow alternate fields using `,`
3256 * [outtmpl] Add format type `B` to treat the value as bytes, e.g. to limit the filename to a certain number of bytes
3257 * Separate the options `--ignore-errors` and `--no-abort-on-error`
3258 * Basic framework for simultaneous download of multiple formats by [nao20010128nao](https://github.com/nao20010128nao)
3259 * [17live] Add 17.live extractor by [nao20010128nao](https://github.com/nao20010128nao)
3260 * [bilibili] Add BiliIntlIE and BiliIntlSeriesIE by [Ashish0804](https://github.com/Ashish0804)
3261 * [CAM4] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
3262 * [Chingari] Add extractors by [Ashish0804](https://github.com/Ashish0804)
3263 * [CGTN] Add extractor by [chao813](https://github.com/chao813)
3264 * [damtomo] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
3265 * [gotostage] Add extractor by [poschi3](https://github.com/poschi3)
3266 * [Koo] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3267 * [Mediaite] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
3268 * [Mediaklikk] Add Extractor by [tmarki](https://github.com/tmarki), [mrx23dot](https://github.com/mrx23dot), [coletdjnz](https://github.com/coletdjnz)
3269 * [MuseScore] Add Extractor by [Ashish0804](https://github.com/Ashish0804)
3270 * [Newgrounds] Add NewgroundsUserIE and improve extractor by [u-spec-png](https://github.com/u-spec-png)
3271 * [nzherald] Add NZHeraldIE by [coletdjnz](https://github.com/coletdjnz)
3272 * [Olympics] Add replay extractor by [Ashish0804](https://github.com/Ashish0804)
3273 * [Peertube] Add channel and playlist extractors by [u-spec-png](https://github.com/u-spec-png)
3274 * [radlive] Add extractor by [nyuszika7h](https://github.com/nyuszika7h)
3275 * [SovietsCloset] Add extractor by [ChillingPepper](https://github.com/ChillingPepper)
3276 * [Streamanity] Add Extractor by [alerikaisattera](https://github.com/alerikaisattera)
3277 * [Theta] Add extractor by [alerikaisattera](https://github.com/alerikaisattera)
3278 * [Yandex] Add ZenYandexIE and ZenYandexChannelIE by [Ashish0804](https://github.com/Ashish0804)
3279 * [9Now] handle episodes of series by [dalanmiller](https://github.com/dalanmiller)
3280 * [AnimalPlanet] Fix extractor by [Sipherdrakon](https://github.com/Sipherdrakon)
3281 * [Arte] Improve description extraction by [renalid](https://github.com/renalid)
3282 * [atv.at] Use jwt for API by [NeroBurner](https://github.com/NeroBurner)
3283 * [brightcove] Extract subtitles from manifests
3284 * [CBC] Fix CBC Gem extractors by [makeworld-the-better-one](https://github.com/makeworld-the-better-one)
3285 * [cbs] Report appropriate error for DRM
3286 * [comedycentral] Support `collection-playlist` by [nixxo](https://github.com/nixxo)
3287 * [DIYNetwork] Support new format by [Sipherdrakon](https://github.com/Sipherdrakon)
3288 * [downloader/niconico] Pass custom headers by [nao20010128nao](https://github.com/nao20010128nao)
3289 * [dw] Fix extractor
3290 * [Fancode] Fix live streams by [zenerdi0de](https://github.com/zenerdi0de)
3291 * [funimation] Fix for locations outside US by [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
3292 * [globo] Fix GloboIE by [Ashish0804](https://github.com/Ashish0804)
3293 * [HiDive] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
3294 * [Hotstar] Add referer for subs by [Ashish0804](https://github.com/Ashish0804)
3295 * [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)
3296 * [lbry] Show error message from API response
3297 * [Mxplayer] Use mobile API by [Ashish0804](https://github.com/Ashish0804)
3298 * [NDR] Rewrite NDRIE by [Ashish0804](https://github.com/Ashish0804)
3299 * [Nuvid] Fix extractor by [u-spec-png](https://github.com/u-spec-png)
3300 * [Oreilly] Handle new web url by [MKSherbini](https://github.com/MKSherbini)
3301 * [pbs] Fix subtitle extraction by [coletdjnz](https://github.com/coletdjnz), [gesa](https://github.com/gesa), [raphaeldore](https://github.com/raphaeldore)
3302 * [peertube] Update instances by [u-spec-png](https://github.com/u-spec-png)
3303 * [plutotv] Fix extractor for URLs with `/en`
3304 * [reddit] Workaround for 429 by redirecting to old.reddit.com
3305 * [redtube] Fix exts
3306 * [soundcloud] Make playlist extraction lazy
3307 * [soundcloud] Retry playlist pages on `502` error and update `_CLIENT_ID`
3308 * [southpark] Fix SouthParkDE by [coletdjnz](https://github.com/coletdjnz)
3309 * [SovietsCloset] Fix playlists for games with only named categories by [ConquerorDopy](https://github.com/ConquerorDopy)
3310 * [SpankBang] Fix uploader by [f4pp3rk1ng](https://github.com/f4pp3rk1ng), [coletdjnz](https://github.com/coletdjnz)
3311 * [tiktok] Use API to fetch higher quality video by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
3312 * [TikTokUser] Fix extractor using mobile API by [MinePlayersPE](https://github.com/MinePlayersPE), [llacb47](https://github.com/llacb47)
3313 * [videa] Fix some extraction errors by [nyuszika7h](https://github.com/nyuszika7h)
3314 * [VrtNU] Handle login errors by [llacb47](https://github.com/llacb47)
3315 * [vrv] Don't raise error when thumbnails are missing
3316 * [youtube] Cleanup authentication code by [coletdjnz](https://github.com/coletdjnz)
3317 * [youtube] Fix `--mark-watched` with `--cookies-from-browser`
3318 * [youtube] Improvements to JS player extraction and add extractor-args to skip it by [coletdjnz](https://github.com/coletdjnz)
3319 * [youtube] Retry on 'Unknown Error' by [coletdjnz](https://github.com/coletdjnz)
3320 * [youtube] Return full URL instead of just ID
3321 * [youtube] Warn when trying to download clips
3322 * [zdf] Improve format sorting
3323 * [zype] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
3324 * Allow `--force-write-archive` to work with `--flat-playlist`
3325 * Download subtitles in order of `--sub-langs`
3326 * Allow `0` in `--playlist-items`
3327 * Handle more playlist errors with `-i`
3328 * Fix `--no-get-comments`
3329 * Fix `extra_info` being reused across runs
3330 * Fix compat options `no-direct-merge` and `playlist-index`
3331 * Dump files should obey `--trim-filename` by [sulyi](https://github.com/sulyi)
3332 * [aes] Add `aes_gcm_decrypt_and_verify` by [sulyi](https://github.com/sulyi), [pukkandan](https://github.com/pukkandan)
3333 * [aria2c] Fix IV for some AES-128 streams by [shirt](https://github.com/shirt-dev)
3334 * [compat] Don't ignore `HOME` (if set) on windows
3335 * [cookies] Make browser names case insensitive
3336 * [cookies] Print warning for cookie decoding error only once
3337 * [extractor] Fix root-relative URLs in MPD by [DigitalDJ](https://github.com/DigitalDJ)
3338 * [ffmpeg] Add `aac_adtstoasc` when merging if needed
3339 * [fragment,aria2c] Generalize and refactor some code
3340 * [fragment] Avoid repeated request for AES key
3341 * [fragment] Fix range header when using `-N` and media sequence by [shirt](https://github.com/shirt-dev)
3342 * [hls,aes] Fallback to native implementation for AES-CBC and detect `Cryptodome` in addition to `Crypto`
3343 * [hls] Byterange + AES128 is supported by native downloader
3344 * [ModifyChapters] Improve sponsor chapter merge algorithm by [nihil-admirari](https://github.com/nihil-admirari)
3345 * [ModifyChapters] Minor fixes
3346 * [WebVTT] Adjust parser to accommodate PBS subtitles
3347 * [utils] Improve `extract_timezone` by [dirkf](https://github.com/dirkf)
3348 * [options] Fix `--no-config` and refactor reading of config files
3349 * [options] Strip spaces and ignore empty entries in list-like switches
3350 * [test/cookies] Improve logging
3351 * [build] Automate more of the release process by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
3352 * [build] Fix sha256 by [nihil-admirari](https://github.com/nihil-admirari)
3353 * [build] Bring back brew taps by [nao20010128nao](https://github.com/nao20010128nao)
3354 * [build] Provide `--onedir` zip for windows
3355 * [cleanup,docs] Add deprecation warning in docs for some counter intuitive behaviour
3356 * [cleanup] Fix line endings for `nebula.py` by [glenn-slayden](https://github.com/glenn-slayden)
3357 * [cleanup] Improve `make clean-test` by [sulyi](https://github.com/sulyi)
3358 * [cleanup] Misc
3361 ### 2021.09.02
3363 * **Native SponsorBlock** implementation by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
3364     * `--sponsorblock-remove CATS` removes specified chapters from file
3365     * `--sponsorblock-mark CATS` marks the specified sponsor sections as chapters
3366     * `--sponsorblock-chapter-title TMPL` to specify sponsor chapter template
3367     * `--sponsorblock-api URL` to use a different API
3368     * No re-encoding is done unless `--force-keyframes-at-cuts` is used
3369     * The fetched sponsor sections are written to the infojson
3370     * Deprecates: `--sponskrub`, `--no-sponskrub`, `--sponskrub-cut`, `--no-sponskrub-cut`, `--sponskrub-force`, `--no-sponskrub-force`, `--sponskrub-location`, `--sponskrub-args`
3371 * Split `--embed-chapters` from `--embed-metadata` (it still implies the former by default)
3372 * Add option `--remove-chapters` to remove arbitrary chapters by [nihil-admirari](https://github.com/nihil-admirari), [pukkandan](https://github.com/pukkandan)
3373 * Add option `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters by [nihil-admirari](https://github.com/nihil-admirari)
3374 * Let `--match-filter` reject entries early
3375     * Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
3376 * [lazy_extractor] Improvements (It now passes all tests)
3377     * Bugfix for when plugin directory doesn't exist by [kidonng](https://github.com/kidonng)
3378     * Create instance only after pre-checking archive
3379     * Import actual class if an attribute is accessed
3380     * Fix `suitable` and add flake8 test
3381 * [downloader/ffmpeg] Experimental support for DASH manifests (including live)
3382     * Your ffmpeg must have [this patch](https://github.com/FFmpeg/FFmpeg/commit/3249c757aed678780e22e99a1a49f4672851bca9) applied for YouTube DASH to work
3383 * [downloader/ffmpeg] Allow passing custom arguments before `-i`
3384 * [BannedVideo] Add extractor by [smege1001](https://github.com/smege1001), [blackjack4494](https://github.com/blackjack4494), [pukkandan](https://github.com/pukkandan)
3385 * [bilibili] Add category extractor by [animelover1984](https://github.com/animelover1984)
3386 * [Epicon] Add extractors by [Ashish0804](https://github.com/Ashish0804)
3387 * [filmmodu] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
3388 * [GabTV] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3389 * [Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` by [Ashish0804](https://github.com/Ashish0804)
3390 * [ManotoTV] Add new extractors by [tandy1000](https://github.com/tandy1000)
3391 * [Niconico] Add Search extractors by [animelover1984](https://github.com/animelover1984), [pukkandan](https://github.com/pukkandan)
3392 * [Patreon] Add `PatreonUserIE` by [zenerdi0de](https://github.com/zenerdi0de)
3393 * [peloton] Add extractor by [IONECarter](https://github.com/IONECarter), [capntrips](https://github.com/capntrips), [pukkandan](https://github.com/pukkandan)
3394 * [ProjectVeritas] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3395 * [radiko] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
3396 * [StarTV] Add extractor for `startv.com.tr` by [mrfade](https://github.com/mrfade), [coletdjnz](https://github.com/coletdjnz)
3397 * [tiktok] Add `TikTokUserIE` by [Ashish0804](https://github.com/Ashish0804), [pukkandan](https://github.com/pukkandan)
3398 * [Tokentube] Add extractor by [u-spec-png](https://github.com/u-spec-png)
3399 * [TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` by [Ashish0804](https://github.com/Ashish0804)
3400 * [voicy] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
3401 * [adobepass] Fix Verizon SAML login by [nyuszika7h](https://github.com/nyuszika7h), [ParadoxGBB](https://github.com/ParadoxGBB)
3402 * [afreecatv] Fix adult VODs by [wlritchi](https://github.com/wlritchi)
3403 * [afreecatv] Tolerate failure to parse date string by [wlritchi](https://github.com/wlritchi)
3404 * [aljazeera] Fix extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
3405 * [ATV.at] Fix extractor for ATV.at by [NeroBurner](https://github.com/NeroBurner), [coletdjnz](https://github.com/coletdjnz)
3406 * [bitchute] Fix test by [mahanstreamer](https://github.com/mahanstreamer)
3407 * [camtube] Remove obsolete extractor by [alerikaisattera](https://github.com/alerikaisattera)
3408 * [CDA] Add more formats by [u-spec-png](https://github.com/u-spec-png)
3409 * [eroprofile] Fix page skipping in albums by [jhwgh1968](https://github.com/jhwgh1968)
3410 * [facebook] Fix format sorting
3411 * [facebook] Fix metadata extraction by [kikuyan](https://github.com/kikuyan)
3412 * [facebook] Update onion URL by [Derkades](https://github.com/Derkades)
3413 * [HearThisAtIE] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
3414 * [instagram] Add referrer to prevent throttling by [u-spec-png](https://github.com/u-spec-png), [kikuyan](https://github.com/kikuyan)
3415 * [iwara.tv] Extract more metadata by [BunnyHelp](https://github.com/BunnyHelp)
3416 * [iwara] Add thumbnail by [i6t](https://github.com/i6t)
3417 * [kakao] Fix extractor
3418 * [mediaset] Fix extraction for some videos by [nyuszika7h](https://github.com/nyuszika7h)
3419 * [Motherless] Fix extractor by [coletdjnz](https://github.com/coletdjnz)
3420 * [Nova] fix extractor by [std-move](https://github.com/std-move)
3421 * [ParamountPlus] Fix geo verification by [shirt](https://github.com/shirt-dev)
3422 * [peertube] handle new video URL format by [Chocobozzz](https://github.com/Chocobozzz)
3423 * [pornhub] Separate and fix playlist extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
3424 * [reddit] Fix for quarantined subreddits by [ouwou](https://github.com/ouwou)
3425 * [ShemarooMe] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
3426 * [soundcloud] Refetch `client_id` on 403
3427 * [tiktok] Fix metadata extraction
3428 * [TV2] Fix extractor by [Ashish0804](https://github.com/Ashish0804)
3429 * [tv5mondeplus] Fix extractor by [korli](https://github.com/korli)
3430 * [VH1,TVLand] Fix extractors by [Sipherdrakon](https://github.com/Sipherdrakon)
3431 * [Viafree] Fix extractor and extract subtitles by [coletdjnz](https://github.com/coletdjnz)
3432 * [XHamster] Extract `uploader_id` by [octotherp](https://github.com/octotherp)
3433 * [youtube] Add `shorts` to `_VALID_URL`
3434 * [youtube] Add av01 itags to known formats list by [blackjack4494](https://github.com/blackjack4494)
3435 * [youtube] Extract error messages from HTTPError response by [coletdjnz](https://github.com/coletdjnz)
3436 * [youtube] Fix subtitle names
3437 * [youtube] Prefer audio stream that YouTube considers default
3438 * [youtube] Remove annotations and deprecate `--write-annotations` by [coletdjnz](https://github.com/coletdjnz)
3439 * [Zee5] Fix extractor and add subtitles by [Ashish0804](https://github.com/Ashish0804)
3440 * [aria2c] Obey `--rate-limit`
3441 * [EmbedSubtitle] Continue even if some files are missing
3442 * [extractor] Better error message for DRM
3443 * [extractor] Common function `_match_valid_url`
3444 * [extractor] Show video id in error messages if possible
3445 * [FormatSort] Remove priority of `lang`
3446 * [options] Add `_set_from_options_callback`
3447 * [SubtitleConvertor] Fix bug during subtitle conversion
3448 * [utils] Add `parse_qs`
3449 * [webvtt] Fix timestamp overflow adjustment by [fstirlitz](https://github.com/fstirlitz)
3450 * Bugfix for `--replace-in-metadata`
3451 * Don't try to merge with final extension
3452 * Fix `--force-overwrites` when using `-k`
3453 * Fix `--no-prefer-free-formats` by [CeruleanSky](https://github.com/CeruleanSky)
3454 * Fix `-F` for extractors that directly return url
3455 * Fix `-J` when there are failed videos
3456 * Fix `extra_info` being reused across runs
3457 * Fix `playlist_index` not obeying `playlist_start` and add tests
3458 * Fix resuming of single formats when using `--no-part`
3459 * Revert erroneous use of the `Content-Length` header by [fstirlitz](https://github.com/fstirlitz)
3460 * Use `os.replace` where applicable by; paulwrubel
3461 * [build] Add homebrew taps `yt-dlp/taps/yt-dlp` by [nao20010128nao](https://github.com/nao20010128nao)
3462 * [build] Fix bug in making `yt-dlp.tar.gz`
3463 * [docs] Fix some typos by [pukkandan](https://github.com/pukkandan), [zootedb0t](https://github.com/zootedb0t)
3464 * [cleanup] Replace improper use of tab in trovo by [glenn-slayden](https://github.com/glenn-slayden)
3467 ### 2021.08.10
3469 * Add option `--replace-in-metadata`
3470 * Add option `--no-simulate` to not simulate even when `--print` or `--list...` are used - Deprecates `--print-json`
3471 * Allow entire infodict to be printed using `%()s` - makes `--dump-json` redundant
3472 * Allow multiple `--exec` and `--exec-before-download`
3473 * Add regex to `--match-filter`
3474 * Add all format filtering operators also to `--match-filter` by [max-te](https://github.com/max-te)
3475 * Add compat-option `no-keep-subs`
3476 * [adobepass] Add MSO Cablevision by [Jessecar96](https://github.com/Jessecar96)
3477 * [BandCamp] Add BandcampMusicIE by [Ashish0804](https://github.com/Ashish0804)
3478 * [blackboardcollaborate] Add new extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
3479 * [eroprofile] Add album downloader by [jhwgh1968](https://github.com/jhwgh1968)
3480 * [mirrativ] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
3481 * [openrec] Add extractors by [nao20010128nao](https://github.com/nao20010128nao)
3482 * [nbcolympics:stream] Fix extractor by [nchilada](https://github.com/nchilada), [pukkandan](https://github.com/pukkandan)
3483 * [nbcolympics] Update extractor for 2020 olympics by [wesnm](https://github.com/wesnm)
3484 * [paramountplus] Separate extractor and fix some titles by [shirt](https://github.com/shirt-dev), [pukkandan](https://github.com/pukkandan)
3485 * [RCTIPlus] Support events and TV by [MinePlayersPE](https://github.com/MinePlayersPE)
3486 * [Newgrounds] Improve extractor and fix playlist by [u-spec-png](https://github.com/u-spec-png)
3487 * [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` by [wesnm](https://github.com/wesnm)
3488 * [crunchyroll] Fix thumbnail by [funniray](https://github.com/funniray)
3489 * [HotStar] Use API for metadata and extract subtitles by [Ashish0804](https://github.com/Ashish0804)
3490 * [instagram] Fix comments extraction by [u-spec-png](https://github.com/u-spec-png)
3491 * [peertube] Fix videos without description by [u-spec-png](https://github.com/u-spec-png)
3492 * [twitch:clips] Extract `display_id` by [dirkf](https://github.com/dirkf)
3493 * [viki] Print error message from API request
3494 * [Vine] Remove invalid formats by [u-spec-png](https://github.com/u-spec-png)
3495 * [VrtNU] Fix XSRF token by [pgaig](https://github.com/pgaig)
3496 * [vrv] Fix thumbnail extraction by [funniray](https://github.com/funniray)
3497 * [youtube] Add extractor-arg `include-live-dash` to show live dash formats
3498 * [youtube] Improve signature function detection by [PSlava](https://github.com/PSlava)
3499 * [youtube] Raise appropriate error when API pages can't be downloaded
3500 * Ensure `_write_ytdl_file` closes file handle on error
3501 * Fix `--compat-options filename` by [stdedos](https://github.com/stdedos)
3502 * Fix issues with infodict sanitization
3503 * Fix resuming when using `--no-part`
3504 * Fix wrong extension for intermediate files
3505 * Handle `BrokenPipeError` by [kikuyan](https://github.com/kikuyan)
3506 * Show libraries present in verbose head
3507 * [extractor] Detect `sttp` as subtitles in MPD by [fstirlitz](https://github.com/fstirlitz)
3508 * [extractor] Reset non-repeating warnings per video
3509 * [ffmpeg] Fix streaming `mp4` to `stdout`
3510 * [ffpmeg] Allow `--ffmpeg-location` to be a file with different name
3511 * [utils] Fix `InAdvancePagedList.__getitem__`
3512 * [utils] Fix `traverse_obj` depth when `is_user_input`
3513 * [webvtt] Merge daisy-chained duplicate cues by [fstirlitz](https://github.com/fstirlitz)
3514 * [build] Use custom build of `pyinstaller` by [shirt](https://github.com/shirt-dev)
3515 * [tests:download] Add batch testing for extractors (`test_YourExtractor_all`)
3516 * [docs] Document which fields `--add-metadata` adds to the file
3517 * [docs] Fix some mistakes and improve doc
3518 * [cleanup] Misc code cleanup
3521 ### 2021.08.02
3523 * Add logo, banner and donate links
3524 * [outtmpl] Expand and escape environment variables
3525 * [outtmpl] Add format types `j` (json), `l` (comma delimited list), `q` (quoted for terminal)
3526 * [downloader] Allow streaming some unmerged formats to stdout using ffmpeg
3527 * [youtube] **Age-gate bypass**
3528     * Add `agegate` clients by [pukkandan](https://github.com/pukkandan), [MinePlayersPE](https://github.com/MinePlayersPE)
3529     * Add `thirdParty` to agegate clients to bypass more videos
3530     * Simplify client definitions, expose `embedded` clients
3531     * Improve age-gate detection by [coletdjnz](https://github.com/coletdjnz)
3532     * Fix default global API key by [coletdjnz](https://github.com/coletdjnz)
3533     * 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)
3534 * [adobepass] Add MSO Sling TV by [wesnm](https://github.com/wesnm)
3535 * [CBS] Add ParamountPlusSeriesIE by [Ashish0804](https://github.com/Ashish0804)
3536 * [dplay] Add `ScienceChannelIE` by [Sipherdrakon](https://github.com/Sipherdrakon)
3537 * [UtreonIE] Add extractor by [Ashish0804](https://github.com/Ashish0804)
3538 * [youtube] Add `mweb` client by [coletdjnz](https://github.com/coletdjnz)
3539 * [youtube] Add `player_client=all`
3540 * [youtube] Force `hl=en` for comments by [coletdjnz](https://github.com/coletdjnz)
3541 * [youtube] Fix format sorting when using alternate clients
3542 * [youtube] Misc cleanup by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
3543 * [youtube] Extract SAPISID only once
3544 * [CBS] Add fallback by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
3545 * [Hotstar] Support cookies by [Ashish0804](https://github.com/Ashish0804)
3546 * [HotStarSeriesIE] Fix regex by [Ashish0804](https://github.com/Ashish0804)
3547 * [bilibili] Improve `_VALID_URL`
3548 * [mediaset] Fix extraction by [nixxo](https://github.com/nixxo)
3549 * [Mxplayer] Add h265 formats by [Ashish0804](https://github.com/Ashish0804)
3550 * [RCTIPlus] Remove PhantomJS dependency by [MinePlayersPE](https://github.com/MinePlayersPE)
3551 * [tenplay] Add MA15+ age limit by [pento](https://github.com/pento)
3552 * [vidio] Fix login error detection by [MinePlayersPE](https://github.com/MinePlayersPE)
3553 * [vimeo] Better extraction of original file by [Ashish0804](https://github.com/Ashish0804)
3554 * [generic] Support KVS player (replaces ThisVidIE) by [rigstot](https://github.com/rigstot)
3555 * Add compat-option `no-clean-infojson`
3556 * Remove `asr` appearing twice in `-F`
3557 * Set `home:` as the default key for `-P`
3558 * [utils] Fix slicing of reversed `LazyList`
3559 * [FormatSort] Fix bug for audio with unknown codec
3560 * [test:download] Support testing with `ignore_no_formats_error`
3561 * [cleanup] Refactor some code
3564 ### 2021.07.24
3566 * [youtube:tab] Extract video duration early
3567 * [downloader] Pass `info_dict` to `progress_hook`s
3568 * [youtube] Fix age-gated videos for API clients when cookies are supplied by [coletdjnz](https://github.com/coletdjnz)
3569 * [youtube] Disable `get_video_info` age-gate workaround - This endpoint seems to be completely dead
3570 * [youtube] Try all clients even if age-gated
3571 * [youtube] Fix subtitles only being extracted from the first client
3572 * [youtube] Simplify `_get_text`
3573 * [cookies] bugfix for microsoft edge on macOS
3574 * [cookies] Handle `sqlite` `ImportError` gracefully by [mbway](https://github.com/mbway)
3575 * [cookies] Handle errors when importing `keyring`
3577 ### 2021.07.21
3579 * **Add option `--cookies-from-browser`** to load cookies from a browser by [mbway](https://github.com/mbway)
3580     * Usage: `--cookies-from-browser BROWSER[:PROFILE_NAME_OR_PATH]`
3581     * Also added `--no-cookies-from-browser`
3582     * To decrypt chromium cookies, `keyring` is needed for UNIX and `pycryptodome` for Windows
3583 * Add option `--exec-before-download`
3584 * Add field `live_status`
3585 * [FFmpegMetadata] Add language of each stream and some refactoring
3586 * [douyin] Add extractor by [pukkandan](https://github.com/pukkandan), [pyx](https://github.com/pyx)
3587 * [pornflip] Add extractor by [mzbaulhaque](https://github.com/mzbaulhaque)
3588 * **[youtube] Extract data from multiple clients** by [pukkandan](https://github.com/pukkandan), [coletdjnz](https://github.com/coletdjnz)
3589     * `player_client` now accepts multiple clients
3590     * Default `player_client` = `android,web`
3591         * This uses twice as many requests, but avoids throttling for most videos while also not losing any formats
3592     * Music clients can be specifically requested and is enabled by default if `music.youtube.com`
3593     * Added `player_client=ios` (Known issue: formats from ios are not sorted correctly)
3594     * Add age-gate bypass for android and ios clients
3595 * [youtube] Extract more thumbnails
3596     * The thumbnail URLs are hard-coded and their actual existence is tested lazily
3597     * Added option `--no-check-formats` to not test them
3598 * [youtube] Misc fixes
3599     * Improve extraction of livestream metadata by [pukkandan](https://github.com/pukkandan), [krichbanana](https://github.com/krichbanana)
3600     * Hide live dash formats since they can't be downloaded anyway
3601     * Fix authentication when using multiple accounts by [coletdjnz](https://github.com/coletdjnz)
3602     * Fix controversial videos when requested via API by [coletdjnz](https://github.com/coletdjnz)
3603     * Fix session index extraction and headers for non-web player clients by [coletdjnz](https://github.com/coletdjnz)
3604     * Make `--extractor-retries` work for more errors
3605     * Fix sorting of 3gp format
3606     * Sanity check `chapters` (and refactor related code)
3607     * Make `parse_time_text` and `_extract_chapters` non-fatal
3608     * Misc cleanup and bug fixes by [coletdjnz](https://github.com/coletdjnz)
3609 * [youtube:tab] Fix channels tab
3610 * [youtube:tab] Extract playlist availability by [coletdjnz](https://github.com/coletdjnz)
3611 * **[youtube:comments] Move comment extraction to new API** by [coletdjnz](https://github.com/coletdjnz)
3612     * Adds extractor-args `comment_sort` (`top`/`new`), `max_comments`, `max_comment_depth`
3613 * [youtube:comments] Fix `is_favorited`, improve `like_count` parsing by [coletdjnz](https://github.com/coletdjnz)
3614 * [BravoTV] Improve metadata extraction by [kevinoconnor7](https://github.com/kevinoconnor7)
3615 * [crunchyroll:playlist] Force http
3616 * [yahoo:gyao:player] Relax `_VALID_URL` by [nao20010128nao](https://github.com/nao20010128nao)
3617 * [nebula] Authentication via tokens from cookie jar by [hheimbuerger](https://github.com/hheimbuerger), [TpmKranz](https://github.com/TpmKranz)
3618 * [RTP] Fix extraction and add subtitles by [fstirlitz](https://github.com/fstirlitz)
3619 * [viki] Rewrite extractors and add extractor-arg `video_types` to `vikichannel` by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
3620 * [vlive] Extract thumbnail directly in addition to the one from Naver
3621 * [generic] Extract previously missed subtitles by [fstirlitz](https://github.com/fstirlitz)
3622 * [generic] Extract everything in the SMIL manifest and detect discarded subtitles by [fstirlitz](https://github.com/fstirlitz)
3623 * [embedthumbnail] Fix `_get_thumbnail_resolution`
3624 * [metadatafromfield] Do not detect numbers as field names
3625 * Fix selectors `all`, `mergeall` and add tests
3626 * Errors in playlist extraction should obey `--ignore-errors`
3627 * Fix bug where `original_url` was not propagated when `_type`=`url`
3628 * Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
3629     * This was wrongly checking for `write_thumbnail`
3630 * Improve `extractor_args` parsing
3631 * Rename `NOTE` in `-F` to `MORE INFO` since it's often confused to be the same as `format_note`
3632 * Add `only_once` param for `write_debug` and `report_warning`
3633 * [extractor] Allow extracting multiple groups in `_search_regex` by [fstirlitz](https://github.com/fstirlitz)
3634 * [utils] Improve `traverse_obj`
3635 * [utils] Add `variadic`
3636 * [utils] Improve `js_to_json` comment regex by [fstirlitz](https://github.com/fstirlitz)
3637 * [webtt] Fix timestamps
3638 * [compat] Remove unnecessary code
3639 * [docs] fix default of multistreams
3642 ### 2021.07.07
3644 * Merge youtube-dl: Upto [commit/a803582](https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada)
3645 * Add `--extractor-args` to pass some extractor-specific arguments. See [readme](https://github.com/yt-dlp/yt-dlp#extractor-arguments)
3646     * Add extractor option `skip` for `youtube`, e.g. `--extractor-args youtube:skip=hls,dash`
3647     * Deprecates `--youtube-skip-dash-manifest`, `--youtube-skip-hls-manifest`, `--youtube-include-dash-manifest`, `--youtube-include-hls-manifest`
3648 * Allow `--list...` options to work with `--print`, `--quiet` and other `--list...` options
3649 * [youtube] Use `player` API for additional video extraction requests by [coletdjnz](https://github.com/coletdjnz)
3650     * **Fixes youtube premium music** (format 141) extraction
3651     * Adds extractor option `player_client` = `web`/`android`
3652         * **`--extractor-args youtube:player_client=android` works around the throttling** for the time-being
3653     * Adds extractor option `player_skip=config`
3654     * Adds age-gate fallback using embedded client
3655 * [youtube] Choose correct Live chat API for upcoming streams by [krichbanana](https://github.com/krichbanana)
3656 * [youtube] Fix subtitle names for age-gated videos
3657 * [youtube:comments] Fix error handling and add `itct` to params by [coletdjnz](https://github.com/coletdjnz)
3658 * [youtube_live_chat] Fix download with cookies by [siikamiika](https://github.com/siikamiika)
3659 * [youtube_live_chat] use `clickTrackingParams` by [siikamiika](https://github.com/siikamiika)
3660 * [Funimation] Rewrite extractor
3661     * Add `FunimationShowIE` by [Mevious](https://github.com/Mevious)
3662     * **Treat the different versions of an episode as different formats of a single video**
3663         * This changes the video `id` and will break break existing archives
3664         * Compat option `seperate-video-versions` to fall back to old behavior including using the old video ids
3665     * Support direct `/player/` URL
3666     * Extractor options `language` and `version` to pre-select them during extraction
3667         * These options may be removed in the future if we can extract all formats without additional network requests
3668         * Do not rely on these for format selection and use `-f` filters instead
3669 * [AdobePass] Add Spectrum MSO by [kevinoconnor7](https://github.com/kevinoconnor7), [ohmybahgosh](https://github.com/ohmybahgosh)
3670 * [facebook] Extract description and fix title
3671 * [fancode] Fix extraction, support live and allow login with refresh token by [zenerdi0de](https://github.com/zenerdi0de)
3672 * [plutotv] Improve `_VALID_URL`
3673 * [RCTIPlus] Add extractor by [MinePlayersPE](https://github.com/MinePlayersPE)
3674 * [Soundcloud] Allow login using oauth token by [blackjack4494](https://github.com/blackjack4494)
3675 * [TBS] Support livestreams by [llacb47](https://github.com/llacb47)
3676 * [videa] Fix extraction by [nyuszika7h](https://github.com/nyuszika7h)
3677 * [yahoo] Fix extraction by [llacb47](https://github.com/llacb47), [pukkandan](https://github.com/pukkandan)
3678 * Process videos when using `--ignore-no-formats-error` by [krichbanana](https://github.com/krichbanana)
3679 * Fix `--throttled-rate` when using `--load-info-json`
3680 * Fix `--flat-playlist` when entry has no `ie_key`
3681 * Fix `check_formats` catching `ExtractorError` instead of `DownloadError`
3682 * Fix deprecated option `--list-formats-old`
3683 * [downloader/ffmpeg] Fix `--ppa` when using simultaneous download
3684 * [extractor] Prevent unnecessary download of hls manifests and refactor `hls_split_discontinuity`
3685 * [fragment] Handle status of download and errors in threads correctly; and minor refactoring
3686 * [thumbnailsconvertor] Treat `jpeg` as `jpg`
3687 * [utils] Fix issues with `LazyList` reversal
3688 * [extractor] Allow extractors to set their own login hint
3689 * [cleanup] Simplify format selector code with `LazyList` and `yield from`
3690 * [cleanup] Clean `extractor.common._merge_subtitles` signature
3691 * [cleanup] Fix some typos
3694 ### 2021.06.23
3696 * Merge youtube-dl: Upto [commit/379f52a](https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961)
3697 * **Add option `--throttled-rate`** below which video data is re-extracted
3698 * [fragment] **Merge during download for `-N`**, and refactor `hls`/`dash`
3699 * [websockets] Add `WebSocketFragmentFD` by [nao20010128nao](https://github.com/nao20010128nao), [pukkandan](https://github.com/pukkandan)
3700 * Allow `images` formats in addition to video/audio
3701 * [downloader/mhtml] Add new downloader for slideshows/storyboards by [fstirlitz](https://github.com/fstirlitz)
3702 * [youtube] Temporary **fix for age-gate**
3703 * [youtube] Support ongoing live chat by [siikamiika](https://github.com/siikamiika)
3704 * [youtube] Improve SAPISID cookie handling by [coletdjnz](https://github.com/coletdjnz)
3705 * [youtube] Login is not needed for `:ytrec`
3706 * [youtube] Non-fatal alert reporting for unavailable videos page by [coletdjnz](https://github.com/coletdjnz)
3707 * [twitcasting] Websocket support by [nao20010128nao](https://github.com/nao20010128nao)
3708 * [mediasite] Extract slides by [fstirlitz](https://github.com/fstirlitz)
3709 * [funimation] Extract subtitles
3710 * [pornhub] Extract `cast`
3711 * [hotstar] Use server time for authentication instead of local time
3712 * [EmbedThumbnail] Fix for already downloaded thumbnail
3713 * [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
3714 * Expand `--check-formats` to thumbnails
3715 * Fix id sanitization in filenames
3716 * Skip fixup of existing files and add `--fixup force` to force it
3717 * Better error handling of syntax errors in `-f`
3718 * Use `NamedTemporaryFile` for `--check-formats`
3719 * [aria2c] Lower `--min-split-size` for HTTP downloads
3720 * [options] Rename `--add-metadata` to `--embed-metadata`
3721 * [utils] Improve `LazyList` and add tests
3722 * [build] Build Windows x86 version with py3.7 and remove redundant tests by [pukkandan](https://github.com/pukkandan), [shirt](https://github.com/shirt-dev)
3723 * [docs] Clarify that `--embed-metadata` embeds chapter markers
3724 * [cleanup] Refactor fixup
3727 ### 2021.06.09
3729 * Fix bug where `%(field)d` in filename template throws error
3730 * [outtmpl] Improve offset parsing
3731 * [test] More rigorous tests for `prepare_filename`
3733 ### 2021.06.08
3735 * Remove support for obsolete Python versions: Only 3.6+ is now supported
3736 * Merge youtube-dl: Upto [commit/c2350ca](https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2)
3737 * [hls] Fix decryption for multithreaded downloader
3738 * [extractor] Fix pre-checking archive for some extractors
3739 * [extractor] Fix FourCC fallback when parsing ISM by [fstirlitz](https://github.com/fstirlitz)
3740 * [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE by [pukkandan](https://github.com/pukkandan), [nao20010128nao](https://github.com/nao20010128nao)
3741 * [vidio] Add VidioPremierIE and VidioLiveIE by [MinePlayersPE](Https://github.com/MinePlayersPE)
3742 * [viki] Fix extraction from [ytdl-org/youtube-dl@59e583f](https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82)
3743 * [youtube] Support shorts URL
3744 * [zoom] Extract transcripts as subtitles
3745 * Add field `original_url` with the user-inputted URL
3746 * Fix and refactor `prepare_outtmpl`
3747 * Make more fields available for `--print` when used with `--flat-playlist`
3748 * [utils] Generalize `traverse_dict` to `traverse_obj`
3749 * [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode by [fstirlitz](https://github.com/fstirlitz)
3750 * [build] Release `yt-dlp.tar.gz`
3751 * [build,update] Add GNU-style SHA512 and prepare updater for similar SHA256 by [nihil-admirari](https://github.com/nihil-admirari)
3752 * [pyinst] Show Python version in exe metadata by [nihil-admirari](https://github.com/nihil-admirari)
3753 * [docs] Improve documentation of dependencies
3754 * [cleanup] Mark unused files
3755 * [cleanup] Point all shebang to `python3` by [fstirlitz](https://github.com/fstirlitz)
3756 * [cleanup] Remove duplicate file `trovolive.py`
3759 ### 2021.06.01
3761 * Merge youtube-dl: Upto [commit/d495292](https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf)
3762 * Pre-check archive and filters during playlist extraction
3763 * Handle Basic Auth `user:pass` in URLs by [hhirtz](https://github.com/hhirtz) and [pukkandan](https://github.com/pukkandan)
3764 * [archiveorg] Add YoutubeWebArchiveIE by [coletdjnz](https://github.com/coletdjnz) and [alex-gedeon](https://github.com/alex-gedeon)
3765 * [fancode] Add extractor by [rhsmachine](https://github.com/rhsmachine)
3766 * [patreon] Support vimeo embeds by [rhsmachine](https://github.com/rhsmachine)
3767 * [Saitosan] Add new extractor by [llacb47](https://github.com/llacb47)
3768 * [ShemarooMe] Add extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
3769 * [telemundo] Add extractor by [king-millez](https://github.com/king-millez)
3770 * [SonyLIV] Add SonyLIVSeriesIE and subtitle support by [Ashish0804](https://github.com/Ashish0804)
3771 * [Hotstar] Add HotStarSeriesIE by [Ashish0804](https://github.com/Ashish0804)
3772 * [Voot] Add VootSeriesIE by [Ashish0804](https://github.com/Ashish0804)
3773 * [vidio] Support login and premium videos by [MinePlayersPE](https://github.com/MinePlayersPE)
3774 * [fragment] When using `-N`, do not keep the fragment content in memory
3775 * [ffmpeg] Download and merge in a single step if possible
3776 * [ThumbnailsConvertor] Support conversion to `png` and make it the default by [louie-github](https://github.com/louie-github)
3777 * [VideoConvertor] Generalize with remuxer and allow conditional recoding
3778 * [EmbedThumbnail] Embed in `mp4`/`m4a` using mutagen by [tripulse](https://github.com/tripulse) and [pukkandan](https://github.com/pukkandan)
3779 * [EmbedThumbnail] Embed if any thumbnail was downloaded, not just the best
3780 * [EmbedThumbnail] Correctly escape filename
3781 * [update] replace self without launching a subprocess in windows
3782 * [update] Block further update for unsupported systems
3783 * Refactor `__process_playlist` by creating `LazyList`
3784 * Write messages to `stderr` when both `quiet` and `verbose`
3785 * Sanitize and sort playlist thumbnails
3786 * Remove `None` values from `info.json`
3787 * [extractor] Always prefer native hls downloader by default
3788 * [extractor] Skip subtitles without URI in m3u8 manifests by [hheimbuerger](https://github.com/hheimbuerger)
3789 * [extractor] Functions to parse `socket.io` response as `json` by [pukkandan](https://github.com/pukkandan) and [llacb47](https://github.com/llacb47)
3790 * [extractor] Allow `note=False` when extracting manifests
3791 * [utils] Escape URLs in `sanitized_Request`, not `sanitize_url`
3792 * [hls] Disable external downloader for `webtt`
3793 * [youtube] `/live` URLs should raise error if channel is not live
3794 * [youtube] Bug fixes
3795 * [zee5] Fix m3u8 formats' extension
3796 * [ard] Allow URLs without `-` before id by [olifre](https://github.com/olifre)
3797 * [cleanup] `YoutubeDL._match_entry`
3798 * [cleanup] Refactor updater
3799 * [cleanup] Refactor ffmpeg convertors
3800 * [cleanup] setup.py
3803 ### 2021.05.20
3805 * **Youtube improvements**:
3806     * Support youtube music `MP`, `VL` and `browse` pages
3807     * Extract more formats for youtube music by [craftingmod](https://github.com/craftingmod), [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
3808     * Extract multiple subtitles in same language by [pukkandan](https://github.com/pukkandan) and [tpikonen](https://github.com/tpikonen)
3809     * Redirect channels that doesn't have a `videos` tab to their `UU` playlists
3810     * Support in-channel search
3811     * Sort audio-only formats correctly
3812     * Always extract `maxresdefault` thumbnail
3813     * Extract audio language
3814     * Add subtitle language names by [nixxo](https://github.com/nixxo) and [tpikonen](https://github.com/tpikonen)
3815     * Show alerts only from the final webpage
3816     * Add `html5=1` param to `get_video_info` page requests by [coletdjnz](https://github.com/coletdjnz)
3817     * Better message when login required
3818 * **Add option `--print`**: to print any field/template
3819     * Makes redundant: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url`
3820 * Field `additional_urls` to download additional videos from metadata using [`--parse-metadata`](https://github.com/yt-dlp/yt-dlp#modifying-metadata)
3821 * Merge youtube-dl: Upto [commit/dfbbe29](https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b)
3822 * Write thumbnail of playlist and add `pl_thumbnail` outtmpl key
3823 * [embedthumbnail] Add `flac` support and refactor `mutagen` code by [pukkandan](https://github.com/pukkandan) and [tripulse](https://github.com/tripulse)
3824 * [audius:artist] Add extractor by [king-millez](https://github.com/king-millez)
3825 * [parlview] Add extractor by [king-millez](https://github.com/king-millez)
3826 * [tenplay] Fix extractor by [king-millez](https://github.com/king-millez)
3827 * [rmcdecouverte] Generalize `_VALID_URL`
3828 * Add compat-option `no-attach-infojson`
3829 * Add field `name` for subtitles
3830 * Ensure `post_extract` and `pre_process` only run once
3831 * Fix `--check-formats` when there is network error
3832 * Standardize `write_debug` and `get_param`
3833 * [options] Alias `--write-comments`, `--no-write-comments`
3834 * [options] Refactor callbacks
3835 * [test:download] Only extract enough videos for `playlist_mincount`
3836 * [extractor] bugfix for when `compat_opts` is not given
3837 * [build] Fix x86 build by [shirt](https://github.com/shirt-dev)
3838 * [cleanup] code formatting, youtube tests and readme
3840 ### 2021.05.11
3841 * **Deprecate support for Python versions < 3.6**
3842 * **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details
3843 * **Improve output template:**
3844     * Allow slicing lists/strings using `field.start:end:step`
3845     * A field can also be used as offset like `field1+num+field2`
3846     * A default value can be given using `field|default`
3847     * Prevent invalid fields from causing errors
3848 * **Merge youtube-dl**: Upto [commit/a726009](https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0)
3849 * **Remove options** `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `--literal`, `--id`
3850 * [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes
3851 * [downloader] Fix `quiet` and `to_stderr`
3852 * [fragment] Ensure the file is closed on error
3853 * [fragment] Make sure first segment is not skipped
3854 * [aria2c] Fix whitespace being stripped off
3855 * [embedthumbnail] Fix bug where jpeg thumbnails were converted again
3856 * [FormatSort] Fix for when some formats have quality and others don't
3857 * [utils] Add `network_exceptions`
3858 * [utils] Escape URL while sanitizing
3859 * [ukcolumn] Add Extractor
3860 * [whowatch] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
3861 * [CBS] Improve `_VALID_URL` to support movies
3862 * [crackle] Improve extraction
3863 * [curiositystream] Fix collections
3864 * [francetvinfo] Improve video id extraction
3865 * [generic] Respect the encoding in manifest
3866 * [limelight] Obey `allow_unplayable_formats`
3867 * [mediasite] Generalize URL pattern by [fstirlitz](https://github.com/fstirlitz)
3868 * [mxplayer] Add MxplayerShowIE by [Ashish0804](https://github.com/Ashish0804)
3869 * [nebula] Move to nebula.app by [Lamieur](https://github.com/Lamieur)
3870 * [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)
3871 * [niconico] Fix title and thumbnail extraction by [CXwudi](https://github.com/CXwudi)
3872 * [plutotv] Extract subtitles from manifests
3873 * [plutotv] Fix format extraction for some urls
3874 * [rmcdecouverte] Improve `_VALID_URL`
3875 * [sonyliv] Fix `title` and `series` extraction by [Ashish0804](https://github.com/Ashish0804)
3876 * [tubi] Raise "no video formats" error when video url is empty
3877 * [youtube:tab] Detect playlists inside community posts
3878 * [youtube] Add `oembed` to reserved names
3879 * [zee5] Fix extraction for some URLs by [Hadi0609](https://github.com/Hadi0609)
3880 * [zee5] Fix py2 compatibility
3881 * Fix `playlist_index` and add `playlist_autonumber`. See [#302](https://github.com/yt-dlp/yt-dlp/issues/302) for details
3882 * Add experimental option `--check-formats` to test the URLs before format selection
3883 * Option `--compat-options` to revert [some of yt-dlp's changes](https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior)
3884     * Deprecates `--list-formats-as-table`, `--list-formats-old`
3885 * Fix number of digits in `%(playlist_index)s`
3886 * Fix case sensitivity of format selector
3887 * Revert "[core] be able to hand over id and title using url_result"
3888 * Do not strip out whitespaces in `-o` and `-P`
3889 * Fix `preload_download_archive` writing verbose message to `stdout`
3890 * Move option warnings to `YoutubeDL`so that they obey `--no-warnings` and can output colors
3891 * Py2 compatibility for `FileNotFoundError`
3894 ### 2021.04.22
3895 * **Improve output template:**
3896     * Objects can be traversed like `%(field.key1.key2)s`
3897     * An offset can be added to numeric fields as `%(field+N)s`
3898     * Deprecates `--autonumber-start`
3899 * **Improve `--sub-langs`:**
3900     * Treat `--sub-langs` entries as regex
3901     * `all` can be used to refer to all the subtitles
3902     * language codes can be prefixed with `-` to exclude it
3903     * Deprecates `--all-subs`
3904 * Add option `--ignore-no-formats-error` to ignore the "no video format" and similar errors
3905 * Add option `--skip-playlist-after-errors` to skip the rest of a playlist after a given number of errors are encountered
3906 * Merge youtube-dl: Upto [commit/7e8b3f9](https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438)
3907 * [downloader] Fix bug in downloader selection
3908 * [BilibiliChannel] Fix pagination by [nao20010128nao](https://github.com/nao20010128nao) and [pukkandan](https://github.com/pukkandan)
3909 * [rai] Add support for http formats by [nixxo](https://github.com/nixxo)
3910 * [TubiTv] Add TubiTvShowIE by [Ashish0804](https://github.com/Ashish0804)
3911 * [twitcasting] Fix extractor
3912 * [viu:ott] Fix extractor and support series by [lkho](https://github.com/lkho) and [pukkandan](https://github.com/pukkandan)
3913 * [youtube:tab] Show unavailable videos in playlists by [coletdjnz](https://github.com/coletdjnz)
3914 * [youtube:tab] Reload with unavailable videos for all playlists
3915 * [youtube] Ignore invalid stretch ratio
3916 * [youtube] Improve channel syncid extraction to support ytcfg by [coletdjnz](https://github.com/coletdjnz)
3917 * [youtube] Standardize API calls for tabs, mixes and search by [coletdjnz](https://github.com/coletdjnz)
3918 * [youtube] Bugfix in `_extract_ytcfg`
3919 * [mildom:user:vod] Download only necessary amount of pages
3920 * [mildom] Remove proxy completely by [fstirlitz](https://github.com/fstirlitz)
3921 * [go] Fix `_VALID_URL`
3922 * [MetadataFromField] Improve regex and add tests
3923 * [Exec] Ensure backward compatibility when the command contains `%`
3924 * [extractor] Fix inconsistent use of `report_warning`
3925 * Ensure `mergeall` selects best format when multistreams are disabled
3926 * Improve the yt-dlp.sh script by [fstirlitz](https://github.com/fstirlitz)
3927 * [lazy_extractor] Do not load plugins
3928 * [ci] Disable fail-fast
3929 * [docs] Clarify which deprecated options still work
3930 * [docs] Fix typos
3933 ### 2021.04.11
3934 * Add option `--convert-thumbnails` (only jpg currently supported)
3935 * Format selector `mergeall` to download and merge all formats
3936 * Pass any field to `--exec` using similar syntax to output template
3937 * Choose downloader for each protocol using `--downloader PROTO:NAME`
3938     * Alias `--downloader` for `--external-downloader`
3939     * Added `native` as an option for the downloader
3940 * Merge youtube-dl: Upto [commit/4fb25ff](https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7) (except vimeo)
3941 * [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE by [Ashish0804](https://github.com/Ashish0804)
3942 * [NFHSNetwork] Add extractor by [llacb47](https://github.com/llacb47)
3943 * [nebula] Add extractor (watchnebula.com) by [hheimbuerger](https://github.com/hheimbuerger)
3944 * [nitter] Fix extraction of reply tweets and update instance list by [B0pol](https://github.com/B0pol)
3945 * [nitter] Fix thumbnails by [B0pol](https://github.com/B0pol)
3946 * [youtube] Fix thumbnail URL
3947 * [youtube] Parse API parameters from initial webpage by [coletdjnz](https://github.com/coletdjnz)
3948 * [youtube] Extract comments' approximate timestamp by [coletdjnz](https://github.com/coletdjnz)
3949 * [youtube] Fix alert extraction
3950 * [bilibili] Fix uploader
3951 * [utils] Add `datetime_from_str` and `datetime_add_months` by [coletdjnz](https://github.com/coletdjnz)
3952 * Run some `postprocessors` before actual download
3953 * Improve argument parsing for `-P`, `-o`, `-S`
3954 * Fix some `m3u8` not obeying `--allow-unplayable-formats`
3955 * Fix default of `dynamic_mpd`
3956 * Deprecate `--all-formats`, `--include-ads`, `--hls-prefer-native`, `--hls-prefer-ffmpeg`
3957 * [docs] Improvements
3959 ### 2021.04.03
3960 * Merge youtube-dl: Upto [commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)
3961 * Ability to set a specific field in the file's metadata using `--parse-metadata`
3962 * Ability to select n'th best format like `-f bv*.2`
3963 * [DiscoveryPlus] Add discoveryplus.in
3964 * [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo)
3965 * [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao)
3966 * [ard:mediathek] Fix video id extraction
3967 * [generic] Detect Invidious' link element
3968 * [youtube] Show premium state in `availability` by [coletdjnz](https://github.com/coletdjnz)
3969 * [viewsource] Add extractor to handle `view-source:`
3970 * [sponskrub] Run before embedding thumbnail
3971 * [docs] Improve `--parse-metadata` documentation
3974 ### 2021.03.24.1
3975 * Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
3977 ### 2021.03.24
3978 * Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf))
3979 * Parse metadata from multiple fields using `--parse-metadata`
3980 * Ability to load playlist infojson using `--load-info-json`
3981 * Write current epoch to infojson when using `--no-clean-infojson`
3982 * [youtube_live_chat] fix bug when trying to set cookies
3983 * [niconico] Fix for when logged in by [CXwudi](https://github.com/CXwudi) and [xtkoba](https://github.com/xtkoba)
3984 * [linuxacadamy] Fix login
3987 ### 2021.03.21
3988 * Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
3989 * Option `--no-clean-infojson` to keep private keys in the infojson
3990 * [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
3991 * [aria2c] Better default arguments
3992 * [movefiles] Fix bugs and make more robust
3993 * [formatSort] Fix `quality` being ignored
3994 * [splitchapters] Fix for older ffmpeg
3995 * [sponskrub] Pass proxy to sponskrub
3996 * Make sure `post_hook` gets the final filename
3997 * Recursively remove any private keys from infojson
3998 * Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
3999 * Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
4000 * Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
4001 * Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
4002 * More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
4003 * [docs] Add deprecated options and aliases in readme
4004 * [docs] Fix some minor mistakes
4006 * [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)
4007 * [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
4008 * [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
4009 * [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
4010 * [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
4011 * [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
4012 * [linuxacadamy] Improve regex
4013 * [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
4014 * [youtube] bugfix for channel playlist extraction
4015 * [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
4018 ### 2021.03.15
4019 * **Split video by chapters**: using option `--split-chapters`
4020     * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
4021     * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
4022 * **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
4023     * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
4024 * Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
4025 * [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
4026 * [rai] fix drm check [nixxo](https://github.com/nixxo)
4027 * [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
4028 * [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
4029 * [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
4030 * [youtube] Rewrite comment extraction by [coletdjnz](https://github.com/coletdjnz)
4031 * [embedthumbnail] Set mtime correctly
4032 * Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
4035 ### 2021.03.07
4036 * [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [coletdjnz](https://github.com/coletdjnz)
4037 * [youtube] Fix private feeds/playlists on multi-channel accounts by [coletdjnz](https://github.com/coletdjnz)
4038 * [youtube] Extract alerts from continuation by [coletdjnz](https://github.com/coletdjnz)
4039 * [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
4040 * [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
4041 * [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
4042 * [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
4043 * [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
4044 * [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
4045 * [trovo] Pass origin header
4046 * [rai] Check for DRM by [nixxo](https://github.com/nixxo)
4047 * [downloader] Fix bug for `ffmpeg`/`httpie`
4048 * [update] Fix updater removing the executable bit on some UNIX distros
4049 * [update] Fix current build hash for UNIX
4050 * [docs] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
4051 * Fix some videos downloading with `m3u8` extension
4052 * Remove "fixup is ignored" warning when fixup wasn't passed by user
4055 ### 2021.03.03.2
4056 * [build] Fix bug
4058 ### 2021.03.03
4059 * [youtube] Use new browse API for continuation page extraction by [coletdjnz](https://github.com/coletdjnz) and [pukkandan](https://github.com/pukkandan)
4060 * Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
4061 * Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
4062 * [mtv] Fix extractor
4063 * [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
4064 * [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
4065 * [youtube] Throw error when `--extractor-retries` are exhausted
4066 * Reduce default of `--extractor-retries` to 3
4067 * Fix packaging bugs by [hseg](https://github.com/hseg)
4070 ### 2021.03.01
4071 * Allow specifying path in `--external-downloader`
4072 * Add option `--sleep-requests` to sleep b/w requests
4073 * Add option `--extractor-retries` to retry on known extractor errors
4074 * Extract comments only when needed
4075 * `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
4076 * Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
4077 * [youtube] Retry on more known errors than just HTTP-5xx
4078 * [youtube] Fix inconsistent `webpage_url`
4079 * [tennistv] Fix format sorting
4080 * [bilibiliaudio] Recognize the file as audio-only
4081 * [hrfensehen] Fix wrong import
4082 * [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
4083 * [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
4084 * [hls] Fix bug with m3u8 format extraction
4085 * [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
4086 * [embedthumbnail] Fix bug with deleting original thumbnail
4087 * [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
4088 * [ci] Disable download tests unless specifically invoked
4089 * Cleanup some code and fix typos
4092 ### 2021.02.24
4093 * Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
4094 * **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
4095     * Also, `youtube-dlc` config files are no longer loaded
4096 * Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
4097 * [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
4098 * [youtube] Show if video was a live stream in info (`was_live`)
4099 * [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
4100 * [jwplatform] Add support for `hyland.com`
4101 * [tennistv] Fix extractor
4102 * [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
4103 * [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
4104 * [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
4105 * Fix `--windows-filenames` removing `/` from UNIX paths
4106 * [hls] Show warning if pycryptodome is not found
4107 * [docs] Improvements
4108     * Fix documentation of `Extractor Options`
4109     * Document `all` in format selection
4110     * Document `playable_in_embed` in output templates
4113 ### 2021.02.19
4114 * Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
4115 * [viki] Fix extractor
4116 * [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
4117 * [youtube] Multiple page support for hashtag URLs
4118 * [youtube] Add more invidious instances
4119 * [youtube] Fix comment extraction when comment text is empty
4120 * Option `--windows-filenames` to force use of windows compatible filenames
4121 * [ExtractAudio] Bugfix
4122 * Don't raise `parser.error` when exiting for update
4123 * [MoveFiles] Fix for when merger can't run
4124 * Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
4125 * Format Sort improvements:
4126     * Prefer `vp9.2` more than other `vp9` codecs
4127     * Remove forced priority of `quality`
4128     * Remove unnecessary `field_preference` and misuse of `preference` from extractors
4129 * Build improvements:
4130     * Fix hash output by [shirt](https://github.com/shirt-dev)
4131     * Lock Python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
4132     * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
4133     * Set version number based on UTC time, not local time
4134     * Publish on PyPi only if token is set
4135 * [docs] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
4138 ### 2021.02.15
4139 * Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
4140 * [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)
4141 * Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
4142 * [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
4143 * [rumble] Add support for video page
4144 * Option `--allow-unplayable-formats` to allow downloading unplayable video formats
4145 * [ExtractAudio] Don't re-encode when file is already in a common audio format
4146 * [youtube] Fix search continuations
4147 * [youtube] Fix for new accounts
4148 * Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
4149     * Fix SHA256 calculation in build and implement hash checking for updater
4150     * Exit immediately in windows once the update process starts
4151     * Fix updater for `x86.exe`
4152     * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
4153     * Change optional dependency to `pycryptodome`
4154 * Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
4155 * Fix `allow_playlist_files` not being correctly passed through
4156 * Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
4157 * Fix `get_executable_path` in UNIX
4158 * [sponskrub] Print ffmpeg output and errors to terminal
4159 * `__real_download` should be false when ffmpeg unavailable and no download
4160 * Show `exe`/`zip`/`source` and 32/64bit in verbose message
4163 ### 2021.02.09
4164 * **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
4165 * **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
4166 * [youtube] Fix comment extraction
4167 * [youtube_live_chat] Improve extraction
4168 * [youtube] Fix for channel URLs sometimes not downloading all pages
4169 * [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
4170 * Add fallback for thumbnails
4171 * [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
4172 * [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
4173 * [pyinst.py] Move back to root dir
4174 * [youtube] Simplified renderer parsing and bugfixes
4175 * [movefiles] Fix compatibility with python2
4176 * [remuxvideo] Fix validation of conditional remux
4177 * [sponskrub] Don't raise error when the video does not exist
4178 * [docs] Crypto is an optional dependency
4181 ### 2021.02.04
4182 * Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
4183 * **Date/time formatting in output template:**
4184     * 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`
4185 * **Multiple output templates:**
4186     * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
4187     * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
4188 * [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
4189 * New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
4190 * [audius] Fix extractor
4191 * [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
4192 * [postprocessor] Raise errors correctly
4193 * [metadatafromtitle] Fix bug when extracting data from numeric fields
4194 * Fix issue with overwriting files
4195 * Fix "Default format spec" appearing in quiet mode
4196 * [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
4197 * [FormatSort] fix bug where `quality` had more priority than `hasvid`
4198 * [pyinst] Automatically detect Python architecture and working directory
4199 * Strip out internal fields such as `_filename` from infojson
4202 ### 2021.01.29
4203 * **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
4204     * Add `--get-comments`
4205     * [youtube] Extract comments
4206     * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
4207     * [billibilli] Extract comments
4208     * [billibilli] Better video extraction
4209     * Write playlist data to infojson
4210     * [FFmpegMetadata] Embed infojson inside the video
4211     * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
4212     * [EmbedThumbnail] Treat mka like mkv and mov like mp4
4213     * [EmbedThumbnail] Embed in ogg/opus
4214     * [VideoRemuxer] Conditionally remux video
4215     * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
4216     * [ffmpeg] Print entire stderr in verbose when there is error
4217     * [EmbedSubtitle] Warn when embedding ass in mp4
4218     * [anvato] Use NFLTokenGenerator if possible
4219 * **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
4220     * The extracted fields can be used in `--output`
4221     * Deprecated `--metadata-from-title`
4222 * [Audius] Add extractor
4223 * [youtube] Extract playlist description and write it to `.description` file
4224 * Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
4225 * Fix wrong user config from v2021.01.24
4226 * [youtube] Report error message from youtube as error instead of warning
4227 * [FormatSort] Fix some fields not sorting from v2021.01.24
4228 * [postprocessor] Deprecate `avconv`/`avprobe`.  All current functionality is left untouched. But don't expect any new features to work with avconv
4229 * [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
4230 * [movefiles] Don't give "cant find" warning when move is unnecessary
4231 * Refactor `update-version`, `pyinst.py` and related files
4232 * [ffmpeg] Document more formats that are supported for remux/recode
4235 ### 2021.01.24
4236 * Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
4237 * Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
4238 * **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
4239     * The syntax is `-P "type:path" -P "type:path"`
4240     * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
4241     * Additionally, configuration file is taken from home directory or current directory
4242 * Allow passing different arguments to different external downloaders
4243 * [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
4244 * Warn when using old style `--external-downloader-args` and `--post-processor-args`
4245 * Fix `--no-overwrite` when using `--write-link`
4246 * [sponskrub] Output `unrecognized argument` error message correctly
4247 * [cbs] Make failure to extract title non-fatal
4248 * Fix typecasting when pre-checking archive
4249 * Fix issue with setting title on UNIX
4250 * Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
4251 * [tests] Fix test_post_hooks
4252 * [tests] Split core and download tests
4255 ### 2021.01.20
4256 * [TrovoLive] Add extractor (only VODs)
4257 * [pokemon] Add `/#/player` URLs
4258 * Improved parsing of multiple postprocessor-args, add `--ppa` as alias
4259 * [EmbedThumbnail] Simplify embedding in mkv
4260 * [sponskrub] Encode filenames correctly, better debug output and error message
4261 * [readme] Cleanup options
4264 ### 2021.01.16
4265 * Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
4266 * **Configuration files:**
4267     * Portable configuration file: `./yt-dlp.conf`
4268     * 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
4269 * Add PyPI release
4272 ### 2021.01.14
4273 * Added option `--break-on-reject`
4274 * [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
4275 * [tiktok] Fix for when share_info is empty
4276 * [EmbedThumbnail] Fix bug due to incorrect function name
4277 * [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
4278 * [docs] Change all links to correctly point to new fork URL
4279 * [docs] Fixes typos
4282 ### 2021.01.12
4283 * [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
4284 * Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
4285 * Changed fork name to `yt-dlp`
4286 * Fix typos by [FelixFrog](https://github.com/FelixFrog)
4287 * [ci] Option to skip
4288 * [changelog] Added unreleased changes in blackjack4494/yt-dlc
4291 ### 2021.01.10
4292 * [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
4293 * [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
4294 * [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
4295 * [youtube] Show if video is embeddable in info (`playable_in_embed`)
4296 * Update version badge automatically in README
4297 * Enable `test_youtube_search_matching`
4298 * Create `to_screen` and similar functions in postprocessor/common
4301 ### 2021.01.09
4302 * [youtube] Fix bug in automatic caption extraction
4303 * Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
4304 * Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
4305 * Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
4306 * Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
4307 * Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
4310 ### 2021.01.08
4311 * 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))
4312 * Moved changelog to separate file
4315 ### 2021.01.07-1
4316 * [Akamai] fix by [nixxo](https://github.com/nixxo)
4317 * [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
4318 * [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
4319 * [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
4320 * Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
4321 * Allow passing different arguments to different postprocessors using `--postprocessor-args`
4322 * Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
4323 * [CI] Split tests into core-test and full-test
4326 ### 2021.01.07
4327 * Removed priority of `av01` codec in `-S` since most devices don't support it yet
4328 * Added `duration_string` to be used in `--output`
4329 * Created First Release
4332 ### 2021.01.05-1
4333 * **Changed defaults:**
4334     * Enabled `--ignore`
4335     * Disabled `--video-multistreams` and `--audio-multistreams`
4336     * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
4337     * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
4338     * Changed `webm` to be more preferable than `flv` in format sorting
4339     * Changed default output template to `%(title)s [%(id)s].%(ext)s`
4340     * Enabled `--list-formats-as-table`
4343 ### 2021.01.05
4344 * **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
4345 * **Format Selection:** See [Format Selection](README.md#format-selection) for details
4346     * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
4347     * Changed video format sorting to show video only files and video+audio files together
4348     * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
4349     * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
4350 * 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
4351 * **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
4352 * Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
4353 * Added `--list-formats-as-table`,  `--list-formats-old`
4354 * **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
4355     * 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`
4356     * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
4357 * Relaxed validation for format filters so that any arbitrary field can be used
4358 * 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))
4359 * Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
4360 * 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
4361     * 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
4362 * Cleaned up the fork for public use
4365 **Note**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
4367 ### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
4368 * Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
4369 * Youtube improvements by [pukkandan](https://github.com/pukkandan)
4370     * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
4371     * Fix some improper Youtube URLs
4372     * Redirect channel home to /video
4373     * Print youtube's warning message
4374     * Handle Multiple pages for feeds better
4375 * [youtube] Fix ytsearch not returning results sometimes due to promoted content by [coletdjnz](https://github.com/coletdjnz)
4376 * [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
4377 * Add --break-on-existing by [gergesh](https://github.com/gergesh)
4378 * Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
4379 * [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
4380 * [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
4381 * [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
4382 * [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
4383 * [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
4384 * [ina] support mobile links by [B0pol](https://github.com/B0pol)
4385 * [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
4386 * [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
4387 * [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
4388 * [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
4389 * [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
4390 * [ITV] BTCC URL update by [WolfganP](https://github.com/WolfganP)
4391 * [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
4392 * [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
4393 * [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
4394 * [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
4395 * make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)
4398 ### Changelog of [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc) till release 2020.11.11-3
4400 **Note**: This was constructed from the merge commit messages and may not be entirely accurate
4402 * [bandcamp] fix failing test. remove subclass hack by [insaneracist](https://github.com/insaneracist)
4403 * [bandcamp] restore album downloads by [insaneracist](https://github.com/insaneracist)
4404 * [francetv] fix extractor by [Surkal](https://github.com/Surkal)
4405 * [gdcvault] fix extractor by [blackjack4494](https://github.com/blackjack4494)
4406 * [hotstar] Move to API v1 by [theincognito-inc](https://github.com/theincognito-inc)
4407 * [hrfernsehen] add extractor by [blocktrron](https://github.com/blocktrron)
4408 * [kakao] new apis by [blackjack4494](https://github.com/blackjack4494)
4409 * [la7] fix missing protocol by [nixxo](https://github.com/nixxo)
4410 * [mailru] removed escaped braces, use urljoin, added tests by [nixxo](https://github.com/nixxo)
4411 * [MTV/Nick] universal mgid extractor + fix nick.de feed by [blackjack4494](https://github.com/blackjack4494)
4412 * [mtv] Fix a missing match_id by [nixxo](https://github.com/nixxo)
4413 * [Mtv] updated extractor logic & more by [blackjack4494](https://github.com/blackjack4494)
4414 * [ndr] support Daserste ndr by [blackjack4494](https://github.com/blackjack4494)
4415 * [Netzkino] Only use video id to find metadata by [TobiX](https://github.com/TobiX)
4416 * [newgrounds] fix: video download by [insaneracist](https://github.com/insaneracist)
4417 * [nitter] Add new extractor by [B0pol](https://github.com/B0pol)
4418 * [soundcloud] Resolve audio/x-wav by [tfvlrue](https://github.com/tfvlrue)
4419 * [soundcloud] sets pattern and tests by [blackjack4494](https://github.com/blackjack4494)
4420 * [SouthparkDE/MTV] another mgid extraction (mtv_base) feed url updated by [blackjack4494](https://github.com/blackjack4494)
4421 * [StoryFire] Add new extractor by [sgstair](https://github.com/sgstair)
4422 * [twitch] by [geauxlo](https://github.com/geauxlo)
4423 * [videa] Adapt to updates by [adrianheine](https://github.com/adrianheine)
4424 * [Viki] subtitles, formats by [blackjack4494](https://github.com/blackjack4494)
4425 * [vlive] fix extractor for revamped website by [exwm](https://github.com/exwm)
4426 * [xtube] fix extractor by [insaneracist](https://github.com/insaneracist)
4427 * [youtube] Convert subs when download is skipped by [blackjack4494](https://github.com/blackjack4494)
4428 * [youtube] Fix age gate detection by [random-nick](https://github.com/random-nick)
4429 * [youtube] fix yt-only playback when age restricted/gated - requires cookies by [blackjack4494](https://github.com/blackjack4494)
4430 * [youtube] fix: extract artist metadata from ytInitialData by [insaneracist](https://github.com/insaneracist)
4431 * [youtube] fix: extract mix playlist ids from ytInitialData by [insaneracist](https://github.com/insaneracist)
4432 * [youtube] fix: mix playlist title by [insaneracist](https://github.com/insaneracist)
4433 * [youtube] fix: Youtube Music playlists by [insaneracist](https://github.com/insaneracist)
4434 * [Youtube] Fixed problem with new youtube player by [peet1993](https://github.com/peet1993)
4435 * [zoom] Fix url parsing for url's containing /share/ and dots by [Romern](https://github.com/Romern)
4436 * [zoom] new extractor by [insaneracist](https://github.com/insaneracist)
4437 * abc by [adrianheine](https://github.com/adrianheine)
4438 * Added Comcast_SSO fix by [merval](https://github.com/merval)
4439 * Added DRM logic to brightcove by [merval](https://github.com/merval)
4440 * Added regex for ABC.com site. by [kucksdorfs](https://github.com/kucksdorfs)
4441 * alura by [hugohaa](https://github.com/hugohaa)
4442 * Arbitrary merges by [fstirlitz](https://github.com/fstirlitz)
4443 * ard.py_add_playlist_support by [martin54](https://github.com/martin54)
4444 * Bugfix/youtube/chapters fix extractor by [gschizas](https://github.com/gschizas)
4445 * bugfix_youtube_like_extraction by [RedpointsBots](https://github.com/RedpointsBots)
4446 * Create build workflow by [blackjack4494](https://github.com/blackjack4494)
4447 * deezer by [LucBerge](https://github.com/LucBerge)
4448 * Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
4449 * Don't install tests by [l29ah](https://github.com/l29ah)
4450 * Don't try to embed/convert json subtitles generated by [youtube](https://github.com/youtube) livechat by [pukkandan](https://github.com/pukkandan)
4451 * Doodstream by [sxvghd](https://github.com/sxvghd)
4452 * duboku by [lkho](https://github.com/lkho)
4453 * elonet by [tpikonen](https://github.com/tpikonen)
4454 * ext/remuxe-video by [Zocker1999NET](https://github.com/Zocker1999NET)
4455 * fall-back to the old way to fetch subtitles, if needed by [RobinD42](https://github.com/RobinD42)
4456 * feature_subscriber_count by [RedpointsBots](https://github.com/RedpointsBots)
4457 * Fix external downloader when there is no http_header by [pukkandan](https://github.com/pukkandan)
4458 * Fix issue triggered by [tubeup](https://github.com/tubeup) by [nsapa](https://github.com/nsapa)
4459 * Fix YoutubePlaylistsIE by [ZenulAbidin](https://github.com/ZenulAbidin)
4460 * fix-mitele' by [DjMoren](https://github.com/DjMoren)
4461 * fix/google-drive-cookie-issue by [legraphista](https://github.com/legraphista)
4462 * fix_tiktok by [mervel-mervel](https://github.com/mervel-mervel)
4463 * Fixed problem with JS player URL by [peet1993](https://github.com/peet1993)
4464 * fixYTSearch by [xarantolus](https://github.com/xarantolus)
4465 * FliegendeWurst-3sat-zdf-merger-bugfix-feature
4466 * gilou-bandcamp_update
4467 * implement ThisVid extractor by [rigstot](https://github.com/rigstot)
4468 * JensTimmerman-patch-1 by [JensTimmerman](https://github.com/JensTimmerman)
4469 * Keep download archive in memory for better performance by [jbruchon](https://github.com/jbruchon)
4470 * la7-fix by [iamleot](https://github.com/iamleot)
4471 * magenta by [adrianheine](https://github.com/adrianheine)
4472 * Merge 26564 from [adrianheine](https://github.com/adrianheine)
4473 * Merge code from [ddland](https://github.com/ddland)
4474 * Merge code from [nixxo](https://github.com/nixxo)
4475 * Merge code from [ssaqua](https://github.com/ssaqua)
4476 * Merge code from [zubearc](https://github.com/zubearc)
4477 * mkvthumbnail by [MrDoritos](https://github.com/MrDoritos)
4478 * myvideo_ge by [fonkap](https://github.com/fonkap)
4479 * naver by [SeonjaeHyeon](https://github.com/SeonjaeHyeon)
4480 * ondemandkorea by [julien-hadleyjack](https://github.com/julien-hadleyjack)
4481 * rai-update by [iamleot](https://github.com/iamleot)
4482 * RFC: youtube: Polymer UI and JSON endpoints for playlists by [wlritchi](https://github.com/wlritchi)
4483 * rutv by [adrianheine](https://github.com/adrianheine)
4484 * Sc extractor web auth by [blackjack4494](https://github.com/blackjack4494)
4485 * Switch from binary search tree to Python sets by [jbruchon](https://github.com/jbruchon)
4486 * tiktok by [skyme5](https://github.com/skyme5)
4487 * tvnow by [TinyToweringTree](https://github.com/TinyToweringTree)
4488 * twitch-fix by [lel-amri](https://github.com/lel-amri)
4489 * Twitter shortener by [blackjack4494](https://github.com/blackjack4494)
4490 * Update README.md by [JensTimmerman](https://github.com/JensTimmerman)
4491 * Update to reflect website changes. by [amigatomte](https://github.com/amigatomte)
4492 * use webarchive to fix a dead link in README by [B0pol](https://github.com/B0pol)
4493 * Viki the second by [blackjack4494](https://github.com/blackjack4494)
4494 * wdr-subtitles by [mrtnmtth](https://github.com/mrtnmtth)
4495 * Webpfix by [alexmerkel](https://github.com/alexmerkel)
4496 * Youtube live chat by [siikamiika](https://github.com/siikamiika)