insanetechvideos

Youtube-dl

Apr 23rd, 2017
2,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. COMMAND:
  2.  
  3. apt update;apt upgrade;termux-setup-storage;packages install python;pip install youtube-dl;mkdir /data/data/com.termux/files/home/storage/shared/Youtube;mkdir -p ~/.config/youtube-dl;apt-get install nano;nano ~/.config/youtube-dl/config;mkdir ~/bin;cd ~/bin;nano termux-url-opener
  4.  
  5. -----------------------------------------------------------------------------------------------------------
  6. Paste this in Nano Text editor :
  7. (wow!!! don't be in a hurry!!! After this you have one more command to paste or else it wont work :)
  8.  
  9. --no-mtime
  10. -o /data/data/com.termux/files/home/storage/shared/Youtube/%(title)s.%(ext)s
  11. -f "best[height<=480]"
  12.  
  13. -----------------------------------------------------------------------------------------------------------
  14. Change 480 to desired quality like 240,360,720,1080 which represents 240p,360p,720p,1080p.
  15. -----------------------------------------------------------------------------------------------------------
  16. Paste after the first nano prompt goes away(and yeah this is the last command which i was talking about :) ) -
  17.  
  18. youtube-dl $1
Add Comment
Please, Sign In to add comment