New download solution !

in
Subscribe to New download solution ! 14 posts, 11 voices



userscripter User

Hi !

Here the solution to download classic and premium links : your script is good just delete "fl" in link !

Instance with premium link :
http://92.61.240.74/fl/0808/03/489590115e61a/48...

Correct it like this :
http://92.61.240.74/0808/03/489590115e61a/48959...

Thanks !!!

 
JohnnyGin User

please explain better...

 
userscripter User

Ok !

When you install this script and go to zootube365 you can see below each picture 2 links : one for play directly the video and an other to download it.

When you select "download" the links look like this one : http://92.61.240.74/fl/0808/03/489590115e61a/48.... But it doesn't work because you must delete "/fl/" in the link !!

The good link to download the file is : http://92.61.240.74/0808/03/489590115e61a/48959... without "/fl/" !!!

 
sc2001 User

Original Code:
-------------------c-u-t------h-e-r-e--------------------------
// ==UserScript==
// @name Play & Download All ZooTube Videos by DemianGod (Including Premium Links!!!)
// @namespace zootube365.com
// @include http://*zootube365.com/*
// ==/UserScript==

unsafeWindow.pop = function(url){newwin=window.open(url,'vid','height=509,width=640,location=1,resizable=1');};

var il = document.evaluate('//div[contains(@class,"aVideo")]', document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null);
var i = il.iterateNext();
var vids = new Array();
while (i) {
ni = il.iterateNext(); vids.push(i); i = ni;
}

for (var i = 0; i < vids.length; i++)
{
var curVid = vids[i];
var imgtag = curVid.getElementsByTagName('img');
var imSrc = imgtag[0].getAttribute('src').replace(/^http:\/\/[^\/]+\/(.+)\/([^\/]+)\/[^\/]+$/,"
var newA = document.createElement('a');
var newS = document.createElement('br');
var newB = document.createElement('a');
var temphref = '
http://www.zootube365.com/swf/player.swf?styleU...;
var temphref2 = '&detectFlash=8';
var link = temphref + imSrc + temphref2;
newA.href= "javascript:pop('"+link+"')";
newA.appendChild(document.createTextNode("Play By DemianGod"));
curVid.appendChild(newA);
newS.appendChild(document.createTextNode("br"));
curVid.appendChild(newS);
newB.href = imSrc;
newB.appendChild(document.createTextNode("Download By DemianGod"));
curVid.appendChild(newB);
}
--------------c-u-t------h-e-r-e------------------------------------------------
Thank you for the insight userscripter, with the info I have aided DemianGod in a fix to change this... posting it now in this posting, TESTED and WORKING Currently:
--------------c-u-t------h-e-r-e------------------------------------------------
// ==UserScript==
// @name Play & Download All ZooTube Videos by DemianGod w/changes made by sc2001 (Including Premium Links!!!)
// @namespace zootube365.com
// @include http://*zootube365.com/*
// ==/UserScript==

unsafeWindow.pop = function(url){newwin=window.open(url,'vid','height=509,width=640,location=1,resizable=1');};

var il = document.evaluate('//div[contains(@class,"aVideo")]', document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null);
var i = il.iterateNext();
var vids = new Array();
while (i) {
ni = il.iterateNext(); vids.push(i); i = ni;
}

for (var i = 0; i < vids.length; i++)
{
var curVid = vids[i];
var imgtag = curVid.getElementsByTagName('img');
var imSrc = imgtag[0].getAttribute('src').replace(/^http:\/\/[^\/]+\/(.+)\/([^\/]+)\/[^\/]+$/,"
var imSrcA = imSrc.replace(/\/fl/g, "");
var newA = document.createElement('a');
var newS = document.createElement('br');
var newB = document.createElement('a');
var temphref = '
http://www.zootube365.com/swf/player.swf?styleU...;
var temphref2 = '&detectFlash=8';
var link = temphref + imSrcA + temphref2;
newA.href= "javascript:pop('"+link+"')";
newA.appendChild(document.createTextNode("Play By DemianGod"));
curVid.appendChild(newA);
newS.appendChild(document.createTextNode("br"));
curVid.appendChild(newS);
newB.href = imSrcA;
newB.appendChild(document.createTextNode("Download By DemianGod"));
curVid.appendChild(newB);
}
----------------c-u-t-------h-e-r-e--------------------------------------
Now have fun everyone and play nice!

 
sc2001 User

Changes:
Added line "var imSrcA = imSrc.replace(/\/fl/g, "");" to omit "/fl" from the address line and assign "imSrcA" as the useful variable.
Rewrote "var link = temphref + imSrc + temphref2;" to correctly re-address using the new variable "var link = temphref + imSrcA + temphref2;".
Rewrote "newB.href = imSrc;" to correctly re-address using the new variable "newB.href = imSrcA;".

There ya go DemianGod

 
Skorp User

Still doesn;t working, wiathout /fl too

 
JAL2 User

Tried all suggestions, rescript needed!

 
JAL2 User

I have even uninstalled in U.S. and re-installed in Panama and tried to download, no luck. ZT has beaten the fix.

 
udie_kidz User

rescript need.. please change

regards

 
Corpsecrank User

What we need is a group of users that visit zootube and a script that can beat the security that is not posted in the open on here. They have killed each script people have posted here because it is public. But I suppose as long as someone is willing to keep getting around each fix we can keep fighting for our free premium vids. I may even have to take up script writing myself for this purpose.

 
Donga User

It doesn't work. The example posted on here doesn't work either. =.= I'm afraid we'll have to wait for either a fix, or a different script.

 
Weirdo1337mo... User

Examples of new urls:
http://92.61.240.74/flv/5b50f8373817cc6576c8231...
http://92.61.240.74/flv/90fdd8c6648abe57a0e425a...

 
DemianGod Script's Author
FirefoxWindows

IT WORKS OK, DON'T NEED CORRECTIONS...

 
Shitsu User
FirefoxWindows

Works incredible! thank you so much DemianGod

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel