
07-21-2017, 07:02 AM
|
Junior Member
|
|
Join Date: Jul 2017
Posts: 3
|
|
 Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)
Quote:
Originally Posted by H1T0PR
I'm using the node and testing some things with the code in main.js (horacio's version). I would like to know how to get city, country, age and occupation data too. I tried something straight like simply adding the lines:
city: m.bestSession.city,
country: m.bestSession.country,
age: m.bestSession.age,
occupation: m.bestSession.occupation,
In models.push and the same thing in capturingModels.push, like:
city: myModel.city,
country: myModel.country,
...etc
But the data appears as "undefined". So how do I get these data correctly?
|
Quote:
Originally Posted by horacio
- Added model ID + model name to subdirectory name
- Added age, continent and city
(...)
|
Thank you horacio!
The item "continent" was already able to be pulled by the previous version (I managed to get it). Did you mean "country" instead "continent" in this new update? The items that still missing for me are these: country and occupation, how can I pull them too?
|