Skip to content

Instantly share code, notes, and snippets.

@Furkanzmc
Created April 18, 2018 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Furkanzmc/5646750b53d2194b6cb447c320a8eae1 to your computer and use it in GitHub Desktop.
Save Furkanzmc/5646750b53d2194b6cb447c320a8eae1 to your computer and use it in GitHub Desktop.
Download YouTube Videos from Text File
while read p; do youtube-dl --no-check-certificate -x --audio-format mp3 --audio-quality 1 $p; done <Nightcore.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment