aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-04[ie/bilibili] Support `--no-playlist` (#9139)c-basalt
Addresses #8499 Authored by: c-basalt
2024-02-04[ie/eporner] Extract AV1 formats (#9028)Michal
Authored by: michal-repo
2024-02-03[ie/radiko] Extract more metadata (#9115)YoshichikaAAA
Authored by: YoshichikaAAA
2024-02-03[ie/CCMA] Extract 1080p DASH formats (#9130)sepro
Closes #5755 Authored by: seproDev
2024-02-02[ie/vimeo] Fix API headers (#9125)bashonly
Closes #9124 Authored by: bashonly
2024-02-02[ie/BiliBiliSearch] Set cookie to fix extraction (#9119)c-basalt
Closes #5083 Authored by: c-basalt
2024-02-02[ie/orf:on] Add extractor (#9113)HobbyistDev
Closes #8903 Authored by: HobbyistDev
2024-02-02[ie/zetland] Add extractor (#9116)HobbyistDev
Closes #9024 Authored by: HobbyistDev
2024-01-31[ie/cineverse] Detect when login required (#9081)garret
Partially addresses #9072 Authored by: garret1317
2024-01-31[ie/PrankCastPost] Add extractor (#8933)columndeeply
Authored by: columndeeply
2024-01-31[ie/nfb] Add support for onf.ca and series (#8997)rrgomes
Closes #8198 Authored by: bashonly, rrgomes Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-01-31[ie/redtube] Support redtube.com.br URLs (#9103)jazz1611
Authored by: jazz1611
2024-01-31[ie/NinaProtocol] Add extractor (#8946)Radu Manole
Closes #8709, Closes #8764 Authored by: RaduManole, seproDev Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-01-31[core] Don't select storyboard formats as fallbackbashonly
Closes #7715 Authored by: bashonly
2024-01-31[cookies] Improve error message for Windows `--cookies-from-browser chrome` ↵Simon Sawicki
issue (#9080) Authored by: Grub4K
2024-01-31[cookies] Fix `--cookies-from-browser` for `snap` Firefox (#9016)Simon Sawicki
Authored by: Grub4K
2024-01-31[core] Add `--compat-options 2023` (#9084)Simon Sawicki
Authored by: Grub4K
2024-01-29[ie/Vbox7] Fix extractor (#9100)sepro
Closes #1098, Closes #5661 Authored by: seproDev
2024-01-29[ie/facebook] Support events (#9055)kclauhk
Closes #5355 Authored by: kclauhk
2024-01-29[ie/art19] Add extractors (#9099)sepro
Authored by: seproDev
2024-01-28[ie/viewlift] Add support for chorki.com (#9095)Nur Mahmud Ul Alam Tasin
Closes #3369 Authored by: NurTasin
2024-01-28[ie/MedalTV] Fix extraction (#9098)Danish Humair
Closes #8766 Authored by: Danish-H
2024-01-28[ie/ERRJupiter] Add extractor (#8549)Elan Ruusamäe
Authored by: glensc
2024-01-28[ie/facebook] Support permalink URLs (#9061)kclauhk
Authored by: kclauhk
2024-01-28[ie/facebook] Improve thumbnail extraction (#9060)kclauhk
Authored by: kclauhk
2024-01-28[ie/facebook] Set format HTTP chunk size (#9058)kclauhk
Closes #8197 Authored by: bashonly, kclauhk
2024-01-28[ie/adn] Improve auth error handling (#9068)Christopher Schreiner
Closes #9067 Authored by: infanf
2024-01-28[ie/RumbleChannel] Fix extractor (#9092)vista-narvas
Closes #8782 Authored by: vista-narvas, Pranaxcau
2024-01-28[ie/PlaySuisse] Add login support (#9077)Christian Kündig
Closes #7974 Authored by: chkuendig
2024-01-28[ie/redtube] Fix formats extraction (#9076)jazz1611
Authored by: jazz1611
2024-01-28[ie/Gofile] Fix extraction (#9074)jazz1611
Closes #9073 Authored by: jazz1611
2024-01-28[ie/Txxx] Extract thumbnails (#9063)shmohawk
Authored by: shmohawk
2024-01-28[ie/lsm,cloudycdn] Add extractors (#8643)Caesim404
Closes #2978 Authored by: Caesim404
2024-01-23[ie/pr0gramm] Enable POL filter and provide tags without login (#9051)Simon Sawicki
Authored by: Grub4K
2024-01-22[ie/facebook:ads] Add extractor (#8870)kclauhk
Closes #8083 Authored by: kclauhk
2024-01-22[ie/Floatplane] Improve metadata extraction (#8934)chtk
Authored by: chtk
2024-01-21[ie/patreon] Fix embedded HLS extraction (#8993)John Victor
Closes #8973 Authored by: johnvictorfs
2024-01-21[ie/ard:mediathek] Support cookies to verify age (#9037)Stefan Lobbenmeier
Closes #9035 Authored by: StefanLobbenmeier
2024-01-21[ie/Rule34Video] Fix `_VALID_URL` (#9044)gmes78
Authored by: gmes78
2024-01-21[ie/Newgrounds:user] Fix extractor (#9046)u-spec-png
Closes #7308 Authored by: u-spec-png
2024-01-21[ie/motherless] Support uploader playlists (#8994)dasidiot
Authored by: dasidiot
2024-01-21[ie/mx3] Add extractors (#8736)Martin Renold
Authored by: martinxyz
2024-01-21[ie/Sejm,RedCDNLivx] Add extractors (#8676)lauren n. liberda
Authored by: selfisekai
2024-01-21[rh:requests] Apply `remove_dot_segments` to absolute redirect locationscoletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/9020 Authored by: coletdjnz
2024-01-20[webvtt] Don't parse single fragment files (#9034)sepro
Partially addresses #5804 Authored by: seproDev
2024-01-20[networking] Remove `_CompatHTTPError` (#8871)coletdjnz
Use `yt_dlp.networking.exceptions.HTTPError`. `_CompatHTTPError` was to help with transition to the networking framework. Authored by: coletdjnz
2024-01-20[test] Skip source address tests if the address cannot be bound to (#8900)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/8890 Authored by: coletdjnz
2024-01-19[ie/MLBArticle] Fix extractor (#9021)HobbyistDev
Closes #8682 Authored by: HobbyistDev
2024-01-19[ie/getcourseru] Add extractors (#8873)divStar
Authored by: divStar, seproDev Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-01-19[ie/bilibili] Add referer header and fix metadata extraction (#8832)SirElderling
Closes #6640 Authored by: SirElderling