G
G
Grims2016-03-07 20:03:23
css
Grims, 2016-03-07 20:03:23

How to download images/graphics imported from the site?

I'm not strong in html, css, flash and other web programming, so I'll ask you.
Of course, the question is clumsy, but I don’t know how to specify it ...
Relatively speaking, there is a site with the necessary pictures , you need to take these pictures from it, but not alternately poking at each p.k.m --> "save", but all at once (their 898), using some kind of loader, but how to do this is not clear, since it is not clear where they are (their direct links).
In the source code of the page there are their names, but I don’t know what to associate them with:

<div id="main" class="withLeft">
<div id="contentFull"><script type="text/javascript" src="http://www.e-corpus.org/js/seadragon/seadragon-min.js"></script>
<link href="http://www.e-corpus.org/css/jcarousel50.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://www.e-corpus.org/js/jquery/jcarousel/jquery.jcarousel.min.js"></script>
<script type="text/javascript">
var carouselGallery = new Array();
carouselGallery.push(new Array(773636, "Ms.1389 _1228__0001"));
carouselGallery.push(new Array(773637, "Ms.1389 _1228__0002"));
carouselGallery.push(new Array(773638, "Ms.1389 _1228__0003"));
carouselGallery.push(new Array(773639, "Ms.1389 _1228__0004"));
carouselGallery.push(new Array(773640, "Ms.1389 _1228__0005"));
carouselGallery.push(new Array(773641, "Ms.1389 _1228__0006"));
e.t.c.

File "Ms.1389 _1228__0001" is the first page needed.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dimonchik, 2016-03-07
@dimonchik2013

the easiest way is to grab a few through www.telerik.com/fiddler and think of the rest by analogy
, sometimes a sitemap can help,
well, there are crawlers with JS support, but it's more difficult

D
Dark Hole, 2016-03-07
@abyrkov

Curious, where does the HTML?
The easiest option is to pick up from the cache.
A little more difficult - load page by page, get image links and then upload

D
Dmitry Khristoev, 2016-03-08
@Haoss

https://www.youtube.com/watch?v=qe8yUPwHJEU

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question