aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-24[youtube:tab] Extract video thumbnails from playlist (#2096)coletdjnz
closes #1184 Co-Authored-by: coletdjnz, pukkandan
2021-12-24[npr] Make SMIL extraction non-fatal (#2099)siddharth
Closes #1934 Authored by: r5d
2021-12-24[RCTIPlusSeries] Lazy extraction and video type selection (#2050)MinePlayersPE
Authored by: MinePlayersPE
2021-12-24[Instagram] Try bypassing login wall with embed page (#2095)MinePlayersPE
Authored by: MinePlayersPE
2021-12-24[utils] Fix parsing `YYYYMMDD` dates in Nov/Dec (#2094)Luc Ritchie
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
2021-12-23Fix bug in 1cefca9e440f343281779e47720128e9614cf147pukkandan
Fixes https://github.com/ytdl-patched/ytdl-patched/issues/11
2021-12-23[outtmpl] Change filename sanitization type to `S`pukkandan
`F` is already used for float! Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5
2021-12-23[LBRY] Support livestreams (#2062)Ashish Gupta
Closes #2054 Authored by: Ashish0804, pukkandan
2021-12-23Add option `--file-access-retries` (#2066)Emanuel Hoogeveen
Closes #517 Authored by: ehoogeveen-medweb
2021-12-23[NJPWWorld] Extract formats from m3u8 (#2075)aarubui
Authored by: aarubui
2021-12-23[cleanup] Misc cleanuppukkandan
Closes #1942 #1976 #2020 #2058 #1984
2021-12-23[outtmpl] Add alternate forms `F`, `D`pukkandan
and improve `id` detection F = sanitize as filename (# = restricted) D = add Decimal suffixes Closes #2085, 2081
2021-12-23[dash] Fix `--test`pukkandan
Bug in adbc4ec4bbfbe57842049cf9194384480f534859
2021-12-21[dash] Fix aria2c dash downloadspukkandan
Bug in adbc4ec4bbfbe57842049cf9194384480f534859
2021-12-21Add interactive format selection with `-f -`pukkandan
Closes #2065
2021-12-21Add warning when using `-f best`pukkandan
2021-12-21[rtve] Add `RTVEAudioIE` (#1657)kebianizao
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023 Authored by: kebianizao
2021-12-20[docs] Fix bug in regex escape in python 3.6pukkandan
Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b Closes #2060
2021-12-20[dash,youtube] Download live from start to end (#888)The Hatsune Daishi
* 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
2021-12-20[ondemandkorea] Update `jw_config` regex (#2056)Julien Hadley Jack
Authored by: julien-hadleyjack
2021-12-20[youtube:tab] Extract more metadata from feeds/channels/playlists (#1018)coletdjnz
Parse relative time text, extract live, upcoming status, availability and channel id from feeds/channels/playlists (where applicable). Closes #1883 Authored-by: coletdjnz
2021-12-20[hse] Add extractors (#1906)cypheron
Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060 Authored by: cypheron, pukkandan
2021-12-20[postprocessor/ffmpeg] Always add `faststart`pukkandan
Closes #1491
2021-12-20[Facebook] Handle redirect URLspukkandan
Closes #1035
2021-12-20[ABC:iview] Add show extractor (#1630)Paul Wise
Authored by: pabs3
2021-12-20[audiomack] Update album and song VALID_URL (#1203)Abdullah Ibn Fulan
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
2021-12-20[soundcloud] Add related tracks extractor (#1000)Lapinot
Authored by: Lapin0t
2021-12-19[cleanup] Fix some typos (#2033)Unit 193
Authored by: unit193
2021-12-19Remove known invalid thumbnails from `info_dict`pukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821
2021-12-19[youtube:tab] Ignore query when redirecting channel to playlistpukkandan
and cleanup of related code Closes #2046
2021-12-19[docs] Change all examples to use double quotespukkandan
to be platform-agnostic
2021-12-19[generic] Extract m3u8 formats from JSON-LDpukkandan
2021-12-19[test/download] Split `sanitize_got_info_dict` into a separate functionpukkandan
so that it can be used by third party scripts
2021-12-19[PlutoTV] Expand `_VALID_URL`pukkandan
Closes #2007
2021-12-19[zee5] Support /episodes in URLpukkandan
Closes #2016
2021-12-18[utils] Update `std_headers` (#2023)Felix S
* Update our chrome versions used for `User-Agent`s * Drop the `Accept-Charset` header that no browser emits any more Authored by: kikuyan, fstirlitz
2021-12-18[outtmpl] Add operator `&` for replacement text (#2012)PilzAdam
Authored by: PilzAdam
2021-12-17[docs] Improve manpage format (#2003)chris
Closes #1448 Authored by: iw0nderhow, pukkandan
2021-12-17[gronkh] Support new URL pattern (#2019)Sematre
Authored by: Sematre
2021-12-17[extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas
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
2021-12-16[test/download] Ignore field `webpage_url_domain` (#2014)std-move
Authored by: std-move
2021-12-16[NovaEmbed] update player regex (#2008)std-move
Authored by: std-move
2021-12-15[brightcove] Fix 487c5b33897075270c647fa061c066ec0703bcc4pukkandan
2021-12-15[tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96cpukkandan
2021-12-15[extractor] Standardize `_live_title`pukkandan
2021-12-15[youtube:comments] Add more options for limiting number of comments ↵coletdjnz
extracted (#1626) Extends `max_comments` extractor arg to support `max-parents,max-replies,max-replies-per-thread`. Authored-by: coletdjnz
2021-12-15Add field `webpage_url_domain`pukkandan
Closes #1311
2021-12-15[test/download] Add more fieldspukkandan
2021-12-15Fix PostProcessor hooks not registered for some PPspukkandan
Closes #1993
2021-12-15[FormatSort] Prevent incorrect deprecation warningpukkandan
Closes #1981