View Single Post
Old April 11th, 2017, 05:40 PM   #2028
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,131
Thanks: 226,708
Thanked 356,702 Times in 21,626 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

A further small experimental addition for ImageHost Grabber:

host label: pixs
url pattern: ^http:\/\/pixs.ru\/showimage\/.+\.jpe?g$
search pattern:
Code:
function(pageData, pageUrl) {
	var iUrl = pageData.match(/img OnClick="chgimgsz\(\);" id="imgg" src="(http:\/\/i.+\.pixs\.ru\/storage\/.+\.jpe?g)"/);
	return iUrl ? {imgUrl:  iUrl[1], status: "OK"} : {imgUrl: null, status: "ABORT"}
}
effCup is offline   Reply With Quote
The Following 6 Users Say Thank You to effCup For This Useful Post: