Releases: kclauhk/yt-dlp
Releases · kclauhk/yt-dlp
2024.11.12.031143
A description of the various files is in the README
Changelog
Core changes
Extractor changes
- adobepass: Fix provider requests (#11472) by bashonly
- bluey: Add extractor by kclauhk
- chaturbate: Support alternate domains (#10595) by manavchaudhary1
- cloudflarestream: Avoid extraction via videodelivery.net (#11478) by hugovdev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- gamedevtv: Add extractor (#11368) by bashonly, stratus-ss
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- goplay: Fix extractor (#11466) by bashonly, SamDecrock
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- mediasite: Fix extractor by kclauhk
- meritplus: Add extractor by kclauhk
- mixchmovie: Add extractor (#10897) by Sakura286
- piramidetv: Add extractor by kclauhk
- rutube: Rework extractors (#11480) by seproDev
- spreaker
- tiktok: Fix web format resolution calculation by kclauhk
- vmware: Add extractor by kclauhk
Misc. changes
2024.11.10.035130
A description of the various files is in the README
Changelog
Core changes
Extractor changes
- adobepass: Fix provider requests (#11472) by bashonly
- bluey: Add extractor by kclauhk
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- gamedevtv: Add extractor (#11368) by bashonly, stratus-ss
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- mediasite: Fix extractor by kclauhk
- meritplus: Add extractor by kclauhk
- piramidetv: Add extractor by kclauhk
- tiktok: Fix web format resolution calculation by kclauhk
- vmware: Add extractor by kclauhk
Misc. changes
2024.11.07.014201
A description of the various files is in the README
Changelog
Extractor changes
- adobepass: Fix provider requests (#11472) by bashonly
- bluey: Add extractor by kclauhk
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- gamedevtv: Add extractor (#11368) by bashonly, stratus-ss
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- mediasite: Fix extractor by kclauhk
- meritplus: Add extractor by kclauhk
- piramidetv: Add extractor by kclauhk
- tiktok: Fix web format resolution calculation by kclauhk
- vmware: Add extractor by kclauhk
2024.11.04.025124
A description of the various files is in the README
Changelog
Extractor changes
- bluey: Add extractor by kclauhk
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- mediasite: Fix extractor by kclauhk
- meritplus: Add extractor by kclauhk
- piramidetv: Add extractor by kclauhk
- tiktok: Fix web format resolution calculation by kclauhk
- vmware: Add extractor by kclauhk
2024.11.03.063258
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 - bluey: Add extractor by kclauhk
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- mediasite: Fix extractor by kclauhk
- meritplus: Add extractor by kclauhk
- niconicouser: Fix extractor (#11324) by Wesley107772
- piramidetv: Add extractor by kclauhk
- soundcloud: Extract artists (#11377) by seproDev
- tiktok: Fix web format resolution calculation by kclauhk
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- vmware: Add extractor by kclauhk
- 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
2024.11.01.025734
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 - bluey: Add extractor by kclauhk
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- mediasite: Fix extractor by kclauhk
- meritplus: Add extractor by kclauhk
- niconicouser: Fix extractor (#11324) by Wesley107772
- piramidetv: Add extractor by kclauhk
- soundcloud: Extract artists (#11377) by seproDev
- tiktok: Fix web format resolution calculation by kclauhk
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- vmware: Add extractor by kclauhk
- 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
2024.10.31.043031
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 - bluey: Add extractor by kclauhk
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- meritplus: Add extractor by kclauhk
- niconicouser: Fix extractor (#11324) by Wesley107772
- piramidetv: Add extractor by kclauhk
- soundcloud: Extract artists (#11377) by seproDev
- tiktok: Fix web format resolution calculation by kclauhk
- twitter: Remove cookies migration workaround (#11392) by bashonly
- vimeo: Fix API retries (#11351) by bashonly
- vmware: Add extractor by kclauhk
- 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
2024.10.30.013517
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 - bluey: Add extractor by kclauhk
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- meritplus: Add extractor by kclauhk
- niconicouser: Fix extractor (#11324) by Wesley107772
- piramidetv: Add extractor by kclauhk
- soundcloud: Extract artists (#11377) by seproDev
- tiktok: Fix web format resolution calculation by kclauhk
- vimeo: Fix API retries (#11351) by bashonly
- vmware: Add extractor by kclauhk
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
2024.10.29.012504
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 - bluey: Add extractor by kclauhk
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- meritplus: Add extractor by kclauhk
- niconicouser: Fix extractor (#11324) by Wesley107772
- piramidetv: Add extractor by kclauhk
- soundcloud: Extract artists (#11377) by seproDev
- tiktok: Fix web format resolution calculation by kclauhk
- vimeo: Fix API retries (#11351) by bashonly
- vmware: Add extractor by kclauhk
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K
2024.10.28.034931
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 - bluey: Add extractor by kclauhk
- ccma: Support new 3cat.cat domain (#11222) by JoseAngelB
- cnn: Fix extractor (#10185) by kylegustavo, seproDev
- extrememusic: Add extractor by kclauhk
- facebook: Experimental by kclauhk
- generic: Do not impersonate by default (#11336) by bashonly
- gimy: Add extractor by kclauhk
- giphy: Add extractor by kclauhk
- idoltv: Add extractor by kclauhk
- kidoodletv: Add extractor by kclauhk
- meritplus: Add extractor by kclauhk
- niconicouser: Fix extractor (#11324) by Wesley107772
- piramidetv: Add extractor by kclauhk
- tiktok: Fix web format resolution calculation by kclauhk
- vimeo: Fix API retries (#11351) by bashonly
- vmware: Add extractor by kclauhk
Misc. changes
- build
- cleanup
- devscripts:
make_changelog
: Parse full commit message for fixes (#11366) by bashonly, Grub4K