Releases: yt-dlp/yt-dlp-nightly-builds
Releases · yt-dlp/yt-dlp-nightly-builds
yt-dlp nightly 2024.11.04.232933
Generated from: yt-dlp/yt-dlp@282e19d
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Allow thumbnails with
.jpe
extension (#11408) by bashonly - Expand paths in
--plugin-dirs
(#11334) by bashonly - Fix
--netrc
empty string parsing for Python <=3.10 (#11414) by bashonly, Grub4K - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Prioritize AV1 (#11153) by seproDev
- Remove Python 3.8 support (#11321) by bashonly
- aes: Fix GCM pad length calculation (#11438) by seproDev
- cookies: Support chrome table version 24 (#11425) by kesor, seproDev
- utils
- Allow partial application for more functions (#11391) by bashonly, Grub4K (With fixes in 422195e by Grub4K)
- Fix
find_element
by class (#11402) by bashonly - Fix and improve
find_element
andfind_elements
(#11443) by bashonly, Grub4K
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ardmediathek: Extract chapters (#11442) by iw0nderhow
- bfmtv: Fix extractors (#11444) by seproDev
- bluesky: Add extractor (#11055) by MellowKyler, seproDev
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- chzzk: video: Fix extraction (#11228) by hui1601
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- dailymotion
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- nfl: Fix extractors (#11409) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- tumblr: Support more URLs (#6057) by selfisekai, seproDev
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- yle_areena: Support live events (#11358) by bashonly, CounterPillow
- youtube: Adjust OAuth refresh token handling (#11414) by bashonly
Misc. changes
- build
- cleanup
- Miscellaneous
- [ea9e35d](yt-dlp/yt-dlp@ea9e35d...
- Miscellaneous
yt-dlp nightly 2024.11.03.232912
Generated from: yt-dlp/yt-dlp@d135823
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Allow thumbnails with
.jpe
extension (#11408) by bashonly - Expand paths in
--plugin-dirs
(#11334) by bashonly - Fix
--netrc
empty string parsing for Python <=3.10 (#11414) by bashonly, Grub4K - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Prioritize AV1 (#11153) by seproDev
- Remove Python 3.8 support (#11321) by bashonly
- aes: Fix GCM pad length calculation (#11438) by seproDev
- utils
- Allow partial application for more functions (#11391) by bashonly, Grub4K (With fixes in 422195e by Grub4K)
- Fix
find_element
by class (#11402) by bashonly - Fix and improve
find_element
andfind_elements
(#11443) by bashonly, Grub4K
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ardmediathek: Extract chapters (#11442) by iw0nderhow
- bfmtv: Fix extractors (#11444) by seproDev
- bluesky: Add extractor (#11055) by MellowKyler, seproDev
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- chzzk: video: Fix extraction (#11228) by hui1601
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- dailymotion
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- yle_areena: Support live events (#11358) by bashonly, CounterPillow
- youtube: Adjust OAuth refresh token handling (#11414) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.11.02.232942
Generated from: yt-dlp/yt-dlp@422195e
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Allow thumbnails with
.jpe
extension (#11408) by bashonly - Expand paths in
--plugin-dirs
(#11334) by bashonly - Fix
--netrc
empty string parsing for Python <=3.10 (#11414) by bashonly, Grub4K - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
- utils
- Allow partial application for more functions (#11391) by bashonly, Grub4K (With fixes in 422195e by Grub4K)
- Fix
find_element
by class (#11402) by bashonly
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- yle_areena: Support live events (#11358) by bashonly, CounterPillow
- youtube: Adjust OAuth refresh token handling (#11414) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.10.31.232951
Generated from: yt-dlp/yt-dlp@a6783a3
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Allow thumbnails with
.jpe
extension (#11408) by bashonly - Expand paths in
--plugin-dirs
(#11334) by bashonly - Fix
--netrc
empty string parsing for Python <=3.10 (#11414) by bashonly, Grub4K - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
- utils
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- yle_areena: Support live events (#11358) by bashonly, CounterPillow
- youtube: Adjust OAuth refresh token handling (#11414) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.10.30.232923
Generated from: yt-dlp/yt-dlp@b6dc2c4
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Allow thumbnails with
.jpe
extension (#11408) by bashonly - Expand paths in
--plugin-dirs
(#11334) by bashonly - Fix
--netrc
empty string parsing for Python <=3.10 (#11414) by bashonly, Grub4K - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
- utils
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- youtube: Adjust OAuth refresh token handling (#11414) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.10.29.232854
Generated from: yt-dlp/yt-dlp@5bc5fb2
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Allow thumbnails with
.jpe
extension (#11408) by bashonly - Expand paths in
--plugin-dirs
(#11334) by bashonly - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
- utils: Fix
find_element
by class (#11402) by bashonly
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- vimeo: Fix API retries (#11351) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.10.28.232846
Generated from: yt-dlp/yt-dlp@f101e5d
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Expand paths in
--plugin-dirs
(#11334) by bashonly - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- soundcloud: Extract artists (#11377) by seproDev
- vimeo: Fix API retries (#11351) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.10.27.232921
Generated from: yt-dlp/yt-dlp@3303353
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Expand paths in
--plugin-dirs
(#11334) by bashonly - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- vimeo: Fix API retries (#11351) by bashonly
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
yt-dlp nightly 2024.10.26.232826
Generated from: yt-dlp/yt-dlp@5c880ef
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Expand paths in
--plugin-dirs
(fix 0f593dca9fa995d88eb763170a932da61c8f24dc) (#11334) by bashonly - Populate format sorting fields before dependent fields (#11353) by Grub4K
- Remove Python 3.8 support (#11321) by bashonly
Extractor changes
- Resolve
language
to ISO639-2 for ISM formats (#11359) by bashonly - cnn: Fix extractor (#10185) by kylegustavo, seproDev
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (fix edfd095b1917701c5046bd51f9542897c17d41a7) (#11336) by bashonly
- niconicouser: Fix extractor (#11324) by Wesley107772
- vimeo: Fix API retries (fix c1c9bb4adb42d0d93a2fb5d93a7de0a87b6ba884) (#11351) by bashonly
Misc. changes
yt-dlp nightly 2024.10.25.232902
Generated from: yt-dlp/yt-dlp@57212a5
A description of the various files is in the README
Important changes
- Beginning with this release, yt-dlp's Python dependencies must be installed using the
default
group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specifyyt-dlp[default]
if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more - The minimum required Python version has been raised to 3.9
Python 3.8 reached its end-of-life on 2024.10.07, and yt-dlp has now removed support for it. As an unfortunate side effect, the officialyt-dlp.exe
andyt-dlp_x86.exe
binaries are no longer supported on Windows 7. Read more
Changelog
Core changes
- Expand paths in
--plugin-dirs
(fix 0f593dca9fa995d88eb763170a932da61c8f24dc) (#11334) by bashonly - Remove Python 3.8 support (#11321) by bashonly
Extractor changes
- facebook: Fix formats extraction (#11343) by kclauhk
- generic: Do not impersonate by default (fix edfd095b1917701c5046bd51f9542897c17d41a7) (#11336) by bashonly
- vimeo: Fix API retries (fix c1c9bb4adb42d0d93a2fb5d93a7de0a87b6ba884) (#11351) by bashonly