Commit Graph

66 Commits (master)

Author SHA1 Message Date
bashonly 8cd37b85d4
[ie/youtube] Use alternative `tv` user-agent when authenticated (#14169)
Authored by: bashonly
2 weeks ago
bashonly 5c7ad68ff1
[ie/youtube] Deprioritize `web_safari` m3u8 formats (#14168)
Authored by: bashonly
2 weeks ago
bashonly 3bd9154412
[ie/youtube] Player client maintenance (#14135)
- Prioritize `tv_simply` over `tv` in default logged-out clients
- Revert `tv` client user-agent to work around 403 errors

Authored by: bashonly
2 weeks ago
bashonly 8f4a908300
[ie/youtube] Add `tcc` player JS variant (#14134)
Authored by: bashonly
2 weeks ago
bashonly 5c8bcfdbc6
[ie/youtube] Optimize playback wait times (#14124)
Authored by: bashonly
2 weeks ago
bashonly 895e762a83
[ie/youtube] Replace `ios` with `tv_simply` in default clients (#14123)
Also:
- Add `web_safari` to default logged-in clients
- Add `web_creator` to default premium clients
- Flag `ios` HLS formats as requiring PO token

Closes #13702
Authored by: bashonly, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2 weeks ago
bashonly 39b7b8ddc7
[ie/youtube] Improve `tv` client context (#14122)
Closes #12563
Authored by: bashonly
2 weeks ago
bashonly a03c37b44e
[ie/youtube] Update `tv` client config (#14101)
Authored by: seproDev
    
Co-authored-by: sepro <sepro@sepr0.com>
3 weeks ago
bashonly f63a7e41d1
[ie/youtube] Add `playback_wait` extractor-arg
Authored by: bashonly
3 weeks ago
bashonly a97f4cb57e [ie/youtube] Handle required preroll waiting period (#14081)
Authored by: bashonly
3 weeks ago
bashonly d154dc3dcf [ie/youtube] Remove default player params (#14081)
Closes #13930
Authored by: bashonly
3 weeks ago
bashonly df0553153e
[ie/youtube] Default to `main` player JS variant (#14079)
Authored by: bashonly
3 weeks ago
bashonly 7bc53ae799
[ie/youtube] Extract title and description from initial data (#14078)
Closes #13604
Authored by: bashonly
3 weeks ago
bashonly 8a8861d538
[ie/youtube:tab] Fix playlists tab extraction (#14030)
Closes #14028
Authored by: bashonly
3 weeks ago
bashonly f2919bd28e
[ie/youtube] Add `es5` and `es6` player JS variants (#14005)
Authored by: bashonly
4 weeks ago
bashonly bf366517ef
[ie/youtube] Update player params (#13979)
Closes #13930
Authored by: bashonly
4 weeks 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
coletdjnz 38c2bf4026
[ie/youtube] Add player params to mweb client (#13914)
Authored by: coletdjnz
1 month ago
doe1080 1c6068af99
[cleanup] Move embed tests to dedicated extractors (#13782)
Authored by: doe1080
1 month ago
sepro 9951fdd0d0
[cleanup] Misc (#13595)
Closes #10853, Closes #12436, Closes #13314, Closes #13609
Authored by: seproDev, InvalidUsernameException, doe1080, hseg, bashonly, adamralph

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: InvalidUsernameException <InvalidUsernameException@users.noreply.github.com>
Co-authored-by: gesh <gesh@gesh.uni.cx>
Co-authored-by: Adam Ralph <adam@adamralph.com>
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
2 months ago
bashonly 8820101aa3
[ie/youtube] Use impersonation for downloading subtitles (#13786)
Closes #13770
Authored by: bashonly
2 months ago
coletdjnz 6e5bee418b
[ie/youtube] Ensure context params are consistent for web clients (#13701)
Authored by: coletdjnz
2 months ago
coletdjnz 5b57b72c1a
[ie/youtube] Do not require PO Token for premium accounts (#13640)
Authored by: coletdjnz
2 months ago
coletdjnz aa9f1f4d57
[ie/youtube] Log bad playability statuses of player responses (#13647)
Authored by: coletdjnz
2 months ago
bashonly c23d837b65
[ie/youtube:tab] Fix subscriptions feed extraction (#13665)
Adds support for LOCKUP_CONTENT_TYPE_VIDEO view models

Closes #13658
Authored by: bashonly
2 months ago
bashonly 0e68332bcb
[ie/youtube] Fix subtitles extraction (#13659)
Fixes regression introduced in 2ba5391cd6

Closes #13654
Authored by: bashonly
2 months ago
bashonly fca94ac5d6 [ie/youtube] Extract global nsig helper functions (#13639)
Authored by: bashonly, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
2 months ago
bashonly 2ba5391cd6
[ie/youtube] Fix premium formats extraction (#13586)
Fix ff6f94041a

Closes #13545
Authored by: bashonly
2 months ago
bashonly 8f94b76cbf
[ie/youtube] Check any `ios` m3u8 formats prior to download (#13524)
Closes #13511
Authored by: bashonly
2 months ago
bashonly ff6f94041a
[ie/youtube] Improve player context payloads (#13539)
Closes #12563
Authored by: bashonly
2 months ago
gamer191 1fd0e88b67
[ie/youtube] Add `tv_simply` player client (#13389)
Authored by: gamer191
3 months ago
gamer191 231349786e
[ie/youtube] Extract srt subtitles (#13411)
Closes #1734
Authored by: gamer191
3 months ago
Simon Sawicki 9e38b273b7
[ie/youtube] Rework nsig function name extraction (#13403)
Closes #13401

Authored by: Grub4K
3 months ago
bashonly d30a49742c
[ie/youtube] Improve signature extraction debug output (#13327)
Authored by: bashonly
3 months ago
bashonly f7bbf5a617
[ie/youtube] nsig code improvements and cleanup (#13280)
Authored by: bashonly
3 months ago
Brian b5be29fa58
[ie/youtube] Fix `--mark-watched` support (#13222)
Closes #11532
Authored by: iednod55, brian6932

Co-authored-by: iednod55 <210167282+iednod55@users.noreply.github.com>
3 months ago
bashonly 53ea743a9c
[ie/youtube] Fix automatic captions for some client combinations (#13268)
Fix 32ed5f107c

Authored by: bashonly
4 months ago
bashonly 32ed5f107c
[ie/youtube] Add PO token support for subtitles (#13234)
Closes #13075
Authored by: bashonly, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
4 months ago
Yasin Özel c7e575e316
[ie/youtube] Fix geo-restriction error handling (#13217)
Authored by: yozel
4 months ago
coletdjnz 2685654a37
[ie/youtube] Add a PO Token Provider Framework (#12840)
https://github.com/yt-dlp/yt-dlp/tree/master/yt_dlp/extractor/youtube/pot/README.md

Authored by: coletdjnz
4 months ago
bashonly ded11ebc9a
[ie/youtube] Extract `media_type` for all videos (#13136)
Authored by: bashonly
4 months ago
bashonly 0feec6dc13
[ie/youtube] Add `web_embedded` client for age-restricted videos (#13089)
Authored by: bashonly
4 months ago
Abdulmohsen 8f303afb43
[ie/youtube] Fix `--live-from-start` support for premieres (#13079)
Closes #8543
Authored by: arabcoders
4 months ago
bashonly 74fc2ae12c
[ie/youtube] Do not strictly deprioritize `missing_pot` formats (#13061)
Deprioritization was redundant; they're already hidden behind an extractor-arg

Authored by: bashonly
4 months ago
bashonly 61c9a938b3
[ie/youtube] Cache signature timestamps (#13047)
Closes #12825
Authored by: bashonly
4 months ago
bashonly fd8394bc50
[ie/youtube] Improve warning for SABR-only/SSAP player responses (#13049)
Ref: https://github.com/yt-dlp/yt-dlp/issues/12482

Authored by: bashonly
4 months ago
coletdjnz 8cb08028f5
[ie/youtube] Detect and warn when account cookies are rotated (#13014)
Related: https://github.com/yt-dlp/yt-dlp/issues/8227

Authored by: coletdjnz
4 months ago
bashonly c2d6659d10
[ie/youtube] Detect player JS variants for any locale (#13003)
Authored by: bashonly
4 months ago
coletdjnz 26feac3dd1
[ie/youtube] Add context to video request rate limit error (#12958)
Related: https://github.com/yt-dlp/yt-dlp/issues/11426

Authored by: coletdjnz
5 months ago