Quote:
Originally Posted by Youngfossil
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