aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-18[ie/manyvids] Fix extractor (#10907)pj47x
Closes #8268 Authored by: pj47x
2025-04-18[ie/CDAFolder] Extend `_VALID_URL` (#12919)Michał Walenciak
Closes #12918 Authored by: Kicer86, fireattack Co-authored-by: fireattack <human.peng@gmail.com>
2025-04-18[networking] Add PATCH request shortcut (#12884)doe1080
Authored by: doe1080
2025-04-18[ie/youtube] Add extractor arg to skip "initial_data" request (#12865)leeblackc
Closes https://github.com/yt-dlp/yt-dlp/issues/12826 Authored by: leeblackc
2025-04-18[ie/youtube] Add warning on video captcha challenge (#12939)coletdjnz
Authored by: coletdjnz
2025-04-18[ie/youtube:tab] Extract continuation from empty page (#12938)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/12933 https://github.com/yt-dlp/yt-dlp/issues/8206 Authored by: coletdjnz
2025-04-06[ie/LRTRadio] Add extractor (#12801)Subrat Lima
Closes #12745 Authored by: subrat-lima
2025-04-06[ie/niconico:live] Fix extractor (#12809)Snack
Closes #12365 Authored by: Snack-X
2025-04-06[ie/kika] Add playlist extractor (#12832)Frank Aurich
Closes #3658 Authored by: 1100101
2025-04-06[ie/ivoox] Add extractor (#12768)J.Luis
Authored by: NeonMan, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2025-04-06[utils] `url_or_none`: Support WebSocket URLs (#12848)doe1080
Authored by: doe1080
2025-04-06[utils] `_yield_json_ld`: Make function less fatal (#12855)sepro
Authored by: seproDev
2025-04-06[ie/mixcloud] Refactor extractor (#12830)WouterGordts
Authored by: WouterGordts, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2025-04-06[ie/dzen.ru] Rework extractors (#12852)sepro
Closes #5523, Closes #10818, Closes #11385, Closes #11470 Authored by: seproDev
2025-04-06[ie/TokFMPodcast] Fix formats extraction (#12842)LN Liberda
Authored by: selfisekai
2025-04-05[ie/parti] Add extractors (#12769)Ben Faerber
Closes #11434 Authored by: benfaerber
2025-04-05[ie/rumble] Improve format extraction (#12838)sepro
Closes #12837 Authored by: seproDev
2025-04-05[ie/CrowdBunker] Make format extraction non-fatal (#12836)sepro
Authored by: seproDev
2025-04-03[ie/RoyaLive] Add extractor (#12817)CasperMcFadden95
Authored by: CasperMcFadden95
2025-04-03[ie/vk] Fix chapters extraction (#12821)sepro
Fix 05c8023a27dd37c49163c0498bf98e3e3c1cb4b9 Authored by: seproDev
2025-03-31Release 2025.03.312025.03.31github-actions[bot]
Created by: bashonly :ci skip all
2025-03-31[cleanup] Misc (#12802)bashonly
Authored by: bashonly
2025-03-31[ie/twitch:clips] Extract portrait formats (#12763)DmitryScaletta
Authored by: DmitryScaletta
2025-03-31[ie/youtube] Add `player_js_variant` extractor-arg (#12767)bashonly
- Always distinguish between different JS variants' code/functions - Change naming scheme for nsig and sigfuncs in disk cache Authored by: bashonly
2025-03-31[ie/on24] Support `mainEvent` URLs (#12800)bashonly
Closes #12782 Authored by: bashonly
2025-03-31[ie/MicrosoftLearnEpisode] Extract more formats (#12799)bashonly
Closes #12798 Authored by: bashonly
2025-03-31[ie/francaisfacile] Add extractor (#12787)Muhammad Labeeb
Authored by: mlabeeb03
2025-03-31[ie/stvr] Rename extractor from RTVS to STVR (#12788)Miroslav Bendík
Authored by: mireq
2025-03-30[ie/mlbtv] Fix radio-only extraction (#12792)bashonly
Authored by: bashonly
2025-03-30[ie/generic] Validate response before checking m3u8 live status (#12784)bashonly
Closes #12744 Authored by: bashonly
2025-03-30[ie/sbs] Fix subtitles extraction (#12785)bashonly
Closes #12783 Authored by: bashonly
2025-03-31Add `--compat-options 2024` (#12789)sepro
Authored by: seproDev
2025-03-29[ie/youtube:tab] Fix playlist continuation extraction (#12777)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/12759 Authored by: coletdjnz
2025-03-27Release 2025.03.272025.03.27github-actions[bot]
Created by: bashonly :ci skip all
2025-03-27[ie/youtube] Make signature and nsig extraction more robust (#12761)bashonly
Authored by: bashonly, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2025-03-27[jsinterp] Fix nested attributes and object extraction (#12760)bashonly
Authored by: bashonly, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2025-03-26Release 2025.03.262025.03.26github-actions[bot]
Created by: bashonly :ci skip all
2025-03-25[ie/youtube] Only cache nsig code on successful decoding (#12750)sepro
Authored by: seproDev, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-03-25[ie/youtube] Fix signature and nsig extraction for player `4fcd6e4a` (#12748)sepro
Closes #12746 Authored by: seproDev
2025-03-25Release 2025.03.252025.03.25github-actions[bot]
Created by: bashonly :ci skip all
2025-03-25[cleanup] Misc (#12694)sepro
Authored by: seproDev
2025-03-25[ie/TVer] Fix extractor (#12659)Abdulmohsen
Closes #12643, Closes #12282 Authored by: arabcoders, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-03-24[ie/streaks] Add extractor (#12679)doe1080
Authored by: doe1080
2025-03-24[ie] Fix sorting of HLS audio formats by `GROUP-ID` (#12714)bashonly
Closes #11178 Authored by: bashonly
2025-03-24[ie/17live:vod] Add extractor (#12723)Subrat Lima
Closes #12570 Authored by: subrat-lima
2025-03-24[ie/generic] Fix MPD base URL parsing (#12718)fireattack
Closes #12709 Authored by: fireattack
2025-03-24[utils] `js_to_json`: Make function less fatal (#12715)sepro
Authored by: seproDev
2025-03-24[ie/vrsquare] Add extractors (#12515)doe1080
Authored by: doe1080
2025-03-24[ie/youtube] Fix PhantomJS nsig fallback (#12728)bashonly
Also fixes the NSigDeno plugin Closes #12724 Authored by: bashonly
2025-03-24[ie/youtube] Fix signature and nsig extraction for player `363db69b` (#12725)bashonly
Closes #12724 Authored by: bashonly