Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Created November 9, 2014 09:12
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 blackhalt/5f06e3ab4637208b5e61 to your computer and use it in GitHub Desktop.
Save blackhalt/5f06e3ab4637208b5e61 to your computer and use it in GitHub Desktop.
youtube-dl-vilkt-listi.sh
#!/bin/bash
curl https://gdata.youtube.com/feeds/api/playlists/PLSXzc1tWmGap6RzMwNo47WNNr_CxXb9Ur?max-results=50| \
grep -oi "https://www.youtube.com/watch?v=[a-zA-Z0-9_-.]*"| \
sort -u| \
xargs youtube-dl --format best
@blackhalt
Copy link
Author

Programma neprot pāriet pa lapām :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment