Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sponsorblock support #287

Open
2 tasks done
hegdenischay opened this issue Nov 28, 2023 · 1 comment
Open
2 tasks done

Add sponsorblock support #287

hegdenischay opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hegdenischay
Copy link

Feature Request

Add sponsorblock support to this project.

Checklist

  • 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.

@hegdenischay hegdenischay added the enhancement New feature or request label Nov 28, 2023
@deepjyoti30
Copy link
Owner

@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.

@deepjyoti30 deepjyoti30 added this to the Next Release milestone Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants