Created
April 15, 2025 23:44
-
-
Save tnn4/759f19e059e3729eac4110c9865c589a to your computer and use it in GitHub Desktop.
download pokemon dppt ost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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