Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-14 | [streamcz] cherry-pick from yt-dlp | Petr Vaněk | |
Cherry-picked-from: 7d449fff5346 ("[streamcz] Fix extractor (#1616)") | |||
2022-02-11 | [extractor/videa] Back-port from yt-dlp PRs 463+1028 | dirkf | |
Authored by: nyuszika7h | |||
2022-02-11 | [extractor/videa] fix extraction in Py2 | kikuyan | |
Fixes #30416 | |||
2022-02-09 | [BBC] Also allow PID with leading 'l' (live?) | dirkf | |
2022-02-09 | [Nuvid] Use site JSON for video details (#29332) | dirkf | |
Back-port yt-dlp PR 1022 onto PR #17890 and update Video details aren't in the original HTML now but populated by async JS Co-authored by: u-spec-png Co-authored by: vidaritos | |||
2022-02-07 | [ARD] Back-port subtitle extraction from yt-dlp PR 2409 | dirkf | |
Authored by: fstirlitz Fixes #30543 Closes #17766 (thanks ngdio) | |||
2022-02-05 | Remove redundant assigning `format_id` | Seonghyeon Cho | |
2022-02-05 | Add ArteTVCategoryIE to support category playlists | df | |
2022-02-05 | Updated Album URL regex | Abdullah Ibn Fulan | |
Mistakenly forgot to edit a line in last commit. Co-authored-by: dirkf <[email protected]> | |||
2022-02-05 | [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bug | Abdullah Ibn Fulan | |
Co-authored-by: dirkf <[email protected]> | |||
2022-02-05 | Support __INITIAL_DATA__ with stringified JSON | dirkf | |
Add test and fix test for bbcthreeConfig | |||
2022-02-05 | Try for timestamp, description from window.__INITIAL_DATA__ pages | df | |
2022-02-05 | [niconico] Implement heartbeat for download | dirkf | |
2022-02-05 | [niconico] Back-port extractor from yt-dlp | dirkf | |
Add Nico search extractors, fix extraction | |||
2022-02-05 | [test:download] Only extract enough videos for playlist_mincount | dirkf | |
2022-02-05 | [applepodcasts] Extract default thumbnail image | dirkf | |
2022-02-05 | [applepodcasts] Improve format extraction | dirkf | |
Set acodec and vcodec, etc, to avoid breaking, eg, bestaudio | |||
2022-02-05 | [applepodcasts] Support new AMP-ish page structure | dirkf | |
2022-02-05 | xvideos: Fix for #30271 | Chris Rose | |
2022-02-05 | Fix tests for working IEs; disable obsolete WDRMobile | dirkf | |
2022-02-05 | Fix WDRMaus; extend URL matching for other Maus pages; improve ID extraction | dirkf | |
2022-02-05 | Update URPlayIE extractor for Next.js page format, with subtitles | dirkf | |
2022-02-05 | Support more deeply nested ptmd_path with test, update tests | dirkf | |
2022-02-05 | Additional tweaks: allow any .ndr.de, simplify quote match | dirkf | |
2022-02-05 | Fix NDR, NJoy tests | dirkf | |
2022-02-05 | NJoy: improve extraction of NDR id, description, etc with current page formats | dirkf | |
2022-02-05 | NDR: improve extraction of NDR id, description, etc with current page formats | dirkf | |
2022-02-05 | Support Tele5 pages with Discovery Networks format instead of JWPlatform | dirkf | |
2022-02-04 | Back-port yt-dlp Viki extractor | dirkf | |
From https://github.com/yt-dlp/yt-dlp/pull/2540 | |||
2022-02-04 | Return the item itself if playlist has one entry | dirkf | |
Removes playlist spam from log | |||
2022-02-04 | Find TV2DK Kaltura ID in Nuxt.js page format | dirkf | |
2022-02-04 | [youtube:search] Add tests | pukkandan | |
2022-02-04 | Rework 2c2c2bd with an actual Mix page and realistic playlist size | dirkf | |
From https://github.com/ytdl-org/youtube-dl/commit/2c2c2bd348b7dce0aad55a6fc37a18c6f9a000e3#commitcomment-65953545 | |||
2022-02-04 | Merge branch 'pukkandan-yt-searchurl' into yt-dl-master | dirkf | |
Closes #27749 | |||
2022-02-03 | [youtube] Support channel search | pukkandan | |
Code from https://github.com/yt-dlp/yt-dlp/commit/cd684175adbe663bbdf6a6c72d8b99b617b6ff2e | |||
2022-02-02 | Avoid crashing if n-sig decode fails | dirkf | |
2022-02-01 | Support Youtube Shorts URL format | dirkf | |
2022-02-01 | [YouTube] Fix n-sig for player e06dea74 (#30582) | dirkf | |
From yt-dl commit 48416bc | |||
2022-01-31 | Implement n-param descrambling using JSInterp | df | |
Fixes #29326, closes #29790, closes #30004, closes #30024, closes #30052, closes #30088, closes #30097, closes #30102, closes #30109, closes #30119, closes #30125, closes #30128, closes #30162, closes #30173, closes #30186, closes #30192, closes #30221, closes #30239, closes #30539, closes #30552. | |||
2022-01-30 | Refactor JSInterpreter._separate | dirkf | |
yt-dlp/yt-dlp/@06dfe0a, improve _MATCHING_PARENS | |||
2022-01-30 | Back-port test_youtube_signature.py from yt-dlp and fix JSInterp accordingly | dirkf | |
2022-01-30 | Fix splice to handle float | dirkf | |
Needed for new youtube js player f1ca6900 Add https://github.com/yt-dlp/yt-dlp/commit/57dbe8077f8d00e0fffac53669f40cd7d584474f#diff-729b57caa8d006426f6a8960c061f519a8b6658682284015e069745af52ffb07 | |||
2022-01-30 | Handle default in switch better | df | |
Add https://github.com/yt-dlp/yt-dlp/commit/a1fc7ca0743c8df06416e68ee74b64e07dfe7135 Thanks coletdjnz | |||
2022-01-30 | Back-port JS interpreter upgrade from yt-dlp PR #1437 | df | |
2022-01-30 | Add compat_map/filter and use the former | df | |
2022-01-29 | Fix test_youtube_flat_playlist_extraction | df | |
2022-01-29 | Remove obsolete non-working test_youtube_toptracks | df | |
2022-01-29 | Fix test_youtube_mix | df | |
2022-01-29 | Remove obsolete test_youtube_course | df | |
2022-01-29 | Fix test_youtube_playlist_noplaylist | df | |