Pangmaramihan na download ito
# Req:
# Install wget on termux/kali/debian/Ubuntu
Kung gamit termux copy at paste
# Download the file
.mp4" at link ng website sa dulo kung saan located yung mga movies of files
-r recursive
-l depth (inf) infinite pwede rin 1 2 3 4 5 (inf)
-A apply "*.bin" *any filenames with *.mp4 file format
-e execute robot.txt bypass
-U user-agent Mozilla/Firefox/Chrome para iwas banned or termination
--no-parent limit parent directory
file located kung ano ang segment ng nasa link..
# Req:
stable internet termuxubuntu# Install wget on termux/kali/debian/Ubuntu
Kung gamit termux copy at paste
termux-setup-storage && cd /storage/Downloads
Code:
apt update && apt install wget -y
Note palitan niyo lang yung nasa loob kasunod ng -A "
.mp4" at link ng website sa dulo kung saan located yung mga movies of filescommand
Code:
wget -r -l inf -A "*.mp4" -e robots=off -U Mozilla https://link.to/files/movies
-l depth (inf) infinite pwede rin 1 2 3 4 5 (inf)
-A apply "*.bin" *any filenames with *.mp4 file format
-e execute robot.txt bypass
-U user-agent Mozilla/Firefox/Chrome para iwas banned or termination
--no-parent limit parent directory
file located kung ano ang segment ng nasa link..
eg
Code:
ls link.to/files/movies/

