-
-
Notifications
You must be signed in to change notification settings - Fork 442
Open
Description
#2331
Through this issue, we learned that there is an advanced skip options feature.
However, this option only recognizes English and cannot skip chapter names in other languages.
Example Video : https://www.youtube.com/watch?v=w7ZD090kF38
This Video is Horror Story Video
(Due to the recent change in YouTube's regulations, profit generation of these creative story videos is suspended if YouTubers' conversations do not go into the intro and outro in the middle, so YouTubers are adding intro and outro separately.)
if chapter.name ~= "인트로"
Auto Skip
if category == "chapter" and chapter.name == "추가설명&아웃트로"
Auto Skip
if chapter.name ~= "Intro"
Auto Skip
The script was written like this.
The English of #2331 example video can be skipped normally
The video above in Korean doesn't work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels