| > Dear Sirs,
> Can you help me, PLEASE, find a way to understand
> how to download only jpeg files from a specific
> folder in a website?>
> I tried several times, but it seems it didn't work,
> so here comes my problem:
> I'm trying to download only jpegs files from this
Can't be done, there are no image links on the page, only Javascript embedded
links to other pages. You MUST allow the html and the embedded javascript
> directory:
> <http://pesquisa.adporto.pt/cravfrontoffice/WebSearch>
> /ODdisplay.aspx?DigitalObjectID=14907&FileID=DirID1
>
> This link have many links to jpeg files and I only
> want to download the jpeg files and not the all
> website and other files. So, how can I do it and at
> the same time exclude all the small jpeg files
> smaller than 20kb?The image pages have the form:
href="ODdisplay.aspx?DigitalObjectID=14907&FileID=_488106"
So exclude all html except them.
-mime:text/html +*ODdisplay.aspx*
Also include the near flag (get non-html related) to get the css/js
You can't exclude the thumbnails as there aren't any on the page | |