aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-21[tv5mondeplus] Fix extractor (#739)Jérôme Duval
Authored by: korli
2021-08-21[HearThisAtIE] Fix extractor (#742)Ashish
Closes: #740 Authored by: Ashish0804
2021-08-21[Zee5] Fix extractor and add subtitles (#733)Ashish
Closes #728 Authored by Ashish0804
2021-08-21[BannedVideo] Add Extractor (#717)CHJ85
Closes: #669 Original PR: https://github.com/ytdl-org/youtube-dl/pull/24572 Authored by: smege1001, blackjack4494, pukkandan
2021-08-20[bilibili] Add category extractor (#695)animelover1984
Authored by: animelover1984
2021-08-20[Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` (#744)Ashish
Authored by: Ashish0804
2021-08-19Fix `extra_info` being reused across runspukkandan
Closes #727
2021-08-17Fix `playlist_index` not obeying `playlist_start`pukkandan
and add tests Closes #720
2021-08-17Let `--match-filter` reject entries earlypukkandan
Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
2021-08-17Fix `-J` when there are failed videospukkandan
2021-08-17[cleanup] Replace improper use of tab in trovo (#719)Glenn Slayden
:ci skip Authored by: glenn-slayden
2021-08-16[docs] fix typo (#715)zootedb0t
Authored by: zootedb0t
2021-08-16[ParamountPlus] Fix geo verification (#711)shirt
Closes #681 Authored by: shirt
2021-08-15[pornhub] Separate and fix playlist extractor (#700)mzbaulhaque
Closes #680 Authored by: mzbaulhaque
2021-08-15[webvtt] Fix timestamp overflow adjustment (#698)Felix S
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
2021-08-15[voicy] Add extractor (#667)The Hatsune Daishi
Authored by: nao20010128nao
2021-08-15[kakao] Fix extractorpukkandan
Closes #699
2021-08-15[eroprofile] Fix page skipping in albums (#701)jhwgh1968
Bug from #658 Authored by: jhwgh1968
2021-08-15[instagram] Add referrer to prevent throttling (#676)SsSsS
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
2021-08-15[filmmodu] Add extractor (#690)mzbaulhaque
Closes #288 Authored by: mzbaulhaque
2021-08-15Fix `--force-overwrites` when using `-k`pukkandan
For formats that need merge, the `.fxxx` files are not removed before downloading the corresponding `.part` files. This causes the rename to fail
2021-08-15[soundcloud] Refetch `client_id` on 403pukkandan
Closes #673
2021-08-15[options] Add `_set_from_options_callback`pukkandan
2021-08-15Fix `-F` for extractors that directly return urlpukkandan
Related: #693
2021-08-15Fix bug during subtitle conversionpukkandan
2021-08-15Fix resuming of single formats when using --no-partpukkandan
Closes #576
2021-08-13[lazy_extractor] Bugfix for when plugin directory doesn't exist (#691)Kid
Bug introduced by: 0b2e9d2c3051f2e1d79449adde3afbba3b5ec94f Authored by: kidonng
2021-08-13[youtube] Extract error messages from HTTPError response (#644)coletdjnz
Authored by: coletdjnz
2021-08-11Revert erroneous use of the `Content-Length` header (#637)Felix S
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
2021-08-11minor bugfixespukkandan
bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8
2021-08-10[docs] Fix credits of 246fb276e0d9ffd407a962c494f265d5d88c0ff3pukkandan
It is authored by mzbaulhaque - The commit message is wrong :ci skip all
2021-08-10[version] updatepukkandan
:ci skip all
2021-08-10Release 2021.08.102021.08.10pukkandan
2021-08-10[eroprofile] Add album downloader (#658)jhwgh1968
Authored by: jhwgh1968
2021-08-10[instagram] Fix comments extraction (#660)SsSsS
Authored-by: u-spec-png <miloradkalabasdt@gmail.com>
2021-08-10[BandCamp] Add BandcampMusicIE (#668)Ashish
Authored by Ashish0804
2021-08-10[mirrativ] Add extractors (#657)The Hatsune Daishi
Authored by: nao20010128nao
2021-08-10[extractor] Detect `sttp` as subtitles in MPDpukkandan
Closes #656 Solution by: fstirlitz
2021-08-10[utils] Fix `InAdvancePagedList.__getitem__`pukkandan
Since it didn't have any cache, the page was re-fetched for each video. * Also generalized the cache code
2021-08-10[crunchyroll] Fix thumbnail (#650)funniray
Authored by: funniray
2021-08-10[blackboardcollaborate] Add new extractor (#646)mzbaulhaque
Authored by: Ashish0804
2021-08-10[paramountplus] Separate extractor and fix some titles (#652)shirt
Co-authored-by: shirt, pukkandan
2021-08-10[webvtt] Merge daisy-chained duplicate cues (#638)Felix S
Fixes: https://github.com/yt-dlp/yt-dlp/issues/631#issuecomment-893338552 Previous deduplication algorithm only removed duplicate cues with identical text, styles and timestamps. This change also merges cues that come in ‘daisy chains’, where sequences of cues with identical text and styles appear in which the ending timestamp of one equals the starting timestamp of the next. This deduplication algorithm has the somewhat unfortunate side effect that NOTE blocks between cues, if found, will be emitted in a different order relative to their original cues. This may be unwanted if perfect fidelity is desired, but then so is daisy-chain deduplication itself. NOTE blocks ought to be ignored by WebVTT players in any case. Authored by: fstirlitz
2021-08-10Misc fixes - See descpukkandan
* Remove unnecessary uses of _list_from_options_callback * Fix download tests - Bug from 6e84b21559f586ee4d6affb61688d5c6a0c21221 * Rename ExecAfterDownloadPP to ExecPP and refactor its tests * Ensure _write_ytdl_file closes file handle on error - Potential fix for #517
2021-08-10Show libraries present in verbose headpukkandan
2021-08-10[ffmpeg] Fix `--ffmpeg-location` when directory is givenpukkandan
Bug introduced in 89efdc15dd4dbdb4b51e82647637f33112156f61 Closes #654
2021-08-10Add option `--replace-in-metadata`pukkandan
2021-08-10[viki] Print error message from API requestpukkandan
Closes #651
2021-08-10[build] Use custom build of `pyinstaller` (#663)shirt
Related: #25 Authored-by: shirt
2021-08-08[HotStar] Use API for metadata and extract subtitles (#640)Ashish
The API is not rate-limited unlike the webpage Authored by: Ashish0804