View Single Post
  #182  
Old 07-25-2017, 08:25 AM
gdunc gdunc is offline
Junior Member
 
Join Date: Aug 2015
Posts: 19
gdunc is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by Youngfossil View Post
Chaturebate node no longer works as of today. I just may just splurge and get tubedigger. seems the one that works the best.
Search for this:

Code:
var passwordHash = script.match(/password: '([^']+)'/)[1].replace('\\u003D', '=');
Change it to this:

Code:
var passwordHash = script.match(/password: '(.*?.{120,})'/)[1];
There was a change to the password format within the web page.

Tested working on Windows 8.1 Pro running nodejs 6.8.1

Change sourced from CaptureBate python script by superagentp
Reply With Quote