Answer the question
In order to leave comments, you need to log in
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
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
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question