Skip to content

Instantly share code, notes, and snippets.

View ozzyisgreat's full-sized avatar

ozzy ozzyisgreat

View GitHub Profile
#install ffmpeg and youtube-dl and python3 (obviously)
#run with python3 <filename with extension> <youtube_url>
import youtube_dl
import sys
params ={
'format': 'bestaudio/best',