Skip to content

Instantly share code, notes, and snippets.

@kissrobber
Last active June 27, 2022 04:09
Show Gist options
  • Save kissrobber/5a20002c3c2ae527380611b32ef7b83e to your computer and use it in GitHub Desktop.
Save kissrobber/5a20002c3c2ae527380611b32ef7b83e to your computer and use it in GitHub Desktop.
parallel download youtube videos
cat ./urls.txt | xargs -L 1 -P 4 youtube-dl -i --write-thumbnail -o "./%(uploader)s/%(title)s-%(id)s.%(ext)s" $line
@kissrobber
Copy link
Author

tag --find 'グレイ' | xargs -IXX sh -c ':> "XX"'

@kissrobber
Copy link
Author

xargs -L 1 -P 4 youtube-dl -i --write-thumbnail -o "./%(uploader)s/%(title)s-%(id)s.%(ext)s" --cookies youtube.com_cookies.txt https://www.youtube.com/playlist?list=LL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment