about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* [streamcz] cherry-pick from yt-dlpPetr Vaněk2022-02-141-77/+80
* [extractor/videa] Back-port from yt-dlp PRs 463+1028dirkf2022-02-111-14/+39
* [extractor/videa] fix extraction in Py2kikuyan2022-02-111-2/+2
* [BBC] Also allow PID with leading 'l' (live?)dirkf2022-02-091-1/+1
* [Nuvid] Use site JSON for video details (#29332)dirkf2022-02-091-39/+81
* [ARD] Back-port subtitle extraction from yt-dlp PR 2409dirkf2022-02-071-0/+15
* Remove redundant assigning `format_id`Seonghyeon Cho2022-02-051-1/+0
* Add ArteTVCategoryIE to support category playlistsdf2022-02-052-0/+48
* Updated Album URL regexAbdullah Ibn Fulan2022-02-051-1/+1
* [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bugAbdullah Ibn Fulan2022-02-051-19/+21
* Support __INITIAL_DATA__ with stringified JSONdirkf2022-02-051-11/+39
* Try for timestamp, description from window.__INITIAL_DATA__ pagesdf2022-02-051-1/+4
* [niconico] Implement heartbeat for downloaddirkf2022-02-053-8/+101
* [niconico] Back-port extractor from yt-dlpdirkf2022-02-052-189/+488
* [test:download] Only extract enough videos for playlist_mincountdirkf2022-02-052-1/+1
* [applepodcasts] Extract default thumbnail imagedirkf2022-02-051-0/+2
* [applepodcasts] Improve format extractiondirkf2022-02-051-2/+8
* [applepodcasts] Support new AMP-ish page structuredirkf2022-02-051-10/+33
* xvideos: Fix for #30271Chris Rose2022-02-051-1/+1
* Fix tests for working IEs; disable obsolete WDRMobiledirkf2022-02-051-12/+13
* Fix WDRMaus; extend URL matching for other Maus pages; improve ID extractiondirkf2022-02-051-10/+29
* Update URPlayIE extractor for Next.js page format, with subtitlesdirkf2022-02-051-6/+46
* Support more deeply nested ptmd_path with test, update testsdirkf2022-02-051-4/+24
* Additional tweaks: allow any .ndr.de, simplify quote matchdirkf2022-02-051-3/+3
* Fix NDR, NJoy testsdirkf2022-02-051-16/+25
* NJoy: improve extraction of NDR id, description, etc with current page formatsdirkf2022-02-051-4/+11
* NDR: improve extraction of NDR id, description, etc with current page formatsdirkf2022-02-051-12/+33
* Support Tele5 pages with Discovery Networks format instead of JWPlatformdirkf2022-02-051-51/+35
* Back-port yt-dlp Viki extractordirkf2022-02-041-193/+146
* Return the item itself if playlist has one entrydirkf2022-02-041-0/+2
* Find TV2DK Kaltura ID in Nuxt.js page formatdirkf2022-02-041-3/+12
* [youtube:search] Add testspukkandan2022-02-041-3/+18
* Rework 2c2c2bd with an actual Mix page and realistic playlist sizedirkf2022-02-041-3/+3
* Merge branch 'pukkandan-yt-searchurl' into yt-dl-masterdirkf2022-02-043-79/+74
|\
| * Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIEpukkandan2022-01-30164-5567/+8798
| |\
| * | Fix max_resultspukkandan2022-01-301-0/+1
| * | Use `itertools.islice`pukkandan2022-01-301-9/+2
| * | Add back `YoutubeSearchURLIE`pukkandan2022-01-303-92/+93
* | | [youtube] Support channel searchpukkandan2022-02-031-2/+16
* | | Avoid crashing if n-sig decode failsdirkf2022-02-021-1/+7
* | | Support Youtube Shorts URL formatdirkf2022-02-011-0/+17
* | | [YouTube] Fix n-sig for player e06dea74 (#30582)dirkf2022-02-012-10/+28
* | | Implement n-param descrambling using JSInterpdf2022-01-311-16/+99
* | | Refactor JSInterpreter._separatedirkf2022-01-301-18/+18
* | | Back-port test_youtube_signature.py from yt-dlp and fix JSInterp accordinglydirkf2022-01-302-28/+68
* | | Fix splice to handle floatdirkf2022-01-301-1/+1
* | | Handle default in switch betterdf2022-01-302-9/+29
* | | Back-port JS interpreter upgrade from yt-dlp PR #1437df2022-01-303-107/+453
* | | Add compat_map/filter and use the formerdf2022-01-302-0/+22
* | | Fix test_youtube_flat_playlist_extractiondf2022-01-291-1/+1