Skip to content

Instantly share code, notes, and snippets.

View SomnathS09's full-sized avatar

Swaminath Bera SomnathS09

View GitHub Profile
@telugu-boy
telugu-boy / chapters_to_playlist.py
Last active March 9, 2024 10:39
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 = {