v1ral_ITS

Android termux video download scripts

Jul 9th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. #!/data/data/com.termux/files/usr/bin/bash
  2. ####################################
  3. #                      #
  4. # START                #
  5. # g0ne_@p0stal <v1ral_ITS>         #
  6. # ImPerialTeKSolutions@outlook.com #
  7. #                  #
  8. ####################################
  9.  
  10. 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"
  11. fi
  12. echo -e "Type In Folder Destination In SDCARD"
  13. read DST
  14. echo -e "\nCopy/Paste video URL: "
  15. read LRU
  16. 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