Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-27 | [aria2c] Don't show progress when `--no-progress` | pukkandan | |
2021-12-27 | [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available | pukkandan | |
2021-12-27 | [ThumbnailsConvertor] Fix for when there are no thumbnails | pukkandan | |
Closes #2125 | |||
2021-12-26 | [Zee5] Fix VALID_URL for tv-shows | Ashish Gupta | |
2021-12-26 | [youtube] End `live-from-start` properly when stream ends with 403 | pukkandan | |
Closes #2089 | |||
2021-12-26 | [tiktok] Fix `extractor_key` used in archive | pukkandan | |
2021-12-26 | [TikTok] Add music, sticker and tag IEs (#2119) | MinePlayersPE | |
Closes #1752 Authored by: MinePlayersPE | |||
2021-12-26 | Avoid recursion error when re-extracting info | pukkandan | |
2021-12-26 | [BiliIntl] Fix extractor (#2077) | MinePlayersPE | |
Closes #1744 Authored by: MinePlayersPE | |||
2021-12-26 | [PixivSketch] Add extractors (#2104) | The Hatsune Daishi | |
Authored by: nao20010128nao | |||
2021-12-25 | [generic] Fix HTTP KVS Player (#2111) | git-anony-mouse | |
Authored by: git-anony-mouse | |||
2021-12-25 | [ffmpeg] Fix position of `--ppa` | pukkandan | |
Bug in ca5db158aecc36a3db41faa85a26e7d931b5d72b Closes #2112 | |||
2021-12-25 | [CBC] Fix URL regex | pukkandan | |
Closes #2110 | |||
2021-12-25 | [version] update2021.12.25 | github-actions | |
Created by: pukkandan :ci skip all | |||
2021-12-25 | Release 2021.12.25 | pukkandan | |
2021-12-25 | [dplay] Temporary fix for `discoveryplus.com/it` | pukkandan | |
Closes #2073 | |||
2021-12-25 | [docs] Minor fixes | pukkandan | |
2021-12-25 | [utils] Improve `parse_count` | pukkandan | |
2021-12-25 | [GameJolt] Add extractors (#2036) | MinePlayersPE | |
Authored by: MinePlayersPE | |||
2021-12-25 | [Steam] Fix extractor (#2029) | u-spec-png | |
Closes #1992 Authored by: u-spec-png | |||
2021-12-25 | [OpenCast] Add extractors (#1905) | Benedikt Wildenhain | |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934 Authored by: bwildenhain, C0D3D3V | |||
2021-12-24 | [dropout] Add extractor (#2045) | Sonic | |
Authored-by: TwoThousandHedgehogs, pukkandan | |||
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-23 | Fix bug in 1cefca9e440f343281779e47720128e9614cf147 | pukkandan | |
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-23 | Add 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 cleanup | pukkandan | |
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 downloads | pukkandan | |
Bug in adbc4ec4bbfbe57842049cf9194384480f534859 | |||
2021-12-21 | Add interactive format selection with `-f -` | pukkandan | |
Closes #2065 | |||
2021-12-21 | Add 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.6 | pukkandan | |
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 URLs | pukkandan | |
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 |