Commit Graph

23418 Commits (45c8abd47143b44326a6cc53fe25b14a7e5b7f84)
 

Author SHA1 Message Date
Nikolay Fedorov 45c8abd471
Merge branch 'yt-dlp:master' into master 4 weeks ago
github-actions[bot] b7de89c910 Release 2025.08.11
Created by: bashonly

:ci skip all
1 month ago
sepro 5e4ceb35cf
[cleanup] Misc (#13852)
Closes #13815
Authored by: seproDev, injust, bashonly

Co-authored-by: Justin Su <injustsu@gmail.com>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
1 month ago
bashonly e98695549e
[rh:curl_cffi] Support `curl_cffi` 0.11.x, 0.12.x, 0.13.x (#13989)
Authored by: bashonly
1 month ago
bashonly bf366517ef
[ie/youtube] Update player params (#13979)
Closes #13930
Authored by: bashonly
1 month ago
bashonly c76ce28e06
Deprecate `linux_armv7l_exe` support (#13978)
Ref: https://github.com/yt-dlp/yt-dlp/issues/13976

Authored by: bashonly
1 month ago
Simon Sawicki e8d49b1c7f
[ie/motherless] Fix extractor (#13960)
Authored by: Grub4K
1 month ago
Sojiroh a6df5e8a58
[ie/YandexDisk] Support 360 URLs (#13935)
Closes #13887
Authored by: Sojiroh
1 month ago
bashonly e8d2807296
[ie/digitalconcerthall] Fix formats extraction (#13948)
Closes #13925
Authored by: bashonly
1 month ago
Nikolay Fedorov de283383a8
Using regular expressions as values for thumbnails in _TESTS 1 month ago
bashonly fe53ebe5b6
[fd/dash] Re-extract if using --load-info-json with --live-from-start (#13922)
Closes #13906
Authored by: bashonly
1 month ago
Nikolay Fedorov 89eac10fa8
Use traverse_obj for get json info data 1 month ago
sepro 662af5bb83
Warn when yt-dlp is severely outdated (#13937)
Authored by: seproDev
1 month ago
bashonly 8175f3738f
[rh:requests] Bump minimum required version of urllib3 to 2.0.2 (#13939)
- urllib3 1.26.x gives unexpected results with partial reads: https://github.com/urllib3/urllib3/issues/2128
- urllib3 2.0.0 and 2.0.1 were yanked from PyPI: https://github.com/urllib3/urllib3/issues/3009

Closes #13927
Authored by: bashonly
1 month ago
sepro 1e0c77ddcc
[pp/XAttrMetadata] Don't write "Where from" on Windows (#13944)
Fix 3e918d825d

Closes #13942
Authored by: seproDev
1 month ago
sepro e651a53a2f
Revert f799a4b472 1 month ago
sepro f799a4b472
[ie/youtube] Update `tv` client config (#13934)
Closes #13930
Authored by: seproDev
1 month ago
Nikolay Fedorov 4f21363359
Fix double quotes 1 month ago
Nikolay Fedorov b73250f275
Prevent '"NoneType" object has no attribute "get"' exception and and missing dict keys. 1 month ago
coletdjnz 38c2bf4026
[ie/youtube] Add player params to mweb client (#13914)
Authored by: coletdjnz
1 month ago
Nikolay Fedorov bfdfb57fd6
Added key 'duration' = None to info_dict in TESTS of live streams. 1 month ago
Iuri Campos 6ff135c319
[ie/shiey] Add extractor (#13354)
Closes #12129
Authored by: iribeirocampos
1 month ago
Nikolay Fedorov ee1be9ca52
Fix trailing comma 1 month ago
Nikolay Fedorov 2a384a14b0
Added int_or_none() from utils for 'duration' 1 month ago
JChris246 cd31c319e3
[ie/fc2] Fix old video support (#12633)
Closes #11778
Authored by: JChris246, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
1 month ago
u-spec-png 6539ee1947
[ie/N1Info:article] Fix extractor (#13865)
Authored by: u-spec-png
1 month ago
CasperMcFadden95 43dedbe639
[ie/RoyaLive] Support `en` URLs (#13908)
Authored by: CasperMcFadden95
1 month ago
doe1080 05e553e9d1
[ie/niconico] Fix error handling & improve metadata extraction (#13240)
Closes #13338
Authored by: doe1080
1 month ago
Nikolay Fedorov c01b70eef8
Fix 'COM819 Trailing comma prohibited' and 'COM812 Trailing comma missing' 1 month ago
Nikolay Fedorov 292616f6b6
Added extra keys 'is_live', 'duration', 'subtitles' to info_dicts in _TESTS 1 month ago
Nikolay Fedorov 6d01405d9f
Some code optimizations and add 'duration' key to output dict 1 month ago
Nikolay Fedorov 72003004bf
Fix double quotes 1 month ago
Nikolay Fedorov 691784cb72
Added "is_live" status 1 month ago
doe1080 1c6068af99
[cleanup] Move embed tests to dedicated extractors (#13782)
Authored by: doe1080
1 month ago
Nikolay Fedorov 6dd3fb8548
Fix autopep8 empty line end error 1 month ago
Nikolay Fedorov fd8503cb53
Fix double quotes 1 month ago
Nikolay Fedorov a8c799a13c
Added check that json download status code is 200. 1 month ago
Nikolay Fedorov 4df15c0f74
Fixed 'W293 Blank line contains whitespace' 1 month ago
Nikolay Fedorov 2b25a20695
Add empty string before return 1 month ago
Nikolay Fedorov c4e22096ad
Fixed 'COM812 Trailing comma missing' 1 month ago
Nikolay Fedorov ed04965569
Fixed the 'type' variable, which argues with the built-in python function 1 month ago
Nikolay Fedorov 70a45aa336
Double quotes fixed 1 month ago
Nikolay Fedorov 9ca66dec4d
Fix imports section 1 month ago
Nikolay Fedorov 60b582751d
Update and fix smotrim.ru extractor (see description)
- Added support for links with 'channel' type
- Extract json info from api's json dictionary
- Added thumbnail url
- Fixed outdated broken links in _TESTS
- Get many video formats from m3u8 playlist
1 month ago
garret1317 71f30921a2
[ie/tbsjp] Fix extractor (#13485)
Closes #13484
Authored by: garret1317
1 month ago
Abdulmohsen 121647705a
[ie/TVer] Support --ignore-no-formats-error when geo-blocked (#13598)
Authored by: arabcoders
1 month ago
bashonly 70d7687487
[ie/TVer] Extract Streaks API info (#13885)
Closes #13874
Authored by: bashonly
1 month ago
bashonly 42ca3d601e
[ie/archive.org] Fix metadata extraction (#13880)
Closes #13881
Authored by: bashonly
1 month ago
bashonly 62e2a9c0d5
[ci] Bump supported PyPy version to 3.11 (#13877)
Ref: https://pypy.org/posts/2025/07/pypy-v7320-release.html

Authored by: bashonly
1 month ago
bashonly 28b68f6875
[cookies] Load cookies with float `expires` timestamps (#13873)
Authored by: bashonly
1 month ago