aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [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
* [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
* [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
* [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
* [Rutube] Add RutubeChannelIE (#1970)Ashish Gupta2021-12-122-3/+19
| | | | Closes #1966 Authored by: Ashish0804
* [toggo] Add extractor (#1961)nyuszika7h2021-12-113-17/+86
| | | Authored by: nyuszika7h
* [fujitv] Extract 1080p from `tv_android` m3u8 (#1928)YuenSzeHong2021-12-111-2/+15
| | | Authored by: YuenSzeHong
* [web.archive:youtube] Improve metadata extraction (#1785)coletdjnz2021-12-092-104/+360
| | | Authored-by: coletdjnz
* [TVer] Extract better thumbnails (#1929)YuenSzeHong2021-12-091-0/+10
| | | Authored by: YuenSzeHong
* [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-095-23/+42
| | | Authored by: nihil-admirari, pukkandan
* [gofile] Add extractor (#1850)Jertzukka2021-12-092-0/+84
| | | | Closes #1831 Authored by: Jertzukka, Ashish0804
* [zdf] Support videos with different ptmd location (#1893)chris2021-12-091-15/+20
| | | Authored by: iw0nderhow
* [CBC Gem] Extract 1080p formats (#1913)David Skrundz2021-12-091-2/+36
| | | Authored by: DavidSkrundz
* [skeb] Add extractor (#1916)The Hatsune Daishi2021-12-093-0/+153
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/30287 Authored by: nao20010128nao
* [crackle] Look for non-DRM formats (#1938)raleeper2021-12-091-19/+21
| | | Authored by: raleeper
* [compat] Suppress errors in enabling VT modepukkandan2021-12-083-3/+14
| | | | Closes #1932