Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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> | ||||
* | Fix `add_info_extractor` when used via API | pukkandan | 2021-08-23 | 2 | -12/+18 |
| | | | | Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405 | ||||
* | [lazy_extractor] Create instance only after pre-checking archive | pukkandan | 2021-08-23 | 4 | -12/+14 |
| | |||||
* | [lazy_extractor] Import actual class if an attribute is accessed | pukkandan | 2021-08-23 | 1 | -6/+14 |
| | | | | Now all core tests pass with lazy extraction enabled | ||||
* | [extractor] Show video id in error messages if possible | pukkandan | 2021-08-23 | 3 | -26/+36 |
| | |||||
* | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 24 | -62/+66 |
| | | | 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 | 6 | -8/+9 |
| | |||||
* | [utils] Add `parse_qs` | pukkandan | 2021-08-23 | 36 | -135/+101 |
| | |||||
* | [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 | ||||
* | Don't try to merge with final extension | pukkandan | 2021-08-23 | 1 | -5/+0 |
| | | | | The formats may not be directly mergable into the final extension | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 293 | -541/+389 |
| | |||||
* | [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 | ||||
* | Fix `extra_info` being reused across runs | pukkandan | 2021-08-19 | 1 | -1/+3 |
| | | | | Closes #727 | ||||
* | Fix `playlist_index` not obeying `playlist_start` | pukkandan | 2021-08-17 | 2 | -48/+25 |
| | | | | | and add tests Closes #720 | ||||
* | Let `--match-filter` reject entries early | pukkandan | 2021-08-17 | 5 | -24/+40 |
| | | | | Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views` | ||||
* | Fix `-J` when there are failed videos | pukkandan | 2021-08-17 | 1 | -0/+2 |
| | |||||
* | [cleanup] Replace improper use of tab in trovo (#719) | Glenn Slayden | 2021-08-17 | 1 | -1/+1 |
| | | | | | :ci skip Authored by: glenn-slayden | ||||
* | [docs] fix typo (#715) | zootedb0t | 2021-08-16 | 1 | -4/+4 |
| | | | Authored by: zootedb0t | ||||
* | [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 | ||||
* | [webvtt] Fix timestamp overflow adjustment (#698) | Felix S | 2021-08-15 | 1 | -2/+8 |
| | | | | | | In some streams, empty segments may appear with a bogus, non-monotone MPEG timestamp. This should not be considered as an overflow Authored by: fstirlitz | ||||
* | [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 | ||||
* | Fix `--force-overwrites` when using `-k` | pukkandan | 2021-08-15 | 1 | -2/+5 |
| | | | | | For formats that need merge, the `.fxxx` files are not removed before downloading the corresponding `.part` files. This causes the rename to fail | ||||
* | [soundcloud] Refetch `client_id` on 403 | pukkandan | 2021-08-15 | 1 | -2/+2 |
| | | | | Closes #673 | ||||
* | [options] Add `_set_from_options_callback` | pukkandan | 2021-08-15 | 3 | -34/+41 |
| | |||||
* | Fix `-F` for extractors that directly return url | pukkandan | 2021-08-15 | 1 | -1/+1 |
| | | | | Related: #693 | ||||
* | Fix bug during subtitle conversion | pukkandan | 2021-08-15 | 1 | -1/+1 |
| | |||||
* | Fix resuming of single formats when using --no-part | pukkandan | 2021-08-15 | 1 | -3/+6 |
| | | | | Closes #576 | ||||
* | [lazy_extractor] Bugfix for when plugin directory doesn't exist (#691) | Kid | 2021-08-13 | 1 | -2/+6 |
| | | | | | Bug introduced by: 0b2e9d2c3051f2e1d79449adde3afbba3b5ec94f Authored by: kidonng | ||||
* | [youtube] Extract error messages from HTTPError response (#644) | coletdjnz | 2021-08-13 | 1 | -2/+10 |
| | | | Authored by: coletdjnz | ||||
* | Revert erroneous use of the `Content-Length` header (#637) | Felix S | 2021-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | This reverts commit 6c907eb33ffd79ef9c4761c6460acb31b2eded46 The use of the Content-Length value here is erroneous and may lead to truncated downloads if a compression scheme is specified in the Content-Encoding header, as the Content-Length header refers to the size of encoded data, not of the raw bytestream. This has been noticed in the wild with WebVTT subtitle segments. Authored by: fstirlitz | ||||
* | minor bugfixes | pukkandan | 2021-08-11 | 3 | -7/+7 |
| | | | | bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8 |