Releases: faissaloo/SponSkrub
Antiglow
Percent Twenty
This release fixes an issue where you couldn't use multiple categories, thanks to @CoordSpace for contributing this fix
This release does not include youtube-dl-sponsorblock
, I intend to later strip it out of the repo entirely in favor of people using yt-dlp which integrates sponsorblock better.
le update has arrived
You can now:
- use a proxy by specifying
-proxy
, for example:-proxy socks5://localhost:1337
. - keep the modification date of the original file by specifying
-keep-date
This release also fixes a bug where metadata files would be written to the working directory instead of somewhere the user is more likely to have permission for.
#24 #25 #26
Minor patch for changes to hash-based API
Using the -no-id
flag would no longer return any sponsors as the hash-based API is now case sensitive, this conforms to the new API.
Add -no-id
-no-id
improves privacy by sending the partial hash of the video id to the sponsorblock server, downloading all sponsor data for the potential videos, then picking out the one we need sponsor data for on the client side, so the server cannot tell for sure which video you're trying to download.
This also fixes a bug whereby passing in an empty argument would cause the program to crash.
Fix chapter cutting
Fixes chapters being added to cut clips that didn't originally have chapters
Add chapter support when cutting
Metadata is no longer destroyed when using the default cut mode, and chapters are all readjusted to be accurate in the cut video. This also modifies the naming of chapters and fixes a bug from the last release where chapters with content were having content
slapped on the end of them.
Fix sponsor cutting issues where overlaps exist
Some videos had issues cutting when multiple kinds of sponsor segments overlapped, this fixes that and also simplifies the cutting code quite nicely to my surprise
Fix youtube-dl-sponskrub for non-local paths
This should fix both #18 and #17, although note that this breaks youtube-dl-sponsorblock's mkv support due to ytdl-org/youtube-dl#5710, in order to work around this you should explicitly specify the output filename using -dl-args
Fix overlapping sections and support audio-only & video-only
Fixes overlapping sections causing rendering failures and adds support for cutting audio-only or video-only files (I added that one just to make downloading DoddleVloggle songs easier cus she always has outros)