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 December 18, 2021 10:22 — 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 ######
#####################################