Skip to content

Releases: faissaloo/SponSkrub

Antiglow

11 Aug 16:58
Compare
Choose a tag to compare

Sponskrub now defaults to HTTPS because unencrypted comms suk

Percent Twenty

11 Aug 16:27
5b9d552
Compare
Choose a tag to compare

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

13 Mar 13:09
Compare
Choose a tag to compare

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

11 Mar 23:10
Compare
Choose a tag to compare

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

13 Feb 15:38
Compare
Choose a tag to compare

-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

23 Jan 18:50
Compare
Choose a tag to compare

Fixes chapters being added to cut clips that didn't originally have chapters

Add chapter support when cutting

23 Jan 18:10
Compare
Choose a tag to compare

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

23 Jan 12:59
Compare
Choose a tag to compare

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

18 Jan 14:43
Compare
Choose a tag to compare

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

11 Oct 00:21
Compare
Choose a tag to compare

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)