I could not sleep on that.
In page
http://www.cb01.eu/kristy-hd-3d-2015/ we have for nowvideo
http://swzz.xyz/link/Y6QV1/
that actually contains this string:
Código: Seleccionar todo
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('2 1="0://3.4.6/5/7";',8,8,'http|link|var|www|nowvideo|video|li|3610bbd982982'.split('|'),0,{}))
So it should not be difficult to generate a link to the movie page (not at all if you are robalo

).
"Findvideos" action takes place in first link posted here; we need to insert an "if" case for it, so that
if there's an url page starting with "
http://swzz.xyz/link" then it has to go to above code string, and extract
"www|nowvideo|video|li|3610bbd982982" and re-format as
http://www.nowvideo.li/video/3610bbd982982,
and then pass generated new url to "findvideos".
And that is just for nowvideo links!
Because for another host which pelisalacarta has a server for, like streamin.to, for the same movie we have this link,
http://swzz.xyz/link/Y8lnZ/ which contains the string:
Código: Seleccionar todo
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('1 0="2://3.4/5";',6,6,'link|var|http|streamin|to|jf3rf09eqnzj'.split('|'),0,{}))
so http|streamin|to|jf3rf09eqnzj should become
http://www.streamin.to/jf3rf09eqnzj
the operation to extract the two links must be different for each one of them.