Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo -e "Type In Folder Destination In SDCARD"
- read DST
- echo -e "\nCopy/Paste video URL: "
- read LRU
- ydl --newline -i -o "/sdcard/$DST/%(title)s.%(ext)s" --ignore-config --hls-prefer-native -i -c --yes-playlist "$LRU"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement