Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- ytdl_opts='-f 251 -ciw --progress -o "%(uploader)s-%(title)s.%(ext)s" --extract-audio --audio-quality 0 --audio-format mp3 --embed-thumbnail --windows-filenames --rm-cache-dir --add-metadata '
- locator="$(find /mnt -name ".playlist_identifier_file-0011" -print 2>/dev/null)"
- folder_location="$(dirname "$locator")"
- cd $folder_location
- yt-dlp $ytdl_opts https://youtube.com/playlist?list=PLdr-t0DmdueqUEfZFbFg2YZk03nP3NmHR
- touch $folder_location/.playlist_identifier_file-0011
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement