Git Product home page Git Product logo

chaturbaterecorder's People

Contributors

damianonymous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chaturbaterecorder's Issues

Issues with streams restarting

I am having issues with streams restarting and occasionally see a 404 error pop up in the console as it is running which then causes the stream to be lost and rediscovered. I don't see the stream going to private or anything but I will get sometimes 10 files in a 30 min stream.

Here are some similar errors from the log:
17/08/2021 13:16:18 EXCEPTION: Unable to open URL: https://edge202.stream.highwebmedia.com/live-hls/amlst:xxxxxx62568c_trns_h264/playlist.m3u8 (('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))

17/08/2021 13:19:50 EXCEPTION: Unable to open URL: https://edge202.stream.highwebmedia.com/live-hls/amlst:fxxxxxxxxx62568c_trns_h264/playlist.m3u8 (('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))

ImportFollowed.py on Windows

Hello,

Sorry if this is not the right place for this, this is my first time. I've been playing with ImportFollowed.py for a bit now and can't seem to get it to work. Not sure if its broken or not.

When I run it I get the following:

getting followed models...
Traceback (most recent call last):
File "ImportFollowed-Dev.py", line 76, in
getModels()
File "ImportFollowed-Dev.py", line 55, in getModels
LIST = soup.findAll('ul', {'class': 'list'})[0]
IndexError: list index out of range

I've found that it is out of range because it is empty due to login issues. So I removed the login check and just made it login anyway and this is what happens:

Traceback (most recent call last):
File "ImportFollowed-Dev.py", line 75, in
login()
File "ImportFollowed-Dev.py", line 32, in login
data['csrfmiddlewaretoken'] = soup.find('input', {'name': 'csrfmiddlewaretoken'}).get('value')
AttributeError: 'NoneType' object has no attribute 'get'

I've tried several different logon methods and syntax but I cannot seem to get it right. From what I can find the get errors possibly because there is no data to get from or find but I'm not sure.

When I print(result.text) which is just before this, I get this, many more lines of this, I just didnt paste it all. Nothing readable.
��▲↨��b��'B���җ��f$���ۧ�‼i^����♫��*D���RmN; �‼�n^�i▲0��U�- �B↓��xnQ▲�+��IȮ90���‼�7¶�DΡ�#��S��9a♠&↨∟M������ɋ�� ►�g5��v�.▲!���♠▲�q�ȥ��gx▬#ݠ�♠IsD�QwR�}9��?�-Sz☻Z�h�j‼-◄�|D��7���N��Q{!�g\6��

I do have it setup right in the conf file and verified the user and pass do work manually.

Process in backgroud

Hello,
I launched the script in background on a Alpine VM. It registers the stream correctly. If I let it run 24/7 it is not recording anything more until you kill the process and restart it.
Is there a log to understand the problem or is anyone having similar issue?

Some models are not retrieved

There are some models that are not retrieved from wanted list no matter which line they are placed. None of them have special characters on their user string, only letters and numbers.

Couples

I have noticed that there are certain models it will rarely record (if ever), after a bit of snooping it seems like all of the models I have noticed this issue with are tagged as couples. I can tell the code handles couples in a separate loop at one point and I fear it may have an error in it (overwriting the array maybe?)

Cannot save in .ts format

I changed the directory structure extension to .ts as currently the .mp4 output file is not compatible with quicklook on macOS, but apparently is not working. Any recommendation?

online threads (models): 00

Hello, I deployed this, but it always shows online threads (models): 00. I'm in China, but I can directly see the models screen with the browser without agent. What's the matter?

getOnlineModels in main file will only retrieve first 254 models

The getOnlineModels method as used in the main file (which is totally different from the one in getModels.py, latter goes the direct way) is working strange:

It will first try to get the first 127 models (which seems to be the max value, I have checked) by /session/start .. then it will get the next 127 models by /session/next .. but after that it will always raise an exception with something like session invalid. Meaning if your model is listed e.g. at position 300, it might be online, but this method will return it is not.

Streams a few minutes long

Video Doesn't Play With QuickTime

Hi, I'm a complete noob when it comes to code but I got it to work. I'm using this with macOS, my issue is that when I try to play the video back on QuickTime it will not play. The video plays perfectly when used with VLC, I don't know if something in the code can be changed so that it works with QuickTime as well.

Downloading with different quality

Hello,
Is there any way to change downloading quality?
Currently 10h of records takes about 50gb on a disk. it's a lot...and tbh noone needs this quality of video.
Is there any way to reduce from 1080p to 480p/720p?

I know basics on python and after checking source code I couldn't find anything...however maybe you have some ideas.

Thanks in advance

Does not work anymore?

Hi, I have issue since yesterday

0 model(s) are being recorded. Next check in 20 seconds
the following models are being recorded: []

Always get 0 models =(

Memory leak

In the process of execution, it begins to fill all the RAM.
It starts from 100mb up to several GB
Windows 10 [Python 3.10.8]

Issues with file type and directory structure

Script doesn't honor directory structure changes and changes to file format, such as...

directory_structure = {path}/{year}.{month}.{day}_{hour}.{minutes}.{seconds}_{model}.ts

Script will still create directories for model names and create the files as .mp4 instead of .ts.

Tested on Ubuntu 20.04 with Python 3.8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.