Releases: yt-dlp/SponSkrub
Version 2021.05.02
Rebased code on upstream
There is really no need to update to this from the previous version unless you are facing some issues
Version 2021.03.15
Merged with upstream v3.7.0
3.7.0
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.
3.6.2
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.
3.6.1
Patch for new case-sensitive version of the hash-based API
3.6.0
-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.
Version 2021.01.24
Merged with upstream v3.5.1
- 3.4.2: 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
- 3.5.0: 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.
- 3.5.1: Fixes chapters being added to cut clips that didn't originally have chapters
Version 2021.01.13
Changelog
- Provided windows release (x86)
- Removed youtube-dl-sponsorblock
- Remove all sections by default and change all switches to --exclude
- Update README
IMPORTANT: libcurl.dll
is needed for the windows release to work