Created
May 11, 2017 00:26
-
-
Save AcouBass/1d2c32eaa62262f77eac2d0a3c6990d5 to your computer and use it in GitHub Desktop.
youtubes sub script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
passs=$(pass Internet/Google | head -n 1) | |
youtube-dl -i -u [email protected] :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