aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [ntvcojp] Extract NUXT data (#1915)The Hatsune Daishi2021-12-071-9/+18
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/30309 Authored by: nao20010128nao
* [ceskatelevize] Fetch iframe from nextJS data (#1904)Michal Kubeček2021-12-071-7/+8
| | | | Closes #1899 Authored by: mkubecek
* [extractor] Add `_search_nuxt_data` (#1921)The Hatsune Daishi2021-12-072-12/+19
| | | Authored by: nao20010128nao
* [redtube] Handle formats delivered inside a JSON (#1877)nixxo2021-12-071-11/+24
| | | | Closes #1663 Authored by: dirkf, nixxo
* Pre-process when using `--flat-playlist`pukkandan2021-12-071-0/+1
|
* Use `parse_duration` for `--wait-for-video`pukkandan2021-12-063-8/+8
| | | | and some minor fix
* Allow `--no-write-thumbnail` to override `--write-all-thumbnail`pukkandan2021-12-062-7/+9
| | | | Closes #1900
* bugfix for 63ccf4ff1a953e1b2a9422406cf8ad3f8aae4cbcpukkandan2021-12-061-4/+4
|
* [vimeo] Extract chapterspukkandan2021-12-051-1/+12
| | | | Closes #1892
* [TrueID] Add extractor (#1847)MinePlayersPE2021-12-052-0/+140
| | | Authored by: MinePlayersPE
* [extractor] Ignore errors in comment extraction when `-i` is givenpukkandan2021-12-031-3/+7
| | | | Closes #1787
* [lazy_extractors] Fix bug in 2c4aaaddc99dfb57cb3a5395e4d2fff2f4b819a4pukkandan2021-12-032-172/+173
| | | | SearchIEs must not inherit from extractors that have a _VALID_URL defined
* Fix `--throttled-rate`pukkandan2021-12-031-2/+2
|
* [RaiNews] Fix extractor (#1864)nixxo2021-12-031-11/+17
| | | | Closes #1862 Authored by: nixxo
* [EmbedSubtitle] Disable duration check temporarilypukkandan2021-12-021-0/+6
| | | | Closes #1870, #1385