View Single Post
Old June 13th, 2017, 12:41 PM   #20
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,136
Thanks: 226,721
Thanked 356,752 Times in 21,631 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

Might help someone.
Quote:
Originally Posted by effCup View Post
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 9 Users Say Thank You to effCup For This Useful Post: