View Single Post
  #1551  
Old 01-10-2019, 04:48 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Quote:
Originally Posted by Syl0pt View Post
The MFCAuto package was taken down by DMCA notice. npm will fail to install it and without this package, the script is "useless".

I have an MFCAuto.v5.6.2 in a tar.gz. Can I use that in some way to get the script up and running?
Usually, you just need to unpack the archive into the script folder and make changes in package.json file, something like this (I suppose MFCAuto on the line 18)

Code:
"MFCAuto": "file:./<name of the dir where you unpacked MFCAuto>",
Then run 'npm install' again
Reply With Quote