Advertisement
v1ral_ITS

Termux ydl vkdep dl

Jul 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. echo -e "Type In Folder Destination In SDCARD"
  3. read DST
  4. echo -e "\nCopy/Paste video URL: "
  5. read LRU
  6. 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