View Single Post
Old May 14th, 2018, 06:54 PM   #171
berangus
NotTheDroidURLookingFor
 
berangus's Avatar
 
Join Date: Oct 2010
Posts: 6,184
Thanks: 37,042
Thanked 141,234 Times in 6,179 Posts
berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+berangus 500000+
Default

Code:
<host id="imagebam">

^http:\/\/(?:www\.)?imagebam\.com\/image\/[^&]+$

<searchpattern>

function(pageData, pageUrl) {
    var iUrl  = pageData.match(/img class=\"image\".+?src=\"(.+?)\"/);
    return iUrl ? {imgUrl: iUrl[1], status: "OK"} : {imgUrl: null, status: "ABORT"}
}
Lately I'm having trouble DLing imagebam posts using this code with IHG. It sometimes works, like on this post:

http://vintage-erotica-forum.com/sho...&postcount=552

However it doesn't get any of the pix on this one, giving the 'Request Aborted! Can't find image on page' message for each:

http://vintage-erotica-forum.com/sho...&postcount=555

Anyone know why?
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
berangus is offline   Reply With Quote
The Following 9 Users Say Thank You to berangus For This Useful Post: