vps交流

有啥软件可以自动下载内链


比如 下载链接 www.explorer.com/1.txt
www.explorer.com/1.txt 内容里面有www.explorer.com/222.txt
wget
IDM
wget 有啥软件可以自动下载内链

-i file

–input-file=file

Read URLs from a local or external file. If – is specified as file, URLs are read from the standard input. (Use ./- to read from a file literally named -.)

If this function is used, no URLs need be present on the command line. If there are URLs both on the command line and in an input file, those on the command lines will be the first ones to be retrieved. If –force-html is not specified, then file should consist of a series of URLs, one per line.