| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #1934
Authored by: r5d
|
|
|
| |
Authored by: MinePlayersPE
|
|
|
| |
Authored by: MinePlayersPE
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes https://github.com/ytdl-patched/ytdl-patched/issues/11
|
|
|
|
|
| |
`F` is already used for float!
Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5
|
|
|
|
| |
Closes #2054
Authored by: Ashish0804, pukkandan
|
|
|
|
| |
Closes #517
Authored by: ehoogeveen-medweb
|
|
|
| |
Authored by: aarubui
|
|
|
|
| |
Closes #1942 #1976 #2020 #2058 #1984
|
|
|
|
|
|
|
|
|
| |
and improve `id` detection
F = sanitize as filename (# = restricted)
D = add Decimal suffixes
Closes #2085, 2081
|
|
|
|
| |
Bug in adbc4ec4bbfbe57842049cf9194384480f534859
|
|
|
|
| |
Bug in adbc4ec4bbfbe57842049cf9194384480f534859
|
|
|
|
| |
Closes #2065
|
| |
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023
Authored by: kebianizao
|
|
|
|
|
| |
Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b
Closes #2060
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Authored by: julien-hadleyjack
|
|
|
|
|
|
| |
Parse relative time text, extract live, upcoming status, availability and channel id from feeds/channels/playlists (where applicable).
Closes #1883
Authored-by: coletdjnz
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060
Authored by: cypheron, pukkandan
|
|
|
|
| |
Closes #1491
|
|
|
|
| |
Closes #1035
|
|
|
| |
Authored by: pabs3
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29810
Closes #1352, https://github.com/ytdl-org/youtube-dl/issues/29800
Authored by: abdullah-if, dirkf
|
|
|
| |
Authored by: Lapin0t
|
|
|
| |
Authored by: unit193
|
|
|
|
| |
Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821
|
|
|
|
|
| |
and cleanup of related code
Closes #2046
|
|
|
|
| |
to be platform-agnostic
|
| |
|
|
|
|
| |
so that it can be used by third party scripts
|
|
|
|
| |
Closes #2007
|
|
|
|
| |
Closes #2016
|
|
|
|
|
|
| |
* Update our chrome versions used for `User-Agent`s
* Drop the `Accept-Charset` header that no browser emits any more
Authored by: kikuyan, fstirlitz
|
|
|
| |
Authored by: PilzAdam
|
|
|
|
| |
Closes #1448
Authored by: iw0nderhow, pukkandan
|
|
|
| |
Authored by: Sematre
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/30229
Per W3C JSON-LD v1.1 §4.9 (non-normative ref):
When a JSON-LD document's top-level structure is a map that contains
no other keys than @graph and optionally @context (properties that
are not mapped to an IRI or a keyword are ignored), @graph is
considered to express the otherwise implicit default graph.
Authored by: zmousm
|
|
|
| |
Authored by: std-move
|
|
|
| |
Authored by: std-move
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
extracted (#1626)
Extends `max_comments` extractor arg to support `max-parents,max-replies,max-replies-per-thread`.
Authored-by: coletdjnz
|
|
|
|
| |
Closes #1311
|
| |
|
|
|
|
| |
Closes #1993
|
|
|
|
| |
Closes #1981
|
|
|
| |
Authored by: nao20010128nao
|