fe80Grau / ytdlp2STRM

A little script to serve Youtube / Twitch / Crunchyroll videos without storage it. Uses yt-dlp HTTP data throught Flask and dynamic URLs. We can use this dynamic URLs to set STRM files.
https://github.com/fe80Grau/ytdlp2STRM
MIT License
209 stars 19 forks source link

Sponsorblock does not work in bridge mode #42

Closed p-rintz closed 1 month ago

p-rintz commented 5 months ago

Hey there,

hope I'm not hopelessly annoying you by now. I just absolutely love the idea of having ytdlp2strm replace my tubearchivist instance.

Sadly, the sponsorblock integration does not seem to work for me in bridge mode currently.

This is my youtube config:

{"strm_output_folder": "/media/youtube", "channels_list_file": "./plugins/youtube/channel_list.json", "days_dateafter": "10", "videos_limit": "10", "sponsorblock": "true", "sponsorblock_cats": "sponsor"}

I also tried it with 'True' (with it being capitalized), but this didnt change anything.

I used https://www.youtube.com/@halfasinteresting as a test. Short videos with sponsors at the end. They dont get skipped here. They do in my tubearchivist instance.

With the latest video about NTP, the sponsor segment starts shortly after minute 6:40 (if you want to test).

Please dont hesitate to write if you need more information.