aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated from upstream | 22/12/2021 at 13:30Jesús2021-12-226-40/+160
|\
| * [dash] Fix aria2c dash downloadspukkandan2021-12-211-1/+1
| | | | | | | | Bug in adbc4ec4bbfbe57842049cf9194384480f534859
| * Add interactive format selection with `-f -`pukkandan2021-12-212-38/+59
| | | | | | | | Closes #2065
| * Add warning when using `-f best`pukkandan2021-12-211-0/+5
| |
| * [rtve] Add `RTVEAudioIE` (#1657)kebianizao2021-12-212-1/+95
| | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023 Authored by: kebianizao
* | updated from upstream | 20/12/2021 at 11:53Jesús2021-12-2032-1910/+1020
|\|
| * [docs] Fix bug in regex escape in python 3.6pukkandan2021-12-201-1/+2
| | | | | | | | | | Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b Closes #2060
| * [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-2015-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 Jack2021-12-201-2/+4
| | | | | | Authored by: julien-hadleyjack
| * [youtube:tab] Extract more metadata from feeds/channels/playlists (#1018)coletdjnz2021-12-201-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)cypheron2021-12-202-0/+99
| | | | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060 Authored by: cypheron, pukkandan
| * [postprocessor/ffmpeg] Always add `faststart`pukkandan2021-12-201-6/+5
| | | | | | | | Closes #1491
| * [Facebook] Handle redirect URLspukkandan2021-12-202-0/+42
| | | | | | | | Closes #1035
| * [ABC:iview] Add show extractor (#1630)Paul Wise2021-12-202-0/+65
| | | | | | Authored by: pabs3
| * [audiomack] Update album and song VALID_URL (#1203)Abdullah Ibn Fulan2021-12-201-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)Lapinot2021-12-202-2/+52
| | | | | | Authored by: Lapin0t
| * [cleanup] Fix some typos (#2033)Unit 1932021-12-197-58/+58
| | | | | | Authored by: unit193
| * Remove known invalid thumbnails from `info_dict`pukkandan2021-12-191-1/+2
| | | | | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821
| * [youtube:tab] Ignore query when redirecting channel to playlistpukkandan2021-12-191-44/+44
| | | | | | | | | | and cleanup of related code Closes #2046
| * [docs] Change all examples to use double quotespukkandan2021-12-192-53/+48
| | | | | | | | to be platform-agnostic
| * [generic] Extract m3u8 formats from JSON-LDpukkandan2021-12-191-0/+4
| |
| * [test/download] Split `sanitize_got_info_dict` into a separate functionpukkandan2021-12-191-19/+25
| | | | | | | | so that it can be used by third party scripts
| * [PlutoTV] Expand `_VALID_URL`pukkandan2021-12-191-2/+5
| | | | | | | | Closes #2007
| * [zee5] Support /episodes in URLpukkandan2021-12-191-3/+5
| | | | | | | | Closes #2016
| * [utils] Update `std_headers` (#2023)Felix S2021-12-181-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)PilzAdam2021-12-183-4/+16
| | | | | | Authored by: PilzAdam
| * [docs] Improve manpage format (#2003)chris2021-12-172-38/+82
| | | | | | | | Closes #1448 Authored by: iw0nderhow, pukkandan
| * [gronkh] Support new URL pattern (#2019)Sematre2021-12-171-1/+4
| | | | | | Authored by: Sematre
| * [extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas2021-12-172-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:40Jesús2021-12-162-2/+2
|\|
| * [test/download] Ignore field `webpage_url_domain` (#2014)std-move2021-12-161-1/+1
| | | | | | Authored by: std-move
| * [NovaEmbed] update player regex (#2008)std-move2021-12-161-1/+1
| | | | | | Authored by: std-move
* | updated from upstream | 15/12/2021 at 13:01Jesús2021-12-1569-225/+255
|\|
| * [brightcove] Fix 487c5b33897075270c647fa061c066ec0703bcc4pukkandan2021-12-151-2/+1
| |
| * [tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96cpukkandan2021-12-152-2/+1
| |
| * [extractor] Standardize `_live_title`pukkandan2021-12-1567-94/+68
| |
| * [youtube:comments] Add more options for limiting number of comments ↵coletdjnz2021-12-152-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`pukkandan2021-12-152-0/+6
| | | | | | | | Closes #1311
| * [test/download] Add more fieldspukkandan2021-12-152-6/+49
| |
| * Fix PostProcessor hooks not registered for some PPspukkandan2021-12-151-7/+10
| | | | | | | | Closes #1993
| * [FormatSort] Prevent incorrect deprecation warningpukkandan2021-12-151-6/+9
| | | | | | | | Closes #1981
| * [ok.ru] add mobile fallback (#1972)The Hatsune Daishi2021-12-141-1/+50
| | | | | | Authored by: nao20010128nao
* | updated from upstream | 14/12/2021 at 12:50Jesús2021-12-145-12/+199
|\|
| * [olympics] Add uploader and cleanup (#1990)u-spec-png2021-12-141-3/+2
| | | | | | Authored by: u-spec-png
| * [TikTok] Pass cookies to mobile API (#1994)MinePlayersPE2021-12-141-3/+15
| | | | | | Authored by: MinePlayersPE
| * [SonyLiv] Add OTP login support (#1959)Ashish Gupta2021-12-141-6/+54
| | | | | | | | Closes #1945 Authored by: Ashish0804
| * [NateTV] Add NateIE and NateProgramIE (#1950)Ashish Gupta2021-12-142-0/+128
| | | | | | Authored by: Ashish0804, Hyeeji
* | updated from upstream | 13/12/2021 at 18:05Jesús2021-12-137-26/+127
|\|
| * [DiscoveryPlusShowBaseIE] yield actual video idAshish Gupta2021-12-131-3/+3
| |
| * [instagram] Expand valid URL (#1977)u-spec-png2021-12-121-1/+4
| | | | | | | | | | Closes #1925 Authored by: u-spec-png