Skip to content

Instantly share code, notes, and snippets.

View Twinsheet313421's full-sized avatar

Twinsheet313421

View GitHub Profile
@telugu-boy
telugu-boy / chapters_to_playlist.py
Last active August 17, 2024 21:54
takes youtube video with chapters and downloads and splits into playlist based on the chapter timestamps
# https://www.github.com/telugu-boy/
import youtube_dl
import getopt
import sys
import os
# https://www.youtube.com/watch?v=obLq6k3clHo
ydl_opts = {