To download all the images of this site directory, there are some mobile wallpaper. The URL of each picture is only a different file name.
The Curl command does not work in this, and its regular match applies only to the file name of the rule, such as the Foo1,foo2,foo3.....,curl command requires that each URL be deterministic.
Using the wget command alone, Wget-r-np-nd all the files in the download directory failed, prompting no description, do not know what the reason.
A good way to do this is to use a CLI-based browser such as lynx or links to dump the URLs of all the images and then download them in conjunction with wget.
The command is as follows:
Lynx-dump http://rom.ligux.com/wallpaper/| Egrep-o "Http:.*jpg" | Xargs-n1 wget
The Lynx Dump option generates the address of each link, Egrep filters out the address of all images, wget downloads all images
Reference
Linux bulk download pictures, download the entire directory of pictures