tag:github.com,2008:https://github.com/faissaloo/SponSkrub/releasesRelease notes from SponSkrub2021-08-11T16:44:08Ztag:github.com,2008:Repository/226662874/3.7.22021-08-11T16:58:39ZAntiglow<p>Sponskrub now defaults to HTTPS because unencrypted comms suk</p>faissalootag:github.com,2008:Repository/226662874/3.7.12021-08-11T16:27:13ZPercent Twenty<p>This release fixes an issue where you couldn't use multiple categories, thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/CoordSpace/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/CoordSpace">@CoordSpace</a> for contributing this fix<br>
This release does not include <code>youtube-dl-sponsorblock</code>, I intend to later strip it out of the repo entirely in favor of people using yt-dlp which integrates sponsorblock better.</p>faissalootag:github.com,2008:Repository/226662874/3.7.02021-03-13T13:10:09Zle update has arrived<p>You can now:</p>
<ul>
<li>use a proxy by specifying <code>-proxy</code>, for example: <code>-proxy socks5://localhost:1337</code>.</li>
<li>keep the modification date of the original file by specifying <code>-keep-date</code><br>
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.<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="818205421" data-permission-text="Title is private" data-url="https://github.com/faissaloo/SponSkrub/issues/24" data-hovercard-type="issue" data-hovercard-url="/faissaloo/SponSkrub/issues/24/hovercard" href="https://github.com/faissaloo/SponSkrub/issues/24">#24</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="819907919" data-permission-text="Title is private" data-url="https://github.com/faissaloo/SponSkrub/issues/25" data-hovercard-type="issue" data-hovercard-url="/faissaloo/SponSkrub/issues/25/hovercard" href="https://github.com/faissaloo/SponSkrub/issues/25">#25</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="827701855" data-permission-text="Title is private" data-url="https://github.com/faissaloo/SponSkrub/issues/26" data-hovercard-type="issue" data-hovercard-url="/faissaloo/SponSkrub/issues/26/hovercard" href="https://github.com/faissaloo/SponSkrub/issues/26">#26</a></li>
</ul>faissalootag:github.com,2008:Repository/226662874/3.6.22021-03-11T23:24:54ZMinor patch for changes to hash-based API<p>Using the <code>-no-id</code> flag would no longer return any sponsors as the hash-based API is now case sensitive, this conforms to the new API.</p>faissalootag:github.com,2008:Repository/226662874/3.6.12021-03-11T23:06:30Z3.6.1<p>Patch for new case-sensitive version of the hash-based API</p>faissalootag:github.com,2008:Repository/226662874/3.6.02021-02-13T15:38:37ZAdd -no-id<p><code>-no-id</code> 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.<br>
This also fixes a bug whereby passing in an empty argument would cause the program to crash.</p>faissalootag:github.com,2008:Repository/226662874/3.5.12021-01-23T18:50:53ZFix chapter cutting<p>Fixes chapters being added to cut clips that didn't originally have chapters</p>faissalootag:github.com,2008:Repository/226662874/3.5.02021-01-23T18:10:29ZAdd chapter support when cutting<p>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 <code>content</code> slapped on the end of them.</p>faissalootag:github.com,2008:Repository/226662874/3.4.22021-01-23T12:59:57ZFix sponsor cutting issues where overlaps exist<p>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</p>faissalootag:github.com,2008:Repository/226662874/3.4.12021-01-18T14:45:34ZFix youtube-dl-sponskrub for non-local paths<p>This should fix both <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="787687377" data-permission-text="Title is private" data-url="https://github.com/faissaloo/SponSkrub/issues/18" data-hovercard-type="issue" data-hovercard-url="/faissaloo/SponSkrub/issues/18/hovercard" href="https://github.com/faissaloo/SponSkrub/issues/18">#18</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="786966638" data-permission-text="Title is private" data-url="https://github.com/faissaloo/SponSkrub/issues/17" data-hovercard-type="issue" data-hovercard-url="/faissaloo/SponSkrub/issues/17/hovercard" href="https://github.com/faissaloo/SponSkrub/issues/17">#17</a>, although note that this breaks youtube-dl-sponsorblock's mkv support due to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="76718515" data-permission-text="Title is private" data-url="https://github.com/ytdl-org/youtube-dl/issues/5710" data-hovercard-type="issue" data-hovercard-url="/ytdl-org/youtube-dl/issues/5710/hovercard" href="https://github.com/ytdl-org/youtube-dl/issues/5710">ytdl-org/youtube-dl#5710</a>, in order to work around this you should explicitly specify the output filename using <code>-dl-args</code></p>faissaloo