Last active
March 20, 2022 19:36
-
-
Save thiagoeh/227b0caaee5b84e9c10e57b6f16db3b0 to your computer and use it in GitHub Desktop.
Youtube automatic download and copy
This file contains 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
curl https://gist.githubusercontent.com/thiagoeh/227b0caaee5b84e9c10e57b6f16db3b0/raw/youtube_auto_dl.sh | sh |
This file contains 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 | |
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