-
-
Save AdrianKoshka/1ecf88af528365c3beb97583ed1a3568 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