Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated from upstream | 22/12/2021 at 13:30 | Jesús | 2021-12-22 | 6 | -40/+160 |
|\ | |||||
| * | [dash] Fix aria2c dash downloads | pukkandan | 2021-12-21 | 1 | -1/+1 |
| | | | | | | | | Bug in adbc4ec4bbfbe57842049cf9194384480f534859 | ||||
| * | Add interactive format selection with `-f -` | pukkandan | 2021-12-21 | 2 | -38/+59 |
| | | | | | | | | Closes #2065 | ||||
| * | Add warning when using `-f best` | pukkandan | 2021-12-21 | 1 | -0/+5 |
| | | |||||
| * | [rtve] Add `RTVEAudioIE` (#1657) | kebianizao | 2021-12-21 | 2 | -1/+95 |
| | | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023 Authored by: kebianizao | ||||
* | | updated from upstream | 20/12/2021 at 11:53 | Jesús | 2021-12-20 | 32 | -1910/+1020 |
|\| | |||||
| * | [docs] Fix bug in regex escape in python 3.6 | pukkandan | 2021-12-20 | 1 | -1/+2 |
| | | | | | | | | | | Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b Closes #2060 | ||||
| * | [dash,youtube] Download live from start to end (#888) | The Hatsune Daishi | 2021-12-20 | 15 | -100/+355 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | [ondemandkorea] Update `jw_config` regex (#2056) | Julien Hadley Jack | 2021-12-20 | 1 | -2/+4 |
| | | | | | | Authored by: julien-hadleyjack | ||||
| * | [youtube:tab] Extract more metadata from feeds/channels/playlists (#1018) | coletdjnz | 2021-12-20 | 1 | -40/+57 |
| | | | | | | | | | | | | Parse relative time text, extract live, upcoming status, availability and channel id from feeds/channels/playlists (where applicable). Closes #1883 Authored-by: coletdjnz | ||||
| * | [hse] Add extractors (#1906) | cypheron | 2021-12-20 | 2 | -0/+99 |
| | | | | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060 Authored by: cypheron, pukkandan | ||||
| * | [postprocessor/ffmpeg] Always add `faststart` | pukkandan | 2021-12-20 | 1 | -6/+5 |
| | | | | | | | | Closes #1491 | ||||
| * | [Facebook] Handle redirect URLs | pukkandan | 2021-12-20 | 2 | -0/+42 |
| | | | | | | | | Closes #1035 | ||||
| * | [ABC:iview] Add show extractor (#1630) | Paul Wise | 2021-12-20 | 2 | -0/+65 |
| | | | | | | Authored by: pabs3 | ||||
| * | [audiomack] Update album and song VALID_URL (#1203) | Abdullah Ibn Fulan | 2021-12-20 | 1 | -15/+19 |
| | | | | | | | | | | 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 | ||||
| * | [soundcloud] Add related tracks extractor (#1000) | Lapinot | 2021-12-20 | 2 | -2/+52 |
| | | | | | | Authored by: Lapin0t | ||||
| * | [cleanup] Fix some typos (#2033) | Unit 193 | 2021-12-19 | 7 | -58/+58 |
| | | | | | | Authored by: unit193 | ||||
| * | Remove known invalid thumbnails from `info_dict` | pukkandan | 2021-12-19 | 1 | -1/+2 |
| | | | | | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821 | ||||
| * | [youtube:tab] Ignore query when redirecting channel to playlist | pukkandan | 2021-12-19 | 1 | -44/+44 |
| | | | | | | | | | | and cleanup of related code Closes #2046 | ||||
| * | [docs] Change all examples to use double quotes | pukkandan | 2021-12-19 | 2 | -53/+48 |
| | | | | | | | | to be platform-agnostic | ||||
| * | [generic] Extract m3u8 formats from JSON-LD | pukkandan | 2021-12-19 | 1 | -0/+4 |
| | | |||||
| * | [test/download] Split `sanitize_got_info_dict` into a separate function | pukkandan | 2021-12-19 | 1 | -19/+25 |
| | | | | | | | | so that it can be used by third party scripts | ||||
| * | [PlutoTV] Expand `_VALID_URL` | pukkandan | 2021-12-19 | 1 | -2/+5 |
| | | | | | | | | Closes #2007 | ||||
| * | [zee5] Support /episodes in URL | pukkandan | 2021-12-19 | 1 | -3/+5 |
| | | | | | | | | Closes #2016 | ||||
| * | [utils] Update `std_headers` (#2023) | Felix S | 2021-12-18 | 1 | -1577/+38 |
| | | | | | | | | | | | | * Update our chrome versions used for `User-Agent`s * Drop the `Accept-Charset` header that no browser emits any more Authored by: kikuyan, fstirlitz | ||||
| * | [outtmpl] Add operator `&` for replacement text (#2012) | PilzAdam | 2021-12-18 | 3 | -4/+16 |
| | | | | | | Authored by: PilzAdam | ||||
| * | [docs] Improve manpage format (#2003) | chris | 2021-12-17 | 2 | -38/+82 |
| | | | | | | | | Closes #1448 Authored by: iw0nderhow, pukkandan | ||||
| * | [gronkh] Support new URL pattern (#2019) | Sematre | 2021-12-17 | 1 | -1/+4 |
| | | | | | | Authored by: Sematre | ||||
| * | [extractor] Support default implicit graph in JSON-LD (#1983) | Zenon Mousmoulas | 2021-12-17 | 2 | -18/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | updated from upstream | 16/12/2021 at 15:40 | Jesús | 2021-12-16 | 2 | -2/+2 |
|\| | |||||
| * | [test/download] Ignore field `webpage_url_domain` (#2014) | std-move | 2021-12-16 | 1 | -1/+1 |
| | | | | | | Authored by: std-move | ||||
| * | [NovaEmbed] update player regex (#2008) | std-move | 2021-12-16 | 1 | -1/+1 |
| | | | | | | Authored by: std-move | ||||
* | | updated from upstream | 15/12/2021 at 13:01 | Jesús | 2021-12-15 | 69 | -225/+255 |
|\| | |||||
| * | [brightcove] Fix 487c5b33897075270c647fa061c066ec0703bcc4 | pukkandan | 2021-12-15 | 1 | -2/+1 |
| | | |||||
| * | [tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96c | pukkandan | 2021-12-15 | 2 | -2/+1 |
| | | |||||
| * | [extractor] Standardize `_live_title` | pukkandan | 2021-12-15 | 67 | -94/+68 |
| | | |||||
| * | [youtube:comments] Add more options for limiting number of comments ↵ | coletdjnz | 2021-12-15 | 2 | -109/+67 |
| | | | | | | | | | | | | extracted (#1626) Extends `max_comments` extractor arg to support `max-parents,max-replies,max-replies-per-thread`. Authored-by: coletdjnz | ||||
| * | Add field `webpage_url_domain` | pukkandan | 2021-12-15 | 2 | -0/+6 |
| | | | | | | | | Closes #1311 | ||||
| * | [test/download] Add more fields | pukkandan | 2021-12-15 | 2 | -6/+49 |
| | | |||||
| * | Fix PostProcessor hooks not registered for some PPs | pukkandan | 2021-12-15 | 1 | -7/+10 |
| | | | | | | | | Closes #1993 | ||||
| * | [FormatSort] Prevent incorrect deprecation warning | pukkandan | 2021-12-15 | 1 | -6/+9 |
| | | | | | | | | Closes #1981 | ||||
| * | [ok.ru] add mobile fallback (#1972) | The Hatsune Daishi | 2021-12-14 | 1 | -1/+50 |
| | | | | | | Authored by: nao20010128nao | ||||
* | | updated from upstream | 14/12/2021 at 12:50 | Jesús | 2021-12-14 | 5 | -12/+199 |
|\| | |||||
| * | [olympics] Add uploader and cleanup (#1990) | u-spec-png | 2021-12-14 | 1 | -3/+2 |
| | | | | | | Authored by: u-spec-png | ||||
| * | [TikTok] Pass cookies to mobile API (#1994) | MinePlayersPE | 2021-12-14 | 1 | -3/+15 |
| | | | | | | Authored by: MinePlayersPE | ||||
| * | [SonyLiv] Add OTP login support (#1959) | Ashish Gupta | 2021-12-14 | 1 | -6/+54 |
| | | | | | | | | Closes #1945 Authored by: Ashish0804 | ||||
| * | [NateTV] Add NateIE and NateProgramIE (#1950) | Ashish Gupta | 2021-12-14 | 2 | -0/+128 |
| | | | | | | Authored by: Ashish0804, Hyeeji | ||||
* | | updated from upstream | 13/12/2021 at 18:05 | Jesús | 2021-12-13 | 7 | -26/+127 |
|\| | |||||
| * | [DiscoveryPlusShowBaseIE] yield actual video id | Ashish Gupta | 2021-12-13 | 1 | -3/+3 |
| | | |||||
| * | [instagram] Expand valid URL (#1977) | u-spec-png | 2021-12-12 | 1 | -1/+4 |
| | | | | | | | | | | Closes #1925 Authored by: u-spec-png |