aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/generic] Decode unicode-escaped embed URLs (#5919)bashonly2023-01-021-2/+20
| | | | Authored by: bashonly Closes #5854
* Update to ytdl-commit-195f22f6Simon Sawicki2023-01-025-167/+529
| | | | | | | [generic] Improve KVS (etc) extraction https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902 Closes #3716 Authored by: Grub4k, pukkandan
* [extractor/iqiyi] Fix `Iq` JS regex (#5922)bashonly2023-01-021-9/+12
| | | | Closes #5702 Authored by: bashonly
* [extractor/fifa] Fix Preplay extraction (#5921)bashonly2023-01-021-17/+6
| | | | Closes #5839 Authored by: dirkf
* [extractor/odnoklassniki] Extract subtitles (#5920)bashonly2023-01-021-0/+33
| | | | Closes #5744 Authored by: bashonly
* Improve handling for overriding extractors with plugins (#5916)Matthew2023-01-023-7/+19
| | | | | | * Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan
* [extractor/biliintl:series] Make partial download of series fasterpukkandan2023-01-011-15/+36
|
* [extractor/embedly] Handle vimeo embedspukkandan2023-01-011-3/+59
| | | | Closes #3360
* [extractor/generic] Use `Accept-Encoding: identity` for initial requestcoletdjnz2023-01-011-1/+16
| | | | | | The existing comment seems to imply this was the desired behavior from the beginning. Partial fix for https://github.com/yt-dlp/yt-dlp/issues/5855, https://github.com/yt-dlp/yt-dlp/issues/5851, https://github.com/yt-dlp/yt-dlp/issues/4748
* Improve plugin architecture (#5553)Matthew2023-01-011-2/+2
| | | | | | | | | | | | | | | | | to make plugins easier to develop and use: * Plugins are now loaded as namespace packages. * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.). * Plugin packages can be installed and managed via pip, or dropped into any of the documented locations. * Users do not need to edit any code files to install plugins. * Backwards-compatible with previous plugin architecture. As a side-effect, yt-dlp will now search in a few more locations for config files. Closes https://github.com/yt-dlp/yt-dlp/issues/1389 Authored by: flashdagger, coletdjnz, pukkandan, Grub4K Co-authored-by: Marcel <flashdagger@googlemail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
* [extractor/bandcamp] Add `album_artist` (#5537)Stel Abrego2022-12-311-3/+45
| | | | Closes #5536 Authored by: stelcodes
* [extractor/udemy] Fix lectures that have no URL and detect DRMpukkandan2022-12-311-5/+15
| | | | Closes #5662
* [extractor/youtube] Extract DRC formatspukkandan2022-12-301-3/+33
|
* [extractor/bilibili] Fix `--no-playlist` for anthologypukkandan2022-12-301-1/+2
| | | | Closes #5797
* [extractor/stv] Detect DRMpukkandan2022-12-301-0/+2
| | | | Closes #5320
* [cleanup] Use `random.choices` (#5800)Anant Murmu2022-12-3010-18/+17
| | | Authored by: freezboltz
* [extractor/soundcloud] Support user permalink (#5842)nosoop2022-12-302-0/+22
| | | | Closes #5841 Authored by: nosoop
* [extractor/BiliLive] Fix extractorLesmiscore2022-12-301-1/+2
| | | | | - Remove unnecessary group in `_VALID_URL` - This extractor always returns livestreams
* [extractor/kick] Add extractor (#5736)bashonly2022-12-292-0/+131
| | | | Closes #5722 Authored by: bashonly
* [extractor/wistia] Improve extension detection (#5415)bashonly2022-12-291-14/+27
| | | | Closes #5053 Authored by: bashonly, Grub4k, pukkandan
* [extractor/amazon] Add `AmazonReviews` extractor (#5857)bashonly2022-12-292-8/+113
| | | | Closes #5766 Authored by: bashonly
* [extractor/videoken] Add extractors (#5824)bashonly2022-12-292-0/+343
| | | | Closes #5818 Authored by: bashonly
* [extractor/slideslive] Support embeds and slides (#5784)bashonly2022-12-291-28/+362
| | | Authored by: bashonly, Grub4K, pukkandan
* [extractor/twitcasting] Fix videos with password (#5894)Sam2022-12-291-12/+22
| | | | Closes #5888 Authored by: bashonly, Spicadox
* [extractor/netverse] Add `NetverseSearch` extractor (#5838)HobbyistDev2022-12-292-1/+30
| | | Authored by: HobbyistDev
* [extractor/spankbang] Fix extractor (#5791)JChris2462022-12-291-4/+3
| | | | Authored by: JChris246 Closes #5731
* [extractor/curiositystream] Fix auth (#5730)monnef2022-12-291-2/+6
| | | Authored by: mnn
* [extractor/kankanews] Add extractor (#5729)lkw1232022-12-292-0/+49
| | | Authored by: synthpop123
* [extractor/youku] Fix extractor (#5622)Kurt Bestor2022-12-291-11/+21
| | | | Closes #4456 Authored by: KurtBestor
* [extractor/ciscowebex] Support password-protected videos (#5601)Damiano Amatruda2022-12-291-5/+25
| | | Authored by: damianoamatruda
* [extractor/polskieradio] Adapt to next.js redesigns (#5416)lauren n. liberda2022-12-283-49/+167
| | | Authored by: selfisekai
* [extractor/cda] Support premium and misc improvements (#5529)lauren n. liberda2022-12-281-7/+40
| | | | | | | * Fix cache for non-ASCII key * Improve error messages * Better UA for fingerprint bypass Authored by: selfisekai
* [extractor/ArteTV] Extract chapters (#5879)chris2022-12-281-3/+20
| | | Authored by: iw0nderhow, bashonly
* [extractor/beatbump] Add extractors (#5304)Bobscorn2022-12-272-0/+105
| | | | Authored by: Bobscorn, pukkandan Closes #4653
* [extractor/urplay] Support for audio-only formats (#4606)barsnick2022-12-271-2/+26
| | | | Closes #4605 Authored by: barsnick
* [extractor/trtcocuk] Add extractor (#5009)HobbyistDev2022-12-272-0/+49
| | | | Closes #2635 Authored by: HobbyistDev
* Fix 9012d20b23b01827c8d75b460da22485c5cc80efpukkandan2022-12-271-11/+7
|
* [extractor/mixch] Support `--wait-for-video`pukkandan2022-12-271-4/+6
|
* [extractor/ARD] Add vtt subtitles (#5835)Giulio Muscarello2022-12-241-8/+11
| | | Authored by: CapacitorSet
* [extractor/bilibili] Improve `_VALID_URL` (#5820)skbeh2022-12-241-1/+4
| | | Authored by: skbeh
* [extractor] Let `_extract_format` functions obey `--ignore-no-formats`pukkandan2022-12-231-0/+16
|
* [extractor/reddit] Extract crossposted media (#5801)bashonly2022-12-211-1/+21
| | | | Closes #5798 Authored by: bashonly
* [extractor/youtube:tab] Extract metadata from channel items (#5569)Matthew2022-12-121-6/+77
| | | Authored by: coletdjnz
* [extractor/oneplace] Add OnePlacePodcast extractor (#5549)HobbyistDev2022-12-102-0/+44
| | | | Closes #5543 Authored by: HobbyistDev
* [extractor/rutube] Support private videos (#5761)Denis2022-12-101-4/+27
| | | Authored by: mexus
* [extractor/netverse] Extract comments (#5568)HobbyistDev2022-12-101-4/+81
| | | Authored by: HobbyistDev
* [extractor/europarl] Add EuroParlWebstream Extractor (#5547)HobbyistDev2022-12-102-1/+85
| | | | Authored by: HobbyistDev Closes #4933
* [extractor/nosnl] Add support for /video (#5590)HobbyistDev2022-12-101-7/+27
| | | Authored by: HobbyistDev
* [extractor/airtv] Add extractor (#5533)HobbyistDev2022-12-102-0/+97
| | | | Authored by: HobbyistDev Closes #5132
* [extractor/pinterest] Fix extractor (#5739)bashonly2022-12-091-51/+102
| | | | Closes #1772 Authored by: bashonly