aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [facebook] Fix metadata extractionpukkandan2021-08-231-38/+84
| | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29796 Closes #453, https://github.com/ytdl-org/youtube-dl/issues/29421, https://github.com/ytdl-org/youtube-dl/issues/23627, https://github.com/ytdl-org/youtube-dl/issues/23180, https://github.com/ytdl-org/youtube-dl/issues/14156 Authored by: kikuyan
* [TV2] Fix extractor (#766)Ashish2021-08-231-29/+105
| | | | Closes #764 Authored by: Ashish0804
* [GabTV] Add extractor (#768)Ashish2021-08-232-0/+65
| | | | Closes #499 Authored by: Ashish0804
* [tiktok] Add TikTokUserIE (#756)Ashish2021-08-232-3/+82
| | | Authored-by: Ashish0804, pukkandan
* [TikTok] Fix metadata extractionpukkandan2021-08-231-96/+73
|
* [aljazeera] Fix extractor (#763)MinePlayersPE2021-08-231-1/+1
| | | | Closes #762, https://github.com/ytdl-org/youtube-dl/issues/29517 Authored by: MinePlayersPE
* [peertube] handle new video URL formatpukkandan2021-08-231-4/+38
| | | | | | Closes #722, https://github.com/ytdl-org/youtube-dl/issues/29782 Original PR: https://github.com/ytdl-org/youtube-dl/pull/29475 Authored by: Chocobozzz
* [adobepass] Fix Verizon SAML login (#743)nyuszika7h2021-08-231-2/+24
| | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/19136 from https://bitbucket.org/ParadoxGBB/youtube-dl/commits/64bddfe15c1458a1b3461875bf9afd0a17ebeea0 Authored-by: nyuszika7h, ParadoxGBB <paradoxgbb@yahoo.com>
* [extractor] Show video id in error messages if possiblepukkandan2021-08-231-4/+13
|
* [extractor] Better error message for DRM (#729)pukkandan2021-08-2321-46/+37
| | | Closes #636
* [youtube] Add av01 itags to known formats list (#747)Tom-Oliver Heidel2021-08-231-4/+8
| | | Authored by: blackjack4494
* [bitchute] Fix test (#758)mahanstreamer2021-08-231-6/+6
| | | Authored by: mahanstreamer
* [lazy_extractors] Fix `suitable` and add flake8 testpukkandan2021-08-233-3/+5
|
* [utils] Add `parse_qs`pukkandan2021-08-2334-111/+76
|
* [youtube] Add `shorts` to `_VALID_URL`pukkandan2021-08-231-2/+6
| | | | | | | Normally the generic extractor will redirect the URL, but the cookies consent screen may sometimes appear instead Closes #752
* [extractor] Common function `_match_valid_url`pukkandan2021-08-23292-539/+385
|
* [tv5mondeplus] Fix extractor (#739)Jérôme Duval2021-08-211-17/+23
| | | Authored by: korli
* [HearThisAtIE] Fix extractor (#742)Ashish2021-08-211-59/+26
| | | | Closes: #740 Authored by: Ashish0804
* [Zee5] Fix extractor and add subtitles (#733)Ashish2021-08-211-37/+77
| | | | Closes #728 Authored by Ashish0804
* [BannedVideo] Add Extractor (#717)CHJ852021-08-212-0/+166
| | | | | Closes: #669 Original PR: https://github.com/ytdl-org/youtube-dl/pull/24572 Authored by: smege1001, blackjack4494, pukkandan
* [bilibili] Add category extractor (#695)animelover19842021-08-202-0/+74
| | | Authored by: animelover1984
* [Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` (#744)Ashish2021-08-202-14/+45
| | | Authored by: Ashish0804
* [cleanup] Replace improper use of tab in trovo (#719)Glenn Slayden2021-08-171-1/+1
| | | | | :ci skip Authored by: glenn-slayden
* [ParamountPlus] Fix geo verification (#711)shirt2021-08-161-1/+1
| | | | Closes #681 Authored by: shirt
* [pornhub] Separate and fix playlist extractor (#700)mzbaulhaque2021-08-152-13/+59
| | | | Closes #680 Authored by: mzbaulhaque
* [voicy] Add extractor (#667)The Hatsune Daishi2021-08-152-0/+152
| | | Authored by: nao20010128nao
* [kakao] Fix extractorpukkandan2021-08-151-31/+27
| | | | Closes #699
* [eroprofile] Fix page skipping in albums (#701)jhwgh19682021-08-151-4/+6
| | | | Bug from #658 Authored by: jhwgh1968
* [instagram] Add referrer to prevent throttling (#676)SsSsS2021-08-151-0/+3
| | | | | | Code from: https://github.com/ytdl-org/youtube-dl/pull/29751 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29736 Authored by: u-spec-png, kikuyan
* [filmmodu] Add extractor (#690)mzbaulhaque2021-08-152-0/+75
| | | | Closes #288 Authored by: mzbaulhaque
* [soundcloud] Refetch `client_id` on 403pukkandan2021-08-151-2/+2
| | | | Closes #673
* [youtube] Extract error messages from HTTPError response (#644)coletdjnz2021-08-131-2/+10
| | | Authored by: coletdjnz
* minor bugfixespukkandan2021-08-111-2/+2
| | | | bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8
* [eroprofile] Add album downloader (#658)jhwgh19682021-08-102-1/+41
| | | Authored by: jhwgh1968
* [instagram] Fix comments extraction (#660)SsSsS2021-08-101-8/+13
| | | Authored-by: u-spec-png <miloradkalabasdt@gmail.com>
* [BandCamp] Add BandcampMusicIE (#668)Ashish2021-08-102-2/+47
| | | Authored by Ashish0804
* [mirrativ] Add extractors (#657)The Hatsune Daishi2021-08-102-0/+138
| | | Authored by: nao20010128nao
* [extractor] Detect `sttp` as subtitles in MPDpukkandan2021-08-101-203/+211
| | | | | Closes #656 Solution by: fstirlitz
* [crunchyroll] Fix thumbnail (#650)funniray2021-08-101-5/+22
| | | Authored by: funniray
* [blackboardcollaborate] Add new extractor (#646)mzbaulhaque2021-08-102-0/+69
| | | Authored by: Ashish0804
* [paramountplus] Separate extractor and fix some titles (#652)shirt2021-08-103-131/+208
| | | Co-authored-by: shirt, pukkandan
* [viki] Print error message from API requestpukkandan2021-08-101-1/+1
| | | | Closes #651
* [HotStar] Use API for metadata and extract subtitles (#640)Ashish2021-08-081-43/+93
| | | | | The API is not rate-limited unlike the webpage Authored by: Ashish0804
* [peertube] Fix videos without description (#639)SsSsS2021-08-081-2/+2
| | | Authored by: u-spec-png
* [youtube] Improve signature function detection (#641)PSlava2021-08-081-4/+4
| | | Authored by: PSlava (Slava <slash@i-slash.com>)
* [aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` (#643)Wes2021-08-081-2/+2
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29749 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29300 Authored by: wesnm
* [cleanup] Miscpukkandan2021-08-072-8/+9
|
* [youtube] Raise appropriate error when API pages can't be downloadedpukkandan2021-08-071-12/+27
|
* [extractor] Reset non-repeating warnings per videopukkandan2021-08-071-7/+13
|
* [youtube] extractor-arg to show live dash formatspukkandan2021-08-071-2/+4
| | | | If replay is enabled, these formats can be used to download the last 4 hours