Skip to content

Instantly share code, notes, and snippets.

@tnn4
Created April 15, 2025 23:44
Show Gist options
  • Save tnn4/759f19e059e3729eac4110c9865c589a to your computer and use it in GitHub Desktop.
Save tnn4/759f19e059e3729eac4110c9865c589a to your computer and use it in GitHub Desktop.
download pokemon dppt ost
#!/bin/bash
link="https://www.youtube.com/playlist?list=PLrFYIUo251sv6Whn25BE-gQzKRK0zIe1O"
python3 yt-dlp -x --audio-format mp3 -o ./dppt-ost/%(title)s-[%(id)s].%(ext)s ${link}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment