Skip to content

Instantly share code, notes, and snippets.

View AlexIII's full-sized avatar

Alexander Blk AlexIII

View GitHub Profile
@AlexIII
AlexIII / youtube_to_mp3_splitter.py
Last active July 6, 2024 15:40 — forked from marjanmo/youtube_to_mp3_splitter.py
Download Youtube music compilation into separate .mp3 files
import subprocess
import sys, os
"""
#####################################
##### YOUTUBE TO MP3 SPLITTER ######
#####################################