Skip to content

Instantly share code, notes, and snippets.

View sangrepura's full-sized avatar
💭
Currently heads-down, working on a private AI systems project.

sangrepura

💭
Currently heads-down, working on a private AI systems project.
View GitHub Profile
@sangrepura
sangrepura / yt-downloader.py
Created September 23, 2025 00:29
A youtube downloader script that supports playlist urls and downloads all songs in highest quality
#!/usr/bin/env python3
"""
YouTube Audio Downloader Script
Downloads best quality audio from URLs listed in a file using yt-dlp
PREREQUISITES:
=============
Ubuntu/Debian:
--------------