| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Authored by: Sipherdrakon
|
|
|
| |
Authored by: llacb47
|
|
|
| |
Authored by: Ashish0804
|
|
|
| |
Authored by: sulyi
|
|
|
| |
Authored by: u-spec-png
|
|
|
| |
Authored by: zenerdi0de
|
|
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/28955 (see also https://github.com/ytdl-org/youtube-dl/issues/28906#issuecomment-831008270)
Closes #861, https://github.com/ytdl-org/youtube-dl/issues/28906, https://github.com/ytdl-org/youtube-dl/issues/29337, https://github.com/ytdl-org/youtube-dl/issues/29190, https://github.com/ytdl-org/youtube-dl/issues/28939, https://github.com/ytdl-org/youtube-dl/issues/29620
Authored-by: coletdjnz, sleaux-meaux, Vangelis66
|
|
|
|
| |
Authored by: u-spec-png
|
|
|
|
|
| |
Closes #868
Authored by: Jules-A, pukkandan
|
| |
|
| |
|
| |
|
|
|
| |
Authored by: dalanmiller
|
|
|
|
|
|
| |
and misc cleanup
Closes #859
Authored by: MinePlayersPE, llacb47
|
|
|
| |
Authored by: u-spec-png
|
|
|
|
| |
Closes #611
Authored by: Ashish0804
|
|
|
|
| |
Closes #911
Authored by: Ashish0804
|
|
|
|
| |
Closes #929
Authored by: fstirlitz
|
|
|
| |
Closes #921
|
|
|
|
|
| |
Authored-by: coletdjnz
Related: https://github.com/ytdl-org/youtube-dl/issues/28267
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/24430, https://github.com/ytdl-org/youtube-dl/pull/17434
Closes: #836, https://github.com/ytdl-org/youtube-dl/issues/18796, https://github.com/ytdl-org/youtube-dl/issues/17273
Authored-by: coletdjnz, gesa, raphaeldore
|
|
|
|
| |
Closes #897
Authored by: Ashish0804
|
|
|
| |
Authored by: Ashish0804
|
|
|
| |
Authored by: poschi3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
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
|
|
|
| |
Authored by: MinePlayersPE, llacb47
|
| |
|
|
|
|
| |
Closes #872
|
| |
|
|
|
|
| |
Closes #830
|
|
|
|
| |
Closes #464
|
|
|
|
| |
Closes #431
|
|
|
| |
Authored by: nao20010128nao
|
|
|
| |
Authored by: ChillingPepper
|
|
|
|
|
|
| |
and do not repeat unimportant alerts
Closes #839
Authored by: coletdjnz
|
|
|
|
| |
This was broken by https://github.com/yt-dlp/yt-dlp/commit/ee1e05581e32114c52e75e90983a66fb25fbc730
Authored by: coletdjnz
|
|
|
|
| |
Closes #889
|
|
|
|
| |
Related: #876
|
| |
|
|
|
|
|
|
|
|
| |
* [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
|
|
|
|
| |
Closes #882
|
|
|
|
|
| |
58adec46773ee95be356daf88da7ac8a0ff1e703 was supposed to solve this, but ended up being an incomplete fix
Closes #727
|
| |
|
|
|
|
| |
:ci skip all
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|