Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Last active March 20, 2022 19:36
Show Gist options
  • Save thiagoeh/227b0caaee5b84e9c10e57b6f16db3b0 to your computer and use it in GitHub Desktop.
Save thiagoeh/227b0caaee5b84e9c10e57b6f16db3b0 to your computer and use it in GitHub Desktop.
Youtube automatic download and copy
curl https://gist.githubusercontent.com/thiagoeh/227b0caaee5b84e9c10e57b6f16db3b0/raw/youtube_auto_dl.sh | sh
#!/bin/sh
set -x
mkdir ~/storage/movies/yt-dlp
cd ~/storage/movies/yt-dlp
# Playlist Lelê
/data/data/com.termux/files/home/.local/bin/yt-dlp "https://youtube.com/playlist?list=PLsYv1CSQtguxDTHEGVljelE1QWtYR0nYu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment