Skip to content

Instantly share code, notes, and snippets.

@AcouBass
Created May 11, 2017 00:26
Show Gist options
  • Save AcouBass/1d2c32eaa62262f77eac2d0a3c6990d5 to your computer and use it in GitHub Desktop.
Save AcouBass/1d2c32eaa62262f77eac2d0a3c6990d5 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