Created
December 30, 2018 14:07
-
-
Save vijinho/d96430fea8d0973e25e9912dbef1de76 to your computer and use it in GitHub Desktop.
wrapper for youtube-dl
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
caffeinate -i youtube-dl --yes-playlist --download-archive archive.log -r 768k \ | |
--skip-unavailable-fragments --playlist-random --write-info-json \ | |
--write-description --no-check-certificate --prefer-insecure \ | |
--sleep-interval 10 --max-sleep-interval 50 \ | |
--ignore-errors \ | |
$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment