aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2022-08-09[test, etc] Improve download test logs; also clean up some new flake8 issues ↵dirkf
(#31153) * [test] Identify testcase errors better * [test] Identify download errors better * [extractor/minds] Linter * [extractor/aes] Linter
2022-07-30[aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET (#29749)Wes
Fixes ytdl-org/youtube-dl#29300
2022-07-12[VVVVID] Support video/dash types (#31060)Kyraminol Endyeran
Resolves #31030.
2022-06-26[Mediaset] Support player version number in URL patterndirkf
Ref: https://github.com/yt-dlp/yt-dlp/issues/4141
2022-06-15[NHK] Use new API URLdirkf
2022-06-12[XHamster] Support xhday.com alias, extract `uploader_id`dirkf
* support xhday.com alias for xhamster.com (resolves #31023) Authored by: dirkf * extract `uploader_id`: from https://github.com/yt-dlp/yt-dlp/commit/908b56eaf7872149706dbd7fa071f838d0c786b7 (PR https://github.com/yt-dlp/yt-dlp/pull/844) Authored by: octotherp
2022-06-10[utils, etc] Kill child processes when yt-dl is killedpukkandan
* derived from PR #26592, closes #26592 Authored by: Unrud
2022-06-09[YouTube] Support JSON3 subtitle formatdirkf
* subtitle tests updated to match
2022-06-06[HRFernsehen] Back-port new extractor from yt-dlpdirkf
Closes #26445, where this was originally proposed.
2022-05-28[YouPorn] Improve `upload_date` extractiondirkf
See https://github.com/yt-dlp/yt-dlp/issues/2701#issuecomment-1034341883
2022-05-24[YouTube] Handle player c5a4daa1 with indirect n-function definitiondirkf
* resolves #30976
2022-05-19[wat.tv] Add version `pver` to metadata API calldirkf
Resolves #30959.
2022-05-09[NHK] Support alphabetic characters in 7-char NhkVod IDs (#29682)dirkf
2022-04-29[streamcz] Remove empty `'{}'.format()` for Py2.6 dirkf
Use `'-join()'` here, or `{0}`, ..., in general.
2022-04-28[KTH] Add new extractor for KTH play (#30885)Árni Dagur
* Implement extractor for KTH play * Make KTH Play url regex more relaxed
2022-04-15[Youtube] Fix "n" descrambling for player fae06c11dirkf
Resolves #30856.
2022-04-05[RAI] Fix extraction of http formatsnixxo
From https://github.com/yt-dlp/yt-dlp/pull/3272 Closes https://github.com/yt-dlp/yt-dlp/issues/3270 Authored by: nixxo
2022-04-05[RAI] Extend formats with direct http mp4 link (PR #27990)nixxo
* 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
2022-04-05[RAI] Added checks for DRM protected content (PR #27657)nixxo
reviewed by pukkandan (https://github.com/yt-dlp/yt-dlp/pull/150)
2022-04-01[extractor/bilibili] Fix path "/audio/auxxxxx" download return 403lihan7
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[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