View Single Post
Old December 3rd, 2017, 03:42 AM   #111
murmer98
Member
 
Join Date: Jan 2008
Posts: 25
Thanks: 1,095
Thanked 258 Times in 22 Posts
murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+murmer98 1000+
Default this one works

Quote:
Originally Posted by effCup View Post
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?
this one works!!
murmer98 is offline   Reply With Quote
The Following 4 Users Say Thank You to murmer98 For This Useful Post: