aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-26Make default upload_/release_date a compat_strdf
Ensures download tests pass in Python 2 as well as 3; also add YoutubeDL tests for timestamp -> upload_date etc.
2022-02-26Avoid skipping ID when unlisted_hash is numericdirkf
Pattern needed a non-greedy match; also replaced a redundant test with one for this, issue 29690
2022-02-24[Alsace20TV] Add new extractors Alsace20TVIE, Alsace20TVEmbedIEdirkf
2022-02-24[CPAC] Add extractor for Canadian Parliamentdirkf
CPACIE: single episode CPACPlaylistIE: playlists and searches
2022-02-24Fixed groups() call on potentially empty regex search object (#30676)dirkf
* Fixed groups() call on potentially empty regex search object. - https://github.com/ytdl-org/youtube-dl/issues/30521 * minimising lines changed Co-authored-by: yayorbitgum <50963144+yayorbitgum@users.noreply.github.com>
2022-02-24[aliexpress] Fix test casemarieell
2022-02-24[bigo] add support for bigo.tv (#30635)Lesmiscore (Naoya Ozaki)
* [bigo] add support for bigo.tv * [bigo] prepend "Bigo says" * title fallback * add error for invalid json data
2022-02-14[rutv] fix vbr for empty string value (#30623)Vladimir Stavrinov
* [rutv] use str_to_int() (thx dirkf)
2022-02-14add missing __future__ import unicode_literalsPetr Vaněk
2022-02-14resolve problem with unpacking operator for <py3.5Petr Vaněk
2022-02-14[streamcz] test fixes and one additional testPetr Vaněk
2022-02-14do not use f-stringsPetr Vaněk
2022-02-14avoid traverse_obj functionPetr Vaněk
2022-02-14revert: use _match_valid_url functionPetr Vaněk
2022-02-14[streamcz] cherry-pick from yt-dlpPetr Vaněk
Cherry-picked-from: 7d449fff5346 ("[streamcz] Fix extractor (#1616)")
2022-02-11[extractor/videa] Back-port from yt-dlp PRs 463+1028dirkf
Authored by: nyuszika7h
2022-02-11[extractor/videa] fix extraction in Py2kikuyan
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 2409dirkf
Authored by: fstirlitz Fixes #30543 Closes #17766 (thanks ngdio)
2022-02-05Remove redundant assigning `format_id`Seonghyeon Cho
2022-02-05Add ArteTVCategoryIE to support category playlistsdf
2022-02-05Updated Album URL regexAbdullah Ibn Fulan
Mistakenly forgot to edit a line in last commit. Co-authored-by: dirkf <fieldhouse@gmx.net>
2022-02-05[extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bugAbdullah Ibn Fulan
Co-authored-by: dirkf <fieldhouse@gmx.net>
2022-02-05Support __INITIAL_DATA__ with stringified JSONdirkf
Add test and fix test for bbcthreeConfig
2022-02-05Try for timestamp, description from window.__INITIAL_DATA__ pagesdf
2022-02-05[niconico] Implement heartbeat for downloaddirkf
2022-02-05[niconico] Back-port extractor from yt-dlpdirkf
Add Nico search extractors, fix extraction
2022-02-05[test:download] Only extract enough videos for playlist_mincountdirkf
2022-02-05[applepodcasts] Extract default thumbnail imagedirkf
2022-02-05[applepodcasts] Improve format extractiondirkf
Set acodec and vcodec, etc, to avoid breaking, eg, bestaudio
2022-02-05[applepodcasts] Support new AMP-ish page structuredirkf
2022-02-05xvideos: Fix for #30271Chris Rose
2022-02-05Fix tests for working IEs; disable obsolete WDRMobiledirkf
2022-02-05Fix WDRMaus; extend URL matching for other Maus pages; improve ID extractiondirkf
2022-02-05Update URPlayIE extractor for Next.js page format, with subtitlesdirkf
2022-02-05Support more deeply nested ptmd_path with test, update testsdirkf
2022-02-05Additional tweaks: allow any .ndr.de, simplify quote matchdirkf
2022-02-05Fix NDR, NJoy testsdirkf
2022-02-05NJoy: improve extraction of NDR id, description, etc with current page formatsdirkf
2022-02-05NDR: improve extraction of NDR id, description, etc with current page formatsdirkf
2022-02-05Support Tele5 pages with Discovery Networks format instead of JWPlatformdirkf
2022-02-04Back-port yt-dlp Viki extractordirkf
From https://github.com/yt-dlp/yt-dlp/pull/2540
2022-02-04Return the item itself if playlist has one entrydirkf
Removes playlist spam from log
2022-02-04Find TV2DK Kaltura ID in Nuxt.js page formatdirkf
2022-02-04[youtube:search] Add testspukkandan
2022-02-04Rework 2c2c2bd with an actual Mix page and realistic playlist sizedirkf
From https://github.com/ytdl-org/youtube-dl/commit/2c2c2bd348b7dce0aad55a6fc37a18c6f9a000e3#commitcomment-65953545
2022-02-04Merge branch 'pukkandan-yt-searchurl' into yt-dl-masterdirkf
Closes #27749
2022-02-03[youtube] Support channel searchpukkandan
Code from https://github.com/yt-dlp/yt-dlp/commit/cd684175adbe663bbdf6a6c72d8b99b617b6ff2e
2022-02-02Avoid crashing if n-sig decode failsdirkf