aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS3
-rw-r--r--Changelog.md35
-rw-r--r--README.md4
-rw-r--r--supportedsites.md5
-rw-r--r--yt_dlp/version.py6
5 files changed, 44 insertions, 9 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 60e25d0ab..01c07aab9 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -650,3 +650,6 @@ DinhHuy2010
650exterrestris 650exterrestris
651harbhim 651harbhim
652LeSuisse 652LeSuisse
653DunnesH
654iancmy
655mokrueger
diff --git a/Changelog.md b/Changelog.md
index 6d3033efc..194d75e8a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,41 @@
4# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master 4# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
5--> 5-->
6 6
7### 2024.07.16
8
9#### Core changes
10- [Fix `noprogress` if `test=True` with `--quiet` and `--verbose`](https://github.com/yt-dlp/yt-dlp/commit/66ce3d76d87af3f81cc9dfec4be4704016cb1cdb) ([#10454](https://github.com/yt-dlp/yt-dlp/issues/10454)) by [Grub4K](https://github.com/Grub4K)
11- [Support `auto-tty` and `no_color-tty` for `--color`](https://github.com/yt-dlp/yt-dlp/commit/d9cbced493cae2008508d94a2db5dd98be7c01fc) ([#10453](https://github.com/yt-dlp/yt-dlp/issues/10453)) by [Grub4K](https://github.com/Grub4K)
12- **update**: [Fix network error handling](https://github.com/yt-dlp/yt-dlp/commit/ed1b9ed93dd90d2cc960c0d8eaa9d919db224203) ([#10486](https://github.com/yt-dlp/yt-dlp/issues/10486)) by [bashonly](https://github.com/bashonly)
13- **utils**: `parse_codecs`: [Fix parsing of mixed case codec strings](https://github.com/yt-dlp/yt-dlp/commit/cc0070f6496e501d77352bad475fb02d6a86846a) by [bashonly](https://github.com/bashonly)
14
15#### Extractor changes
16- **adn**: [Adjust for .com domain change](https://github.com/yt-dlp/yt-dlp/commit/959b7a379b8e5da059d110a63339c964b6265736) ([#10399](https://github.com/yt-dlp/yt-dlp/issues/10399)) by [infanf](https://github.com/infanf)
17- **afreecatv**: [Fix login and use `legacy_ssl`](https://github.com/yt-dlp/yt-dlp/commit/4cd41469243624d90b7a2009b95cbe0609343efe) ([#10440](https://github.com/yt-dlp/yt-dlp/issues/10440)) by [bashonly](https://github.com/bashonly)
18- **box**: [Support enterprise URLs](https://github.com/yt-dlp/yt-dlp/commit/705f5b84dec75cc7af97f42fd1530e8062735970) ([#10419](https://github.com/yt-dlp/yt-dlp/issues/10419)) by [seproDev](https://github.com/seproDev)
19- **digitalconcerthall**: [Extract HEVC and FLAC formats](https://github.com/yt-dlp/yt-dlp/commit/e62fa6b0e0186f8c5666c2c5ab64cf191abdafc1) ([#10470](https://github.com/yt-dlp/yt-dlp/issues/10470)) by [bashonly](https://github.com/bashonly)
20- **dplay**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/39e6c4cb44b9292e89ac0afec3cd0afc2ae8775f) ([#10471](https://github.com/yt-dlp/yt-dlp/issues/10471)) by [bashonly](https://github.com/bashonly)
21- **epidemicsound**: [Support sound effects URLs](https://github.com/yt-dlp/yt-dlp/commit/8531d2b03bac9cc746f2ee8098aaf8f115505f5b) ([#10436](https://github.com/yt-dlp/yt-dlp/issues/10436)) by [iancmy](https://github.com/iancmy)
22- **generic**: [Fix direct video link extensions](https://github.com/yt-dlp/yt-dlp/commit/b9afb99e7c34d0eb15ddc6689cd7d20eebfda68e) ([#10468](https://github.com/yt-dlp/yt-dlp/issues/10468)) by [bashonly](https://github.com/bashonly)
23- **picarto**: [Fix extractors](https://github.com/yt-dlp/yt-dlp/commit/bacd18b7df08b4995644fd12cee1f8c8e8636bc7) ([#10414](https://github.com/yt-dlp/yt-dlp/issues/10414)) by [Frankgoji](https://github.com/Frankgoji)
24- **soundcloud**: permalink, user: [Extract tracks only](https://github.com/yt-dlp/yt-dlp/commit/22870b81bad97dfa6307a7add44753b2dffc76a9) ([#10463](https://github.com/yt-dlp/yt-dlp/issues/10463)) by [DunnesH](https://github.com/DunnesH)
25- **tiktok**: live: [Fix room ID extraction](https://github.com/yt-dlp/yt-dlp/commit/d2189d3d36987ebeac426fd70a60a5fe86325a2b) ([#10408](https://github.com/yt-dlp/yt-dlp/issues/10408)) by [mokrueger](https://github.com/mokrueger)
26- **tv5monde**: [Support browser impersonation](https://github.com/yt-dlp/yt-dlp/commit/9b95a6765a5f6325af99c4aca961587f0c426e8c) ([#10417](https://github.com/yt-dlp/yt-dlp/issues/10417)) by [bashonly](https://github.com/bashonly) (With fixes in [cc1a309](https://github.com/yt-dlp/yt-dlp/commit/cc1a3098c00995c6aebc2a16bd1050a66bad64db))
27- **youtube**
28 - [Avoid poToken experiment player responses](https://github.com/yt-dlp/yt-dlp/commit/8b8b442cb005a8d85315f301615f83fb736b967a) ([#10456](https://github.com/yt-dlp/yt-dlp/issues/10456)) by [seproDev](https://github.com/seproDev) (With fixes in [16da8ef](https://github.com/yt-dlp/yt-dlp/commit/16da8ef9937ff76632dfef02e5062c5ba99c8ea2))
29 - [Invalidate nsig cache from < 2024.07.09](https://github.com/yt-dlp/yt-dlp/commit/04e17ba20a139f1b3e30ec4bafa3fba26888f0b3) ([#10401](https://github.com/yt-dlp/yt-dlp/issues/10401)) by [bashonly](https://github.com/bashonly)
30 - [Reduce android client priority](https://github.com/yt-dlp/yt-dlp/commit/b85eef0a615a01304f88a3847309c667e09a20df) ([#10467](https://github.com/yt-dlp/yt-dlp/issues/10467)) by [seproDev](https://github.com/seproDev)
31
32#### Networking changes
33- [Add `legacy_ssl` request extension](https://github.com/yt-dlp/yt-dlp/commit/150ecc45d9cacc919550c13b04fd998ac5103a6b) ([#10448](https://github.com/yt-dlp/yt-dlp/issues/10448)) by [coletdjnz](https://github.com/coletdjnz)
34- **Request Handler**: curl_cffi: [Support `curl_cffi` 0.7.X](https://github.com/yt-dlp/yt-dlp/commit/42bfca00a6b460fc053514cdd7ac6f5b5daddf0c) by [coletdjnz](https://github.com/coletdjnz)
35
36#### Misc. changes
37- **build**
38 - [Include `curl_cffi` in `yt-dlp_linux`](https://github.com/yt-dlp/yt-dlp/commit/4521f30d1479315cd5c3bf4abdad19391952df98) by [bashonly](https://github.com/bashonly)
39 - [Pin `curl-cffi` to 0.5.10 for Windows](https://github.com/yt-dlp/yt-dlp/commit/ac30941ae682f71eab010877c9a977736a61d3cf) by [bashonly](https://github.com/bashonly)
40- **cleanup**: Miscellaneous: [89a161e](https://github.com/yt-dlp/yt-dlp/commit/89a161e8c62569a662deda1c948664152efcb6b4) by [bashonly](https://github.com/bashonly)
41
7### 2024.07.09 42### 2024.07.09
8 43
9#### Core changes 44#### Core changes
diff --git a/README.md b/README.md
index 243b44344..3ed8717f0 100644
--- a/README.md
+++ b/README.md
@@ -368,7 +368,9 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
368 stderr) to apply the setting to. Can be one 368 stderr) to apply the setting to. Can be one
369 of "always", "auto" (default), "never", or 369 of "always", "auto" (default), "never", or
370 "no_color" (use non color terminal 370 "no_color" (use non color terminal
371 sequences). Can be used multiple times 371 sequences). Use "auto-tty" or "no_color-tty"
372 to decide based on terminal support only.
373 Can be used multiple times
372 --compat-options OPTS Options that can help keep compatibility 374 --compat-options OPTS Options that can help keep compatibility
373 with youtube-dl or youtube-dlc 375 with youtube-dl or youtube-dlc
374 configurations by reverting some of the 376 configurations by reverting some of the
diff --git a/supportedsites.md b/supportedsites.md
index 42543af39..c8b8fbb35 100644
--- a/supportedsites.md
+++ b/supportedsites.md
@@ -354,7 +354,6 @@
354 - **DigitallySpeaking** 354 - **DigitallySpeaking**
355 - **Digiteka** 355 - **Digiteka**
356 - **DiscogsReleasePlaylist** 356 - **DiscogsReleasePlaylist**
357 - **Discovery**
358 - **DiscoveryLife** 357 - **DiscoveryLife**
359 - **DiscoveryNetworksDe** 358 - **DiscoveryNetworksDe**
360 - **DiscoveryPlus** 359 - **DiscoveryPlus**
@@ -363,7 +362,6 @@
363 - **DiscoveryPlusItaly** 362 - **DiscoveryPlusItaly**
364 - **DiscoveryPlusItalyShow** 363 - **DiscoveryPlusItalyShow**
365 - **Disney** 364 - **Disney**
366 - **DIYNetwork**
367 - **dlf** 365 - **dlf**
368 - **dlf:corpus**: DLF Multi-feed Archives 366 - **dlf:corpus**: DLF Multi-feed Archives
369 - **dlive:stream** 367 - **dlive:stream**
@@ -516,7 +514,6 @@
516 - **GlattvisionTVLive**: [*glattvisiontv*](## "netrc machine") 514 - **GlattvisionTVLive**: [*glattvisiontv*](## "netrc machine")
517 - **GlattvisionTVRecordings**: [*glattvisiontv*](## "netrc machine") 515 - **GlattvisionTVRecordings**: [*glattvisiontv*](## "netrc machine")
518 - **Glide**: Glide mobile video messages (glide.me) 516 - **Glide**: Glide mobile video messages (glide.me)
519 - **GlobalCyclingNetworkPlus**
520 - **GlobalPlayerAudio** 517 - **GlobalPlayerAudio**
521 - **GlobalPlayerAudioEpisode** 518 - **GlobalPlayerAudioEpisode**
522 - **GlobalPlayerLive** 519 - **GlobalPlayerLive**
@@ -820,8 +817,6 @@
820 - **MotherlessGroup** 817 - **MotherlessGroup**
821 - **MotherlessUploader** 818 - **MotherlessUploader**
822 - **Motorsport**: motorsport.com (**Currently broken**) 819 - **Motorsport**: motorsport.com (**Currently broken**)
823 - **MotorTrend**
824 - **MotorTrendOnDemand**
825 - **MovieFap** 820 - **MovieFap**
826 - **Moviepilot** 821 - **Moviepilot**
827 - **MoviewPlay** 822 - **MoviewPlay**
diff --git a/yt_dlp/version.py b/yt_dlp/version.py
index 31de564c5..db5b342d1 100644
--- a/yt_dlp/version.py
+++ b/yt_dlp/version.py
@@ -1,8 +1,8 @@
1# Autogenerated by devscripts/update-version.py 1# Autogenerated by devscripts/update-version.py
2 2
3__version__ = '2024.07.09' 3__version__ = '2024.07.16'
4 4
5RELEASE_GIT_HEAD = '7ead7332af69422cee931aec3faa277288e9e212' 5RELEASE_GIT_HEAD = '89a161e8c62569a662deda1c948664152efcb6b4'
6 6
7VARIANT = None 7VARIANT = None
8 8
@@ -12,4 +12,4 @@ CHANNEL = 'stable'
12 12
13ORIGIN = 'yt-dlp/yt-dlp' 13ORIGIN = 'yt-dlp/yt-dlp'
14 14
15_pkg_version = '2024.07.09' 15_pkg_version = '2024.07.16'