aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-20[postprocessor/ffmpeg] Always add `faststart`pukkandan
Closes #1491
2021-12-20[Facebook] Handle redirect URLspukkandan
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
2021-12-19Remove known invalid thumbnails from `info_dict`pukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821
2021-12-19[youtube:tab] Ignore query when redirecting channel to playlistpukkandan
and cleanup of related code Closes #2046
2021-12-19[docs] Change all examples to use double quotespukkandan
to be platform-agnostic
2021-12-19[generic] Extract m3u8 formats from JSON-LDpukkandan
2021-12-19[test/download] Split `sanitize_got_info_dict` into a separate functionpukkandan
so that it can be used by third party scripts
2021-12-19[PlutoTV] Expand `_VALID_URL`pukkandan
Closes #2007
2021-12-19[zee5] Support /episodes in URLpukkandan
Closes #2016
2021-12-18[utils] Update `std_headers` (#2023)Felix S
* Update our chrome versions used for `User-Agent`s * Drop the `Accept-Charset` header that no browser emits any more Authored by: kikuyan, fstirlitz
2021-12-18[outtmpl] Add operator `&` for replacement text (#2012)PilzAdam
Authored by: PilzAdam
2021-12-17[docs] Improve manpage format (#2003)chris
Closes #1448 Authored by: iw0nderhow, pukkandan
2021-12-17[gronkh] Support new URL pattern (#2019)Sematre
Authored by: Sematre
2021-12-17[extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas
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
2021-12-16[test/download] Ignore field `webpage_url_domain` (#2014)std-move
Authored by: std-move
2021-12-16[NovaEmbed] update player regex (#2008)std-move
Authored by: std-move
2021-12-15[brightcove] Fix 487c5b33897075270c647fa061c066ec0703bcc4pukkandan
2021-12-15[tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96cpukkandan
2021-12-15[extractor] Standardize `_live_title`pukkandan
2021-12-15[youtube:comments] Add more options for limiting number of comments ↵coletdjnz
extracted (#1626) Extends `max_comments` extractor arg to support `max-parents,max-replies,max-replies-per-thread`. Authored-by: coletdjnz
2021-12-15Add field `webpage_url_domain`pukkandan
Closes #1311
2021-12-15[test/download] Add more fieldspukkandan
2021-12-15Fix PostProcessor hooks not registered for some PPspukkandan
Closes #1993
2021-12-15[FormatSort] Prevent incorrect deprecation warningpukkandan
Closes #1981
2021-12-14[ok.ru] add mobile fallback (#1972)The Hatsune Daishi
Authored by: nao20010128nao
2021-12-14[olympics] Add uploader and cleanup (#1990)u-spec-png
Authored by: u-spec-png
2021-12-14[TikTok] Pass cookies to mobile API (#1994)MinePlayersPE
Authored by: MinePlayersPE
2021-12-14[SonyLiv] Add OTP login support (#1959)Ashish Gupta
Closes #1945 Authored by: Ashish0804
2021-12-14[NateTV] Add NateIE and NateProgramIE (#1950)Ashish Gupta
Authored by: Ashish0804, Hyeeji
2021-12-13[DiscoveryPlusShowBaseIE] yield actual video idAshish Gupta
2021-12-12[instagram] Expand valid URL (#1977)u-spec-png
Closes #1925 Authored by: u-spec-png
2021-12-12[Rutube] Add RutubeChannelIE (#1970)Ashish Gupta
Closes #1966 Authored by: Ashish0804
2021-12-11[toggo] Add extractor (#1961)nyuszika7h
Authored by: nyuszika7h
2021-12-11[fujitv] Extract 1080p from `tv_android` m3u8 (#1928)YuenSzeHong
Authored by: YuenSzeHong
2021-12-09[web.archive:youtube] Improve metadata extraction (#1785)coletdjnz
Authored-by: coletdjnz
2021-12-09[TVer] Extract better thumbnails (#1929)YuenSzeHong
Authored by: YuenSzeHong
2021-12-09[SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari
Authored by: nihil-admirari, pukkandan
2021-12-09[gofile] Add extractor (#1850)Jertzukka
Closes #1831 Authored by: Jertzukka, Ashish0804
2021-12-09[zdf] Support videos with different ptmd location (#1893)chris
Authored by: iw0nderhow
2021-12-09[CBC Gem] Extract 1080p formats (#1913)David Skrundz
Authored by: DavidSkrundz
2021-12-09[skeb] Add extractor (#1916)The Hatsune Daishi
Fixes: https://github.com/ytdl-org/youtube-dl/issues/30287 Authored by: nao20010128nao
2021-12-09[crackle] Look for non-DRM formats (#1938)raleeper
Authored by: raleeper
2021-12-08[compat] Suppress errors in enabling VT modepukkandan
Closes #1932
2021-12-07[ntvcojp] Extract NUXT data (#1915)The Hatsune Daishi
Fixes: https://github.com/ytdl-org/youtube-dl/issues/30309 Authored by: nao20010128nao
2021-12-07[ceskatelevize] Fetch iframe from nextJS data (#1904)Michal Kubeček
Closes #1899 Authored by: mkubecek
2021-12-07[extractor] Add `_search_nuxt_data` (#1921)The Hatsune Daishi
Authored by: nao20010128nao