It works for me.
As others have mentioned, you really do need that edited RTMPDUMP.
I think I had a similar issue as you guys, you just have to edit the python files path directories.
It needs to be:
Code:
RTMPDUMP_PATH = "C:/Users/XXX/Documents/rtmpdump/rtmpdump.exe"
DOWNLOAD_PATH = "C:/Users/XXX/Documents/streams/"
Rather than:
Code:
RTMPDUMP_PATH = "C:\Users\XXX\Documents\rtmpdump\rtmpdump.exe"
DOWNLOAD_PATH = "C:\Users\XXX\Documents\streams\"
Also, Chaturbate starting using https recently, so you'll need to add that to the greasemonkey script (just add
"https://chaturbate.com/*" to the included pages) if you haven't done so already.