## Download From A Playlist
Run this in the directory that `youtube-dl.exe` is located, otherwise fix the path:
```bash
.\youtube-dl.exe -f bestaudio --extract-audio --audio-format m4a --ffmpeg-location "C:\ffmpeg" --sleep-interval 2 --ignore-errors --download-archive "C:\output\archive.txt" --playlist-start 450 -o "C:\output\%(title)s.%(ext)s" "https://www.youtube.com/playlist?list=PL8m4EGUvQVxn0M7vQVYQS1fD512m4uanh"
```
#youtube #command_line #shell #automation