Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/data/data/com.termux/files/usr/bin/bash
- ####################################
- # #
- # START #
- # g0ne_@p0stal <v1ral_ITS> #
- # ImPerialTeKSolutions@outlook.com #
- # #
- ####################################
- if [[ $* == $1 ]] ; then echo -e "\nThis Script wsa especially made for Videos on mostly all online URL webties, \nkdialog is needed for this script, \nto work properly \nalongside youtube-dl program addon. \nv1ral_ITS \nImPerialTeKSolutions@outlook.com \nhttps://www.pastebin.com/u/v1ral_ITS \n"
- fi
- 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 --add-metadata -i -c --yes-playlist $LRU
Add Comment
Please, Sign In to add comment