Skip to content

Instantly share code, notes, and snippets.

@AdrianKoshka
Forked from AcouBass/youtube.sh
Created May 11, 2017 00:27
Show Gist options
  • Save AdrianKoshka/1ecf88af528365c3beb97583ed1a3568 to your computer and use it in GitHub Desktop.
Save AdrianKoshka/1ecf88af528365c3beb97583ed1a3568 to your computer and use it in GitHub Desktop.
youtubes sub script
#!/bin/sh
passs=$(pass Internet/Google | head -n 1)
youtube-dl -i -u fake@gmail.com :ytsubs -p $passs -2 $2 --dateafter now-$1days -v --download-archive /home/eddie/pipes/youtubearchive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment