Age | Commit message (Collapse) | Author |
|
Authored by: fstirlitz
|
|
Fixes: https://github.com/yt-dlp/yt-dlp/issues/2085#issuecomment-1002247689, https://github.com/yt-dlp/yt-dlp/pull/2132/files#r775729811
|
|
Closes #2139
|
|
Authored by: pukkandan, mdawar
|
|
|
|
Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934
Authored by: bwildenhain, C0D3D3V
|
|
The date format `%Y%m%d%H%M` will successfully match against
one-digit month, day, hour, and minute strings, even though %m et al.
are documented as being zero-padded. So dates without time in
Nov/Dec may be wrongly parsed as dates in January with time.
This commit adds a format string of `%Y%m%d` to our supported date
format strings directly below (higher priority) its problematic relatives.
Closes #2076
Authored by: wlritchi
|
|
Closes #1942 #1976 #2020 #2058 #1984
|
|
and improve `id` detection
F = sanitize as filename (# = restricted)
D = add Decimal suffixes
Closes #2085, 2081
|
|
* Add option `--live-from-start` to enable downloading live videos from start
* Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
* [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
* [fragment] Allow multiple live dash formats to download simultaneously
* [youtube] Implement fragment re-fetching for the live dash formats
* [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
* [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms
Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats
Closes #1521
Authored by: nao20010128nao, pukkandan
|
|
* Update our chrome versions used for `User-Agent`s
* Drop the `Accept-Charset` header that no browser emits any more
Authored by: kikuyan, fstirlitz
|
|
Fixes: https://github.com/ytdl-org/youtube-dl/issues/30287
Authored by: nao20010128nao
|
|
Closes #1932
|
|
and some minor fix
|
|
|
|
|
|
Closes #1805, closes #1800
|
|
|
|
|
|
Bug in d8cf8d97a8dbc9602556de474af133b5ab0e0a29
|
|
and add tests
|
|
|
|
|
|
|
|
Closes #1585
|
|
|
|
Original PR: https://github.com/ytdl-org/youtube-dl/pull/21837
Authored by: frafra
|
|
Related: #1502, #1237, https://github.com/ytdl-org/youtube-dl/pull/29581
|
|
Authored by: CrypticSignal, pukkandan
|
|
|
|
Code from #1340
Authored by: Ashish0804
|
|
|
|
as super-class of ExistingVideoReached, RejectedVideoReached, MaxDownloadsReached
Third parties can also sub-class this to cancel the download queue from a hook
|
|
and refactor related code
Closes #1405
|
|
Closes #1406
|
|
Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails
|
|
|
|
Based on: https://github.com/ytdl-org/youtube-dl/pull/24649
Fixes: https://github.com/ytdl-org/youtube-dl/issues/24440
Authored by: damianoamatruda, nixklai
|
|
Closes #1251
|
|
Closes #1285
|
|
|
|
Authored by: sulyi
|
|
Closes #1309
|
|
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29943
|
|
Closes #1215
|
|
|
|
* Separate `--console-title` and `--no-progress`
* Add option `--progress` to show progress-bar even in quiet mode
* Fix and refactor `minicurses`
* Use `minicurses` for all progress reporting
* Standardize use of terminal sequences and enable color support for windows 10
* Add option `--progress-template` to customize progress-bar and console-title
* Add postprocessor hooks and progress reporting
Closes: #906, #901, #1085, #1170
|
|
Closes #1151
|
|
py2exe config is copied from youtube-dl
Closes #1160
|
|
Authored by: fstirlitz
|