You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched the bugtracker for similar feature requests including closed ones.
I will add the enhancement label to the issue.
Description
Sponsorblock has basically crowdsourced parts of the video to skip, and it's part of the parent yt-dlp project. You can use --sponsorblock-remove to remove non-audio segments for videos that have that category, instead of the trim inbuilt.
The text was updated successfully, but these errors were encountered:
@hegdenischay Thanks for raising the issue. It will be a bit more complex than just using that flag for yt-dlp as ytmdl does it's own processing of the audio.
As I understand, yt-dlp handles removing segments of the audio in post processing but ytmdl handles it's own post processing and does not use yt-dlpwhich means that sponsorblock integration will have to be separate as well. However, this is definitely interesting and I will add support for this.
Feature Request
Add sponsorblock support to this project.
Checklist
Description
Sponsorblock has basically crowdsourced parts of the video to skip, and it's part of the parent
yt-dlp
project. You can use--sponsorblock-remove
to remove non-audio segments for videos that have that category, instead of thetrim
inbuilt.The text was updated successfully, but these errors were encountered: