Commit Graph

19573 Commits (dd078970ba1739cfd4fcc798a4b5026cb11c427a)
 

Author SHA1 Message Date
coletdjnz a7e999beec
[pbs] Fix subtitle extraction ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/24430, https://github.com/ytdl-org/youtube-dl/pull/17434
Closes: , https://github.com/ytdl-org/youtube-dl/issues/18796, https://github.com/ytdl-org/youtube-dl/issues/17273
Authored-by: coletdjnz, gesa, raphaeldore
Ashish 71407b3eca
[Olympics] Add replay extractor ()
Closes  
Authored by: Ashish0804
Ashish dc9de9cbd2
[Yandex] Add ZenYandexIE and ZenYandexChannelIE ()
Authored by: Ashish0804
Poschi 92ddaa415e
[gotostage] Add extractor ()
Authored by: poschi3
coletdjnz b6de707d13
[youtube] Improvements to JS player extraction (See desc) ()
* fallback player url extraction when it fails to be extracted from the webpage
* don't download js player unnecessarily for clients that don't require it
* try to extract js player url from any additional client configs
* ability to skip the js player usage/download using `player_skip=js`
* ability to skip the initial webpage download using `player_skip=webpage`

known issue:
* authentication for multi-channel accounts and multi-account cookies may not work correctly if the webpage or client configs are skipped
*  formats from the web client requiring signature decryption will be skipped if player js extraction is skipped

Authored by: coletdjnz
coletdjnz bccdbd22d5
[Mediaklikk] Add Extractor ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/17453, https://github.com/ytdl-org/youtube-dl/pull/25098
Fixes: https://github.com/ytdl-org/youtube-dl/issues/21431
Authored-by: tmarki, mrx23dot, coletdjnz
MinePlayersPE bd9ff55bcd [tiktok] Use API to fetch higher quality video ()
Authored by: MinePlayersPE, llacb47
pukkandan 526d74ec5a
[cleanup] Misc
pukkandan e04a1ff92e
[soundcloud] Retry playlist pages on `502` error
Closes 
pukkandan aa6c25309a [soundcloud] Make playlist extraction lazy
pukkandan d98b006b85 [dw] Fix extractor
Closes 
pukkandan 265a7a8ee5
[redtube] Fix exts
Closes 
pukkandan 826446bd82
[plutotv] Fix extractor for URLs with `/en`
Closes 
The Hatsune Daishi bc79491368
[17live] Add 17.live extractor ()
Authored by: nao20010128nao
ChillingPepper 421ddcb8b4
[SovietsCloset] Add extractor ()
Authored by: ChillingPepper
coletdjnz c0ac49bcca
[youtube] Retry on 'Unknown Error' ()
and do not repeat unimportant alerts

Closes 
Authored by: coletdjnz
coletdjnz 02def2714c
[southpark] Fix SouthParkDE ()
This was broken by ee1e05581e
Authored by: coletdjnz
pukkandan f9be9cb9fd
[cookies] Print warning for cookie decoding error only once
Closes 
pukkandan 4614bc22c1 Allow `--force-write-archive` to work with `--flat-playlist`
Related: 
pukkandan 8e5fecc88c
Handle more playlist errors with `-i`
pukkandan 165efb823b
[ModifyChapters] fixes (See desc)
* [docs] Fix typo
* Do not enable `sponskrub` by default
* Fix `--force-keyframes-at-cuts`
* Don't embed subtitles if the video has been cut. Previously, running `--remove-chapters` with `--embed-subs` multiple times caused repeated cuts and out-of-sync subtitles
* Store `_real_duration` to prevent running ffprobe multiple times
pukkandan dd594deb2a
Fix `--no-get-comments`
Closes 
pukkandan 409e18286e
Fix `extra_info` being reused across runs
58adec4677 was supposed to solve this, but ended up being an incomplete fix
Closes 
pukkandan 8113999995
Fix `--compat-option playlist-index`
pukkandan 8026e50152
[version] update
:ci skip all
pukkandan 9ee4f0bb5b
Release 2021.09.02
pukkandan be4d9f4cd9
Partially revert "[build] Add homebrew taps ()"
pukkandan 347182a0cd
Show a more useful error in older python versions
pukkandan a7429aa9fa
[youtube] Fix subtitle names
Nil Admirari 7a340e0df3
Native SponsorBlock implementation and related improvements ()
SponsorBlock options:
* The fetched sponsor sections are written to infojson
* `--sponsorblock-remove` removes specified chapters from file
* `--sponsorblock-mark` marks the specified sponsor sections as chapters
* `--sponsorblock-chapter-title` to specify sponsor chapter template
* `--sponsorblock-api` to use a different API

Related improvements:
* Split `--embed-chapters` from `--embed-metadata`
* Add `--remove-chapters` to remove arbitrary chapters
* Add `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters

Deprecates all `--sponskrub` options

Authored by: nihil-admirari, pukkandan
ouwou f0e5366335
[reddit] Fix for quarantined subreddits ()
Authored by: ouwou
nyuszika7h 49ca8db06b
[mediaset] Fix extraction for more videos ()
Closes 
Authored by: nyuszika7h
nyuszika7h ee57a19d84
[mediaset] Fix extraction for some videos ()
This was broken by 
Closes  
Authored by: nyuszika7h
octotherp 908b56eaf7
[XHamster] Extract `uploader_id` ()
Authored by: octotherp
u-spec-png 1461d7bef2
[Tokentube] Add extractor ()
Closes  
Authored by: u-spec-png
pukkandan 8a2d992389
[facebook] Fix format sorting
Closes 
pukkandan 8e25d624df
[EmbedSubtitle] Continue even if some files are missing
coletdjnz e88dabb35e
[Viafree] Fix extractor and extract subtitles ()
Authored by: coletdjnz
Fixes 
BunnyHelp 8eb7ba82ca
[iwara.tv] Extract more metadata ()
Authored-by: BunnyHelp
Luc Ritchie b2eeee0ce0
[afreecatv] Tolerate failure to parse date string ()
Authored by: wlritchi
Luc Ritchie 875cfb8cbc
[afreecatv] Fix adult VODs ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/28405
Fixes https://github.com/ytdl-org/youtube-dl/issues/26622, https://github.com/ytdl-org/youtube-dl/issues/26926

Authored by: wlritchi
The Hatsune Daishi b8773e63f0
[build] Add homebrew taps ()
https://github.com/yt-dlp/homebrew-taps
Closes: , 
Authored by: nao20010128nao
u-spec-png 05664a2f7b
[CDA] Add more formats ()
Fixes: , https://github.com/ytdl-org/youtube-dl/issues/29844
Authored by: u-spec-png
pukkandan 2ee6389bef
[build] Fix bug in making `yt-dlp.tar.gz`
coletdjnz 62cdaaf0e2
[StarTV] Add extractor for startv.com.tr ()
Authored-by: mrfade, coletdjnz
Related: https://github.com/ytdl-org/youtube-dl/issues/22715
coletdjnz 419508eabb
[Motherless] Fix extractor ()
Authored-by: coletdjnz
Fixes , https://github.com/ytdl-org/youtube-dl/issues/29626
Sipherdrakon 54153fb71b
[VH1,TVLand] Fix extractors ()
Fixes  but not 
Authored by: Sipherdrakon
zenerdi0de 1dd6d9ca9d
[Patreon] Add PatreonUserIE ()
Authored by: zenerdi0de
IONECarter 356ac009d3
[peloton] Add extractor ()
Authored by: IONECarter, capntrips, pukkandan
coletdjnz 9a292a620c
[ATV.at] Fix extractor for ATV.at ()
Authored-by: NeroBurner, coletdjnz
Fixes https://github.com/ytdl-org/youtube-dl/issues/29079