Skip to content

Instantly share code, notes, and snippets.

View telugu-boy's full-sized avatar
🦅
Job hunting

Sriman telugu-boy

🦅
Job hunting
  • Your company...?
View GitHub Profile
@telugu-boy
telugu-boy / chapters_to_playlist.py
Last active February 22, 2025 03:45
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 = {