All Projects → yt-dlp → SponSkrub

yt-dlp / SponSkrub

Licence: GPL-3.0 license
Strip advertisements from downloaded YouTube videos

Projects that are alternatives of or similar to SponSkrub

Integrations
Open Source integrations for Vanced (SponsorBlock and Return YouTube Dislikes)
Stars: ✭ 22 (-60%)
Mutual labels:  sponsorblock
JukeBot
Discord music bot written in Python 3
Stars: ✭ 23 (-58.18%)
Mutual labels:  yt-dlp
gropple
Server and bookmarklet to download files via youtube-dl directly from your browser. Cross platform single binary installation, web browser configurable.
Stars: ✭ 33 (-40%)
Mutual labels:  yt-dlp
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+6494.55%)
Mutual labels:  sponsorblock
Piped
An alternative privacy-friendly YouTube frontend which is efficient by design.
Stars: ✭ 1,725 (+3036.36%)
Mutual labels:  sponsorblock
SBbrowser
Web frontend to browse the SponsorBlock database written with Django
Stars: ✭ 17 (-69.09%)
Mutual labels:  sponsorblock
SponSkrub
Strip advertisements from downloaded YouTube videos
Stars: ✭ 156 (+183.64%)
Mutual labels:  sponsorblock
SponsorBlockSafari
Safari web-extension glue code for SponsorBlock
Stars: ✭ 27 (-50.91%)
Mutual labels:  sponsorblock
script.service.sponsorblock
Kodi add-on for SponsorBlock
Stars: ✭ 83 (+50.91%)
Mutual labels:  sponsorblock
castblock-legacy
Automatically skip integrated ads on youtube playing on chromecast
Stars: ✭ 82 (+49.09%)
Mutual labels:  sponsorblock
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+3623.64%)
Mutual labels:  yt-dlp
yayd
youtube-dl backend in Rust, aka youtube & co downloader
Stars: ✭ 32 (-41.82%)
Mutual labels:  yt-dlp
podpodge
Convert YouTube playlists to audio-only RSS feeds for podcast apps to consume.
Stars: ✭ 32 (-41.82%)
Mutual labels:  yt-dlp
horahora
Self-hosted video-hosting website and yt-dlp video archival manager for Niconico, Bilibili, and Youtube
Stars: ✭ 536 (+874.55%)
Mutual labels:  yt-dlp
YoutubeDLSharp
A simple .NET wrapper library for youtube-dl/ yt-dlp
Stars: ✭ 51 (-7.27%)
Mutual labels:  yt-dlp
youtube-dl-wpf
A simple GUI wrapper for youtube-dl and yt-dlp.
Stars: ✭ 358 (+550.91%)
Mutual labels:  yt-dlp
Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Stars: ✭ 189 (+243.64%)
Mutual labels:  yt-dlp
YT-DLP-SCRIPTS
...Just a place for me to share my various YT-DLP & related bash scripts.
Stars: ✭ 70 (+27.27%)
Mutual labels:  yt-dlp
YDL
A Simple GUI wrapper around yt-dlp for Windows using AHK
Stars: ✭ 18 (-67.27%)
Mutual labels:  yt-dlp

Project archived

yt-dlp now has native integration with SponsorBlock and so we will no longer be maintaining this project. If you still want to use SponSkrub either seperately, or with yt-dlp, use the upstream version instead

SponSkrub

This is a fork of sponskrub primarily intended for use with yt-dlp

Main Changes

  • Provide windows binary (only x86 for now)
  • All sections are included by default and all switches are changed to --exclude-
  • Removed youtube-dl-sponskrub since yt-dlp has direct sponskrub integraion

PS: I am not familar enough in DLang to add features or resolve issues (unless the issue is specific to this fork). It is probably better to make the request in faissaloo/sponskrub. I will merge any commits made there into this fork.

Description

SponSkrub is a command line utility for removing sponsors from downloaded Youtube videos.

FFmpeg and FFprobe are required for this application to work. Additionally, libcurl.dll is necessary for windows. A copy of libcurl x86 is provided along with the releases.

It makes use of the SponsorBlock API and I'd recommend installing the extension and maybe contributing some sponsorship times when you're ever bored.

You can build sponskrub by running dub build.

Usage

sponskrub [options] [--] video_id input_filename output_filename

Options

-h                     Display help
-chapter               Mark sections as chapters rather than removing them
-exclude-sponsors      Do not remove sponsors
-exclude-intros        Do not remove introductions
-exclude-outros        Do not remove outros
-exclude-interactions  Do not remove interactions
-exclude-selfpromo     Do not remove self-promotion
-exclude-nonmusic      Do not remove non-music portions of music videos
-proxy                 Route all trafic through this proxy
-no-id                 Searches for sponsor data by the partial hash of the
                       video id instead of directly requesting it
-no-keep-date          Do not give the output file the same modification date
                       as the input file
-api-url               Specify the url where the API is located, defaults to
                       sponsor.ajay.app
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].