I am trying to download all images from a wiki, including thumbs.
First thing I tried was
rule1 \.(png|jpg|svg|pdf|odt|ods) download
rule2 .* exclude, crawl
URL: https://aboutpcs.miraheze.org
download stops almost immediately, did not download a single file
next try
same rules, URL: https://aboutpcs.miraheze.org/wiki/Special:AllPages/File:
This time, images are found, but not downloaded (above the root)
I added additional URLs
https://aboutpcs.miraheze.org/wiki/File:
https://aboutpcs.miraheze.org/wiki
with no effect at all.
What am I doing wrong? Any advice?
Thank you