You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
Nil Admirari 7a340e0df3
Native SponsorBlock implementation and related improvements (#360)
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
4 years ago
..
downloader Use `os.replace` where applicable (#793) 4 years ago
extractor [reddit] Fix for quarantined subreddits (#848) 4 years ago
postprocessor Native SponsorBlock implementation and related improvements (#360) 4 years ago
YoutubeDL.py fix bug in 88acdbc269 4 years ago
__init__.py Native SponsorBlock implementation and related improvements (#360) 4 years ago
__main__.py [cleanup] Point all shebang to `python3` (#372) 4 years ago
aes.py Completely change project name to yt-dlp (#85) 4 years ago
cache.py Completely change project name to yt-dlp (#85) 4 years ago
compat.py [compat] Remove unnecessary code 4 years ago
cookies.py [cookies] Handle errors when importing `keyring` 4 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 4 years ago
options.py Native SponsorBlock implementation and related improvements (#360) 4 years ago
socks.py Completely change project name to yt-dlp (#85) 4 years ago
swfinterp.py.disabled [cleanup] Mark unused files 4 years ago
update.py [build] Build Windows x86 version with py3.7 4 years ago
utils.py [radiko] Add extractors (#731) 4 years ago
version.py [version] update 4 years ago
webvtt.py [webvtt] Merge daisy-chained duplicate cues (#638) 4 years ago