Advertisement
Soy_Estudiante

tiktokdl

Dec 20th, 2022
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Permiso
  2. termux-setup-storage
  3.  
  4. # Repositorios
  5. pkg install git
  6. pkg install python
  7. pkg install wget
  8. pkg install ffmpeg
  9.  
  10. # Python modulos
  11. pip install requests
  12. pip install youtube-dl
  13. pip install json
  14. pip install beautifulsoup4
  15.  
  16. # Bin directory
  17. mkdir -p $HOME/bin
  18.  
  19. # TT Descarga
  20. wget https://raw.githubusercontent.com/zehr0s/mobile-setup/main/tiktok-dl -O /data/data/com.termux/files/usr/bin/tiktok-dl
  21. chmod +x /data/data/com.termux/files/usr/bin/tiktok-dl
  22.  
  23. # YT Descarga
  24. wget https://raw.githubusercontent.com/zehr0s/mobile-setup/main/termux-url-opener -O $HOME/bin/termux-url-opener
  25. chmod +x $HOME/bin/termux-url-opener
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement