View Single Post
  #184  
Old 07-28-2017, 09:47 AM
Youngfossil Youngfossil is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
Youngfossil is on a distinguished road
Default

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


Quote:
Originally Posted by gdunc View Post
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
Not the python script, the RTMPDump script stopped working.

But do you know a way to add user name and passwords to the python script?
Reply With Quote