aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [Vupload] Add extractor (#1146)u-spec-png2021-10-052-0/+52
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29877 Authored by: u-spec-png
* [Bilibili] Add subtitle converter (#1144)u-spec-png2021-10-051-2/+14
| | | | | Closes #1015 Based on https://github.com/y2361547758/bcc2ass Authored by: u-spec-png
* [funimation] Sort formats according to the relevant extractor-argspukkandan2021-10-041-2/+10
|
* [extractor] Extract storyboards from SMIL manifests (#1128)Felix S2021-10-031-2/+21
| | | Authored by: fstirlitz
* [Theta] Add video extractor (#1137)Aleri Kaisattera2021-10-022-3/+42
| | | Authored by: alerikaisattera
* [adobepass] Add RCN as MSO (#1129)jfogelman2021-09-301-0/+5
| | | Authored by: jfogelman
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-302-2/+6
|
* [postprocessor] Add plugin supportpukkandan2021-09-301-2/+2
| | | | Adds option `--use-postprocessor` to enable them
* [reddit] Fix 429 by generating a random `reddit_session`pukkandan2021-09-301-9/+17
| | | | | | Related: a76e2e0f8898c06939b6a123fa863ab8876cfa20, #1014, https://github.com/ytdl-org/youtube-dl/issues/29986 Original PR: https://github.com/ytdl-org/youtube-dl/pull/30017 Authored by: AjaxGb
* [Gettr] Add extractor (#1120)i6t2021-09-292-0/+111
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589 Authored by: i6t
* [bbc] Extract better quality videos (#1113)ajj82021-09-291-1/+1
| | | | | mobile-tablet-main only provides 540p25, so it shouldn't be used for the first attempt. Instead pc provides up to 720p50 Authored by: ajj8
* [LinkedInLearning] Fix newline bug in subtitles (#1104)Ashish Gupta2021-09-281-3/+3
| | | Authored by: Ashish0804
* [Rumble] Add RumbleChannelIE (#1088)Ashish Gupta2021-09-282-2/+40
| | | Authored by: Ashish0804
* [SovietsCloset] Add duration from m3u8 (#908)ChillingPepper2021-09-282-0/+28
| | | Authored by: ChillingPepper
* [N1] Add extractor (#1080)u-spec-png2021-09-282-0/+137
| | | Authored by: u-spec-png
* [vidme] Remove extractor (#1095)Aleri Kaisattera2021-09-273-307/+0
| | | Authored by: alerikaisattera
* [reddit] Add embedded url (#1090)u-spec-png2021-09-261-1/+4
| | | Authored by: u-spec-png
* [Veo] Add extractor (#1084)i6t2021-09-262-0/+75
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29445 Authored by: i6t
* [PolskieRadio] Fix extractors (#1082)u-spec-png2021-09-261-9/+38
| | | | Closes #1033 Authored by: jakubadamw, u-spec-png
* [LinkedInLearning] Add subtitles (#1077)Ashish Gupta2021-09-251-1/+24
| | | | Authored by: Ashish0804 Closes #1072
* [Newgrounds] Fix view count on songs (#1071)u-spec-png2021-09-251-1/+1
| | | Authored by: u-spec-png
* [zdf] Improve format sortingpukkandan2021-09-241-20/+22
| | | | Closes #910
* [SpankBang] Fix uploader (#892)f4pp3rk1ng2021-09-241-12/+14
| | | | Closes #833 Authored by: f4pp3rk1ng, coletdjnz
* [Arte] Improve description extraction (#1046)renalid2021-09-241-1/+1
| | | Authored by: renalid
* [Theta] Add extractor (#1068)Aleri Kaisattera2021-09-242-0/+52
| | | Authored by: alerikaisattera
* [youtube] Cleanup authentication code (#786)coletdjnz2021-09-241-69/+61
| | | Authored by: coletdjnz
* [cbs] Report appropriate error for DRMpukkandan2021-09-241-0/+6
| | | | Closes #1056
* [youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan2021-09-241-3/+5
| | | | Closes #1019
* [lbry] Show error message from API responsepukkandan2021-09-241-2/+7
|
* [Koo] Add extractor (#1044)Ashish Gupta2021-09-232-0/+117
| | | Authored by: Ashish0804
* [Chingari] Add extractors (#1038)Ashish Gupta2021-09-232-0/+213
| | | Authored by: Ashish0804
* [atv.at] Use jwt for API (#1012)NeroBurner2021-09-231-43/+75
| | | | | | The jwt token is implemented according to RFC7519 Closes #988 Authored by: NeroBurner
* [cleanup] Fix line endings for `nebula.py` (#1064)Glenn Slayden2021-09-231-238/+238
| | | | :ci skip Authored by: glenn-slayden
* [Hotstar] Add referer for subs (#1062)Ashish Gupta2021-09-231-0/+3
| | | Authored by: Ashish0804
* [comedycentral] Support `collection-playlist` (#1058)nixxo2021-09-231-1/+4
| | | Authored by: nixxo
* [reddit] Workaround for 429 by redirecting to old.reddit.compukkandan2021-09-221-7/+3
| | | | Closes #1014
* [AnimalPlanet] Fix extractor (#1050)Sipherdrakon2021-09-222-2/+23
| | | Authored by: Sipherdrakon
* [SovietsCloset] Fix playlists for games with only named categoriesChillingPepper2021-09-221-1/+11
| | | Authored by: ConquerorDopy
* [youtube] Return full URL instead of just IDpukkandan2021-09-221-3/+3
|
* dump files should obey `--trim-filename` (#1043)pukkandan2021-09-221-2/+3
| | | | Authored by: sulyi
* [CBC] Fix CBC Gem extractors (#1013)makeworld2021-09-202-275/+207
| | | | Closes #936 Authored by: makeworld-the-better-one
* [Peertube] Add channel extractor (#1023)u-spec-png2021-09-191-27/+58
| | | Authored by: u-spec-png
* [youtube] Warn when trying to download clipspukkandan2021-09-192-1/+12
|
* [Nuvid] Fix extractor (#1022)u-spec-png2021-09-191-42/+44
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29886 Authored by: u-spec-png
* [CGTN] Add extractor (#981)Yuan Chao2021-09-192-0/+65
| | | Authored by: chao813
* [videa] Fix some extraction errors (#1028)nyuszika7h2021-09-191-15/+34
| | | Authored by: nyuszika7h
* [Oreilly] Bugfix for 7738bd32722154a26f70006e0fe586f40d06e606pukkandan2021-09-191-1/+1
|
* [extractor] Fix root-relative URLs in MPD (#1006)DigitalDJ2021-09-191-2/+4
| | | Authored by: DigitalDJ
* [Oreilly] Handle new web url (#990)Mohammad Khaled AbouElSherbini2021-09-181-1/+6
| | | | | The change in URL is most likely a server side issue. But we can work around it by a simple substitution Authored by: MKSherbini
* [damtomo] Add extractor (#992)The Hatsune Daishi2021-09-182-0/+117
| | | Authored by: nao20010128nao