View Single Post
Old October 28th, 2017, 05:02 PM   #103
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,143
Thanks: 226,792
Thanked 357,052 Times in 21,638 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

Quote:
Originally Posted by gnewellperv View Post
IHG has been refusing to work for me on imgbox for a couple of weeks now. Here are the two latest examples of it failing. I'm getting the old "Request Aborted! Can't find image on page!" error. Is a manual search pattern amendment required because I'm no longer getting any autoupdates of the host file.

http://vintage-erotica-forum.com/sho...ostcount=24503

http://vintage-erotica-forum.com/sho...ostcount=24502
It's because imgbox have added to/altered some of their servers. Try the following:

Host Label: imgbox
URL Pattern: http:\/\/imgbox\.com\/\w+
Search Pattern:
Code:
function(pageData, pageUrl) {
	var iUrl = pageData.match(/src=('|")(https?:\/\/)(i|images\d?)(\.imgbox\.com\/.+?)\1 title=('|")(.+?)\5/);
	return iUrl ? {imgUrl:  iUrl[2] + iUrl[3] + iUrl[4], fileName: iUrl[6], status: "OK"} : {imgUrl: null, status: "ABORT"}
}
On the above 2 posts that gave me 20 & 74 images.

I don't know what's happening re. IHG auto-updates--you could try asking on their website about that?
effCup is offline   Reply With Quote
The Following 18 Users Say Thank You to effCup For This Useful Post: