Age | Commit message (Expand) | Author |
2022-02-11 | [extractor/videa] fix extraction in Py2 | kikuyan |
2022-02-09 | [BBC] Also allow PID with leading 'l' (live?) | dirkf |
2022-02-09 | [Nuvid] Use site JSON for video details (#29332) | dirkf |
2022-02-07 | [ARD] Back-port subtitle extraction from yt-dlp PR 2409 | dirkf |
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 |
2022-02-05 | [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bug | Abdullah Ibn Fulan |
2022-02-05 | Support __INITIAL_DATA__ with stringified JSON | dirkf |
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 |
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 |
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 |
2022-02-04 | Return the item itself if playlist has one entry | dirkf |
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 |
2022-02-04 | Merge branch 'pukkandan-yt-searchurl' into yt-dl-master | dirkf |
2022-02-03 | [youtube] Support channel search | pukkandan |
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 |
2022-01-31 | Implement n-param descrambling using JSInterp | df |
2022-01-30 | Refactor JSInterpreter._separate | dirkf |
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 |
2022-01-30 | Handle default in switch better | df |
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 |
2022-01-30 | Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIE | pukkandan |
2022-01-30 | Fix max_results | pukkandan |