Skip to content

Instantly share code, notes, and snippets.

View NathanFirmo's full-sized avatar
🚀
expect(life).toBe("awesome")

Nathan Firmo NathanFirmo

🚀
expect(life).toBe("awesome")
View GitHub Profile
@NathanFirmo
NathanFirmo / YouTube Download.md
Created July 18, 2023 14:16
YouTube downloader

CMD

yt-dlp --download-archive archive.txt --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s | %(uploader)s" --yes-playlist <playlist_url>