| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Normally the generic extractor will redirect the URL,
but the cookies consent screen may sometimes appear instead
Closes #752
|
|
|
|
| |
The formats may not be directly mergable into the final extension
|
| |
|
|
|
| |
Authored by: korli
|
|
|
|
| |
Closes: #740
Authored by: Ashish0804
|
|
|
|
| |
Closes #728
Authored by Ashish0804
|
|
|
|
|
| |
Closes: #669
Original PR: https://github.com/ytdl-org/youtube-dl/pull/24572
Authored by: smege1001, blackjack4494, pukkandan
|
|
|
| |
Authored by: animelover1984
|
|
|
| |
Authored by: Ashish0804
|
|
|
|
| |
Closes #727
|
|
|
|
|
| |
and add tests
Closes #720
|
|
|
|
| |
Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
|
| |
|
|
|
|
|
| |
:ci skip
Authored by: glenn-slayden
|
|
|
| |
Authored by: zootedb0t
|
|
|
|
| |
Closes #681
Authored by: shirt
|
|
|
|
| |
Closes #680
Authored by: mzbaulhaque
|
|
|
|
|
|
| |
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
|
|
|
| |
Authored by: nao20010128nao
|
|
|
|
| |
Closes #699
|
|
|
|
| |
Bug from #658
Authored by: jhwgh1968
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #288
Authored by: mzbaulhaque
|
|
|
|
|
| |
For formats that need merge, the `.fxxx` files are not removed before
downloading the corresponding `.part` files. This causes the rename to fail
|
|
|
|
| |
Closes #673
|
| |
|
|
|
|
| |
Related: #693
|
| |
|
|
|
|
| |
Closes #576
|
|
|
|
|
| |
Bug introduced by: 0b2e9d2c3051f2e1d79449adde3afbba3b5ec94f
Authored by: kidonng
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8
|
|
|
|
|
|
| |
It is authored by mzbaulhaque - The commit message is wrong
:ci skip all
|
|
|
|
| |
:ci skip all
|
| |
|
|
|
| |
Authored by: jhwgh1968
|
|
|
| |
Authored-by: u-spec-png <miloradkalabasdt@gmail.com>
|
|
|
| |
Authored by Ashish0804
|
|
|
| |
Authored by: nao20010128nao
|
|
|
|
|
| |
Closes #656
Solution by: fstirlitz
|
|
|
|
|
| |
Since it didn't have any cache, the page was re-fetched for each video.
* Also generalized the cache code
|
|
|
| |
Authored by: funniray
|
|
|
| |
Authored by: Ashish0804
|
|
|
| |
Co-authored-by: shirt, pukkandan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
Bug introduced in 89efdc15dd4dbdb4b51e82647637f33112156f61
Closes #654
|
| |
|