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