Untitled
Anonymous
plain_text
08/24/2023 9:46 AM
232 B
17
Indexable
from sponsorblock import SponsorBlockAPI
api = SponsorBlockAPI()
def get_and_apply_segments(video_url):
segments = api.get_segments(video_url)
return segments
Editor is loading...