Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TikTok] Fallback to feed API endpoint (#2142) | MinePlayersPE | 2021-12-28 | 1 | -4/+12 |
| | | | | Authored by: MinePlayersPE Workaround for #2133 | ||||
* | [gfycat] Fix `uploader` | pukkandan | 2021-12-28 | 1 | -4/+24 |
| | |||||
* | [Zee5] Fix VALID_URL for tv-shows | Ashish Gupta | 2021-12-26 | 1 | -27/+28 |
| | |||||
* | [youtube] End `live-from-start` properly when stream ends with 403 | pukkandan | 2021-12-26 | 1 | -18/+25 |
| | | | | Closes #2089 | ||||
* | [tiktok] Fix `extractor_key` used in archive | pukkandan | 2021-12-26 | 1 | -2/+2 |
| | |||||
* | [TikTok] Add music, sticker and tag IEs (#2119) | MinePlayersPE | 2021-12-26 | 2 | -0/+111 |
| | | | | Closes #1752 Authored by: MinePlayersPE | ||||
* | [BiliIntl] Fix extractor (#2077) | MinePlayersPE | 2021-12-26 | 1 | -59/+79 |
| | | | | Closes #1744 Authored by: MinePlayersPE | ||||
* | [PixivSketch] Add extractors (#2104) | The Hatsune Daishi | 2021-12-26 | 2 | -0/+126 |
| | | | Authored by: nao20010128nao | ||||
* | [generic] Fix HTTP KVS Player (#2111) | git-anony-mouse | 2021-12-25 | 1 | -1/+13 |
| | | | Authored by: git-anony-mouse | ||||
* | [CBC] Fix URL regex | pukkandan | 2021-12-25 | 1 | -1/+2 |
| | | | | Closes #2110 | ||||
* | [dplay] Temporary fix for `discoveryplus.com/it` | pukkandan | 2021-12-25 | 2 | -1/+14 |
| | | | | Closes #2073 | ||||
* | [GameJolt] Add extractors (#2036) | MinePlayersPE | 2021-12-25 | 3 | -2/+550 |
| | | | Authored by: MinePlayersPE | ||||
* | [Steam] Fix extractor (#2029) | u-spec-png | 2021-12-25 | 1 | -79/+61 |
| | | | | Closes #1992 Authored by: u-spec-png | ||||
* | [OpenCast] Add extractors (#1905) | Benedikt Wildenhain | 2021-12-25 | 2 | -0/+181 |
| | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934 Authored by: bwildenhain, C0D3D3V | ||||
* | [dropout] Add extractor (#2045) | Sonic | 2021-12-24 | 2 | -0/+216 |
| | | | Authored-by: TwoThousandHedgehogs, pukkandan | ||||
* | [youtube:tab] Extract video thumbnails from playlist (#2096) | coletdjnz | 2021-12-24 | 1 | -39/+34 |
| | | | | closes #1184 Co-Authored-by: coletdjnz, pukkandan | ||||
* | [npr] Make SMIL extraction non-fatal (#2099) | siddharth | 2021-12-24 | 2 | -2/+3 |
| | | | | Closes #1934 Authored by: r5d | ||||
* | [RCTIPlusSeries] Lazy extraction and video type selection (#2050) | MinePlayersPE | 2021-12-24 | 1 | -47/+76 |
| | | | Authored by: MinePlayersPE | ||||
* | [Instagram] Try bypassing login wall with embed page (#2095) | MinePlayersPE | 2021-12-24 | 1 | -4/+13 |
| | | | Authored by: MinePlayersPE | ||||
* | [LBRY] Support livestreams (#2062) | Ashish Gupta | 2021-12-23 | 1 | -15/+25 |
| | | | | Closes #2054 Authored by: Ashish0804, pukkandan | ||||
* | [NJPWWorld] Extract formats from m3u8 (#2075) | aarubui | 2021-12-23 | 1 | -7/+2 |
| | | | Authored by: aarubui | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 7 | -12/+12 |
| | | | | Closes #1942 #1976 #2020 #2058 #1984 | ||||
* | [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 | ||||
* | [dash,youtube] Download live from start to end (#888) | The Hatsune Daishi | 2021-12-20 | 2 | -25/+183 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | [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 | 1 | -1/+1 |
| | | | Authored by: unit193 | ||||
* | [youtube:tab] Ignore query when redirecting channel to playlist | pukkandan | 2021-12-19 | 1 | -44/+44 |
| | | | | | and cleanup of related code Closes #2046 | ||||
* | [generic] Extract m3u8 formats from JSON-LD | pukkandan | 2021-12-19 | 1 | -0/+4 |
| | |||||
* | [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 | ||||
* | [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 | 1 | -3/+10 |
| | | | | | | | | | | | | 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 | ||||
* | [NovaEmbed] update player regex (#2008) | std-move | 2021-12-16 | 1 | -1/+1 |
| | | | Authored by: std-move | ||||
* | [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 | 66 | -94/+65 |
| | |||||
* | [youtube:comments] Add more options for limiting number of comments ↵ | coletdjnz | 2021-12-15 | 1 | -107/+63 |
| | | | | | | extracted (#1626) Extends `max_comments` extractor arg to support `max-parents,max-replies,max-replies-per-thread`. Authored-by: coletdjnz | ||||
* | [test/download] Add more fields | pukkandan | 2021-12-15 | 1 | -2/+8 |
| | |||||
* | [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 | ||||
* | [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 |