Advertisement
Atanas-VI

Windows 10 - Powershell-script - Download KRIEGSTANZARCHIV as mp3 (full automatic)

Jan 31st, 2021 (edited)
942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. # Download following youtube-playlist : https://www.youtube.com/playlist?list=PLX4Ev6XiBJn1VHyPfnq74Gst4PmVtpZKX
  2. # as mp3
  3. # Note : ffmpeg and youtube-dl have to be installed before this will work!!!
  4.  
  5. # this is one line here!!! ... save as Load-KRIEGSTANZARCHIV.ps1 for example
  6. youtube-dl.exe -x -i -w --audio-format mp3 --abort-on-unavailable-fragment --audio-quality 0 -o "%(title)s.%(ext)s" https://www.youtube.com/playlist?list=PLX4Ev6XiBJn1VHyPfnq74Gst4PmVtpZKX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement