Advertisement
RyukiChan

Yt dwnlod

May 2nd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. termux-setup-storage;pkg install python2;pip2 install youtube-dl;mkdir /data/data/com.termux/files/home/storage/shared/Youtube;mkdir -p ~/.config/youtube-dl;echo '--no-mtime
  2. -o /data/data/com.termux/files/home/storage/shared/Youtube/%(title)s.%(ext)s
  3. -f "best[height<=480]"' > ~/.config/youtube-dl/config;mkdir ~/bin;echo 'youtube-dl $1' > ~/bin/termux-url-opener
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement