Quote:
Originally Posted by joseelsegundo
When I use "Inspect element" from my Chrome browser I see that this gets changed to:
Code:
<div id="comic_full">
<script>document.writeln(img)</script>
<img src="http://est.rbma.com/content/Zits">
</div>
In each case, I never get the actual URL of the image.
|
You have the URL right there:
<img src="http://est.rbma.com/content/Zits">
That's never going to change. Why not use that?
If it's because of the authorization failure, then you need to track down how to pass that test.
Edit: BTW. IIRC, Zits is already available from one of my other comics recipes, isn't it?