G
G
Groofy2015-03-12 13:27:34
HTML
Groofy, 2015-03-12 13:27:34

How to download an image from an aspx site?

Given

Site on ASP.NET
It is necessary to parse the image that is in the following code
. Can I pull out a normal link as a thread?

<td class="item">
    <a href='/...'>
        <img alt='...' title='...'
            src='/bin.aspx?ID=aaabbbccc'
            border="0" width="100" height="100">
        <br />
        text
    </a>
</td>

src='/bin.aspx?ID=aaabbbccc' - Image URL
src='/image.jpeg' - What you need

Situation
I'm trying to parse the site with DataCol, but it doesn't work. it doesn't understand such links, even inside the correct tags

Offer any options, even unrelated to DataCol, maybe someone will throw an idea
. Thanks in advance to everyone!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zuraavl, 2015-03-18
@zuraavl

In the developer console, look in Resources

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question