Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube] Improve 26e8e04454d28b623c16f34496e31752086ff457 | pukkandan | 2021-08-26 | 1 | -1/+1 |
| | | | | The streams of the same itag may have slightly different size/bitrate | ||||
* | [youtube] Prefer audio stream that YouTube considers default | pukkandan | 2021-08-26 | 1 | -2/+4 |
| | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29864 Related: https://github.com/clsid2/mpc-hc/issues/1268 | ||||
* | [FormatSort] Remove priority of `lang` | pukkandan | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | [facebook] Update onion URL (#788) | Robin | 2021-08-25 | 1 | -2/+2 |
| | | | Authored by: Derkades | ||||
* | [ProjectVeritas] Add extractor (#790) | Ashish | 2021-08-25 | 2 | -0/+56 |
| | | | | https://github.com/ytdl-org/youtube-dl/issues/26749 Authored by: Ashish0804 | ||||
* | [Epicon] Add extractors (#789) | Ashish | 2021-08-25 | 2 | -0/+123 |
| | | | Authored by: Ashish0804 | ||||
* | [radiko] Add extractors (#731) | The Hatsune Daishi | 2021-08-25 | 2 | -0/+235 |
| | | | | https://github.com/ytdl-org/youtube-dl/issues/29840 Authored by: nao20010128nao | ||||
* | [iwara] Add thumbnail (#781) | i6t | 2021-08-25 | 1 | -0/+5 |
| | | | Authored by: i6t | ||||
* | [youtube] Remove annotations and deprecate `--write-annotations` (#765) | coletdjnz | 2021-08-24 | 1 | -35/+1 |
| | | | | Closes #692 Authored by: coletdjnz | ||||
* | [downloader/ffmpeg] Support for DASH manifests (experimental) | pukkandan | 2021-08-24 | 1 | -2/+4 |
| | | | | Closes #159 | ||||
* | [ManotoTV] Add new extractors (#767) | tandy1000 | 2021-08-24 | 2 | -0/+143 |
| | | | Authored by: tandy1000 | ||||
* | [facebook] Fix metadata extraction | pukkandan | 2021-08-23 | 1 | -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) | Ashish | 2021-08-23 | 1 | -29/+105 |
| | | | | Closes #764 Authored by: Ashish0804 | ||||
* | [GabTV] Add extractor (#768) | Ashish | 2021-08-23 | 2 | -0/+65 |
| | | | | Closes #499 Authored by: Ashish0804 | ||||
* | [tiktok] Add TikTokUserIE (#756) | Ashish | 2021-08-23 | 2 | -3/+82 |
| | | | Authored-by: Ashish0804, pukkandan | ||||
* | [TikTok] Fix metadata extraction | pukkandan | 2021-08-23 | 1 | -96/+73 |
| | |||||
* | [aljazeera] Fix extractor (#763) | MinePlayersPE | 2021-08-23 | 1 | -1/+1 |
| | | | | Closes #762, https://github.com/ytdl-org/youtube-dl/issues/29517 Authored by: MinePlayersPE | ||||
* | [peertube] handle new video URL format | pukkandan | 2021-08-23 | 1 | -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) | nyuszika7h | 2021-08-23 | 1 | -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 possible | pukkandan | 2021-08-23 | 1 | -4/+13 |
| | |||||
* | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 21 | -46/+37 |
| | | | Closes #636 | ||||
* | [youtube] Add av01 itags to known formats list (#747) | Tom-Oliver Heidel | 2021-08-23 | 1 | -4/+8 |
| | | | Authored by: blackjack4494 | ||||
* | [bitchute] Fix test (#758) | mahanstreamer | 2021-08-23 | 1 | -6/+6 |
| | | | Authored by: mahanstreamer | ||||
* | [lazy_extractors] Fix `suitable` and add flake8 test | pukkandan | 2021-08-23 | 3 | -3/+5 |
| | |||||
* | [utils] Add `parse_qs` | pukkandan | 2021-08-23 | 34 | -111/+76 |
| | |||||
* | [youtube] Add `shorts` to `_VALID_URL` | pukkandan | 2021-08-23 | 1 | -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` | pukkandan | 2021-08-23 | 292 | -539/+385 |
| | |||||
* | [tv5mondeplus] Fix extractor (#739) | Jérôme Duval | 2021-08-21 | 1 | -17/+23 |
| | | | Authored by: korli | ||||
* | [HearThisAtIE] Fix extractor (#742) | Ashish | 2021-08-21 | 1 | -59/+26 |
| | | | | Closes: #740 Authored by: Ashish0804 | ||||
* | [Zee5] Fix extractor and add subtitles (#733) | Ashish | 2021-08-21 | 1 | -37/+77 |
| | | | | Closes #728 Authored by Ashish0804 | ||||
* | [BannedVideo] Add Extractor (#717) | CHJ85 | 2021-08-21 | 2 | -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) | animelover1984 | 2021-08-20 | 2 | -0/+74 |
| | | | Authored by: animelover1984 | ||||
* | [Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` (#744) | Ashish | 2021-08-20 | 2 | -14/+45 |
| | | | Authored by: Ashish0804 | ||||
* | [cleanup] Replace improper use of tab in trovo (#719) | Glenn Slayden | 2021-08-17 | 1 | -1/+1 |
| | | | | | :ci skip Authored by: glenn-slayden | ||||
* | [ParamountPlus] Fix geo verification (#711) | shirt | 2021-08-16 | 1 | -1/+1 |
| | | | | Closes #681 Authored by: shirt | ||||
* | [pornhub] Separate and fix playlist extractor (#700) | mzbaulhaque | 2021-08-15 | 2 | -13/+59 |
| | | | | Closes #680 Authored by: mzbaulhaque | ||||
* | [voicy] Add extractor (#667) | The Hatsune Daishi | 2021-08-15 | 2 | -0/+152 |
| | | | Authored by: nao20010128nao | ||||
* | [kakao] Fix extractor | pukkandan | 2021-08-15 | 1 | -31/+27 |
| | | | | Closes #699 | ||||
* | [eroprofile] Fix page skipping in albums (#701) | jhwgh1968 | 2021-08-15 | 1 | -4/+6 |
| | | | | Bug from #658 Authored by: jhwgh1968 | ||||
* | [instagram] Add referrer to prevent throttling (#676) | SsSsS | 2021-08-15 | 1 | -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) | mzbaulhaque | 2021-08-15 | 2 | -0/+75 |
| | | | | Closes #288 Authored by: mzbaulhaque | ||||
* | [soundcloud] Refetch `client_id` on 403 | pukkandan | 2021-08-15 | 1 | -2/+2 |
| | | | | Closes #673 | ||||
* | [youtube] Extract error messages from HTTPError response (#644) | coletdjnz | 2021-08-13 | 1 | -2/+10 |
| | | | Authored by: coletdjnz | ||||
* | minor bugfixes | pukkandan | 2021-08-11 | 1 | -2/+2 |
| | | | | bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8 | ||||
* | [eroprofile] Add album downloader (#658) | jhwgh1968 | 2021-08-10 | 2 | -1/+41 |
| | | | Authored by: jhwgh1968 | ||||
* | [instagram] Fix comments extraction (#660) | SsSsS | 2021-08-10 | 1 | -8/+13 |
| | | | Authored-by: u-spec-png <miloradkalabasdt@gmail.com> | ||||
* | [BandCamp] Add BandcampMusicIE (#668) | Ashish | 2021-08-10 | 2 | -2/+47 |
| | | | Authored by Ashish0804 | ||||
* | [mirrativ] Add extractors (#657) | The Hatsune Daishi | 2021-08-10 | 2 | -0/+138 |
| | | | Authored by: nao20010128nao | ||||
* | [extractor] Detect `sttp` as subtitles in MPD | pukkandan | 2021-08-10 | 1 | -203/+211 |
| | | | | | Closes #656 Solution by: fstirlitz | ||||
* | [crunchyroll] Fix thumbnail (#650) | funniray | 2021-08-10 | 1 | -5/+22 |
| | | | Authored by: funniray |