about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Clarify test naming df-doc-30898-how-to-launch-test-unitdirkf2022-04-281-3/+5
|
* [KTH] Add new extractor for KTH play (#30885)Árni Dagur2022-04-283-1/+33
| | | | * Implement extractor for KTH play * Make KTH Play url regex more relaxed
* [Youtube] Fix "n" descrambling for player fae06c11dirkf2022-04-151-3/+3
| | | | Resolves #30856.
* Disable blank issuesdirkf2022-04-101-0/+1
|
* [RAI] Fix extraction of http formatsnixxo2022-04-051-1/+1
| | | | | | From https://github.com/yt-dlp/yt-dlp/pull/3272 Closes https://github.com/yt-dlp/yt-dlp/issues/3270 Authored by: nixxo
* [RAI] Extend formats with direct http mp4 link (PR #27990)nixxo2022-04-051-3/+108
| | | | | | | * initial support for creating direct mp4 link * improved regexes and info extraction * added "connection: close" to request headers * updated to https://github.com/yt-dlp/yt-dlp/pull/208
* [RAI] Added checks for DRM protected content (PR #27657)nixxo2022-04-051-0/+11
| | | | reviewed by pukkandan (https://github.com/yt-dlp/yt-dlp/pull/150)
* [extractor/bilibili] Fix path "/audio/auxxxxx" download return 403lihan72022-04-011-0/+5
|
* Ignore --external-downloader-args if --external-downloader was rejecteddirkf2022-03-252-1/+13
| | | | ... and generate warning
* Make default upload_/release_date a compat_strdf2022-02-262-1/+20
| | | | | Ensures download tests pass in Python 2 as well as 3; also add YoutubeDL tests for timestamp -> upload_date etc.
* Avoid skipping ID when unlisted_hash is numericdirkf2022-02-261-5/+19
| | | | Pattern needed a non-greedy match; also replaced a redundant test with one for this, issue 29690
* [Alsace20TV] Add new extractors Alsace20TVIE, Alsace20TVEmbedIEdirkf2022-02-242-0/+93
|
* [CPAC] Add extractor for Canadian Parliamentdirkf2022-02-242-0/+152
| | | | | CPACIE: single episode CPACPlaylistIE: playlists and searches
* Fixed groups() call on potentially empty regex search object (#30676)dirkf2022-02-241-1/+3
| | | | | | | | * 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>
* [aliexpress] Fix test casemarieell2022-02-241-1/+1
|
* [bigo] add support for bigo.tv (#30635)Lesmiscore (Naoya Ozaki)2022-02-242-0/+60
| | | | | | | | | * [bigo] add support for bigo.tv * [bigo] prepend "Bigo says" * title fallback * add error for invalid json data
* [rutv] fix vbr for empty string value (#30623)Vladimir Stavrinov2022-02-141-2/+3
| | | * [rutv] use str_to_int() (thx dirkf)
* add missing __future__ import unicode_literalsPetr Vaněk2022-02-141-0/+2
|
* resolve problem with unpacking operator for <py3.5Petr Vaněk2022-02-141-3/+3
|
* [streamcz] test fixes and one additional testPetr Vaněk2022-02-141-1/+17
|
* do not use f-stringsPetr Vaněk2022-02-141-1/+1
|
* avoid traverse_obj functionPetr Vaněk2022-02-141-4/+3
|
* revert: use _match_valid_url functionPetr Vaněk2022-02-141-1/+2
|
* [streamcz] cherry-pick from yt-dlpPetr Vaněk2022-02-141-77/+80
| | | | Cherry-picked-from: 7d449fff5346 ("[streamcz] Fix extractor (#1616)")
* [extractor/videa] Back-port from yt-dlp PRs 463+1028dirkf2022-02-111-14/+39
| | | | Authored by: nyuszika7h
* [extractor/videa] fix extraction in Py2kikuyan2022-02-111-2/+2
| | | | Fixes #30416
* [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
| | | | | | | | 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
* [ARD] Back-port subtitle extraction from yt-dlp PR 2409dirkf2022-02-071-0/+15
| | | | | | Authored by: fstirlitz Fixes #30543 Closes #17766 (thanks ngdio)
* 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
| | | | | Mistakenly forgot to edit a line in last commit. Co-authored-by: dirkf <fieldhouse@gmx.net>
* [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bugAbdullah Ibn Fulan2022-02-051-19/+21
| | | | Co-authored-by: dirkf <fieldhouse@gmx.net>
* Support __INITIAL_DATA__ with stringified JSONdirkf2022-02-051-11/+39
| | | | Add test and fix test for bbcthreeConfig
* 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
| | | | Add Nico search extractors, fix extraction
* [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
| | | | Set acodec and vcodec, etc, to avoid breaking, eg, bestaudio
* [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
|