po5 / mpv_sponsorblock

mpv script to skip sponsored segments of YouTube videos
GNU General Public License v3.0
531 stars 29 forks source link

Endcards/Credit #40

Closed Obegg closed 2 years ago

Obegg commented 2 years ago

I was testing this script with this video

https://www.youtube.com/watch?v=Ij8bRn7ZH3w

On Google Chrome + SponsorBlock from 9:47 to the end of the video there's a category called "Endcards/Credit"

On MPV + This script There is no category there, it doesn't skip it

This is the script:

categories = "sponsor","selfpromo","interaction","intro","outro","preview","music_offtopic",
skip_categories = "sponsor","selfpromo","interaction","intro","outro","preview","music_offtopic",
Obegg commented 2 years ago

My bad, now it's working:

categories = "sponsor,selfpromo,interaction,intro,outro,preview,music_offtopic",

skip_categories = "sponsor,selfpromo,interaction,intro,outro,preview,music_offtopic",