PornHub Downloader

By miserablegit Last update Jan 6, 2009 — Installed 16,315 times. Daily Installs: 23, 26, 31, 35, 33, 40, 37, 23, 35, 15, 29, 31, 25, 36, 35, 14, 24, 28, 36, 26, 27, 32, 23, 28, 30, 35, 23, 23, 24, 31, 31, 29

Add your review

4 reviews


1 out of 1 person found this review helpful
4 stars
[SOLVED] Does not work , Feb 15, 2009
Review written by Yonas - see all my reviews (1)

I don't see the Download link on the page.

Does not work before and after the changes suggested by fjcabcn.

EDIT:

Here's a patch that fixed it for me:

--- pornhub_downloader.user.orig.js 2009-02-14 17:57:44.000000000 -0500
+++ pornhub_downloader.user.fixed.js 2009-02-14 17:57:45.000000000 -0500
@@ -14,7 +14,7 @@

// find where the xml with data is
re = /(.*)mx_player_config.php(.*)\"\);/gm
-plDiv = document.getElementById("MxPlayerDiv");
+plDiv = document.getElementById("playerDiv_0");

script = new String(plDiv.nextSibling.nextSibling.textContent);
info = re.exec(script);
@@ -32,8 +32,8 @@
},
onload: function(responseDetails) {
// extract url
- re = /\<flv_url>(.*)\<\/flv_url\>/gmi
- flvurl = responseDetails.responseText.match(re)[0].replace(re,"$1");
+ flv_re = /\<flv_url>(.*)\<\/flv_url\>/gmi
+ flvurl = responseDetails.responseText.match(flv_re)[0].replace(flv_re,"$1");
// add link to page
newDiv = document.createElement('div');
newDiv.innerHTML = '

Download this video (right-click, Save As) without signup.
';

0 comments |

5 stars
It works again! , Feb 10, 2009
Review written by mjnbrn - see all my reviews (1)

@fjcabcn
Thanks for the tip. I made those changes and it works now! Good Eye!

0 comments |

5 stars
You must modify three lines , Feb 6, 2009
Review written by fjcabcn - see all my reviews (1)

line 16: re = /(.*)mx_player_dev_config.php(.*)\"\);/gm
line 17: plDiv = document.getElementById("playerDiv_0");
line 21: url = "http://www.pornhub.com/mx_player_dev_config.php" + decodeURIComponent(info[2]);

0 comments |

5 stars
Don't Work , Feb 6, 2009
Review written by 3r3ct0r - see all my reviews (1)

Rhank's for this script but since the pornHib"s MAJ this script Don't work.

Another MAJ ?

0 comments |