Page 1 of 1

Attempting to build a gallery with a challenge (JS?)

Posted: Fri Dec 23, 2016 6:45 am
by theidmet
Hello hello. I'm trying to preview and download several files from a url. In the beginning it seems fairly simple, each file is linked from a sequential series of URLs.

www.thesite.com/stuff/1010.html
www.thesite.com/stuff/1011.html
www.thesite.com/stuff/1012.html

etc.

However, the problem is that the "target files" are linked to in each individual URL, but each has a unique file name. However, the "link name" to each target file within each of the above URLs is the same.

So within each of the urls listed above, is a link which says "illustration here" which links to a unique file name, ala:

www.thesite.com/groundingapole1010/groundingapole.jpg
www.thesite.com/seriesparellelexample10 ... xample.jpg
www.thesite.com/capacitorcodes1012/capacitorcodes.jpg

Is there any way that I can use direct flashgot to navigate to each sequential URL and download the contents of the link titled "illustration here"? Or better yet, create a gallery?

Thanks in advance. =)

Re: Attempting to build a gallery with a challenge (JS?)

Posted: Tue Jan 03, 2017 10:40 pm
by Thrawn
Basically, no.

How are your Python/Perl/Ruby/Bash skills?