hldh214 / recorder

stream recorder && automatic upload

Home Page:https://youtu.be/Yw8OxtN28hQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function suggestion panda.py

SAOJSM opened this issue · comments

Hello sir,
I think this repo is one of best repo for recoding stream.
And I have a function suggest that add load session cookie function or add log in with own account to record the streaming login needed. Maybe you can add config.json to store these data and load when plugin match.
Hope to receive your reply.
Thank you for making contribution on github.

I'm not sure if I understand correctly, but the 'session cookie' has already been implemented to pass through to the get_stream function. As for the 'login' part, since there maybe a captcha needed during login, there is no plan for it yet.

if __name__ == '__main__':
import time
while True:
print(get_stream('10535725', sess_key='018c6d30a09720dd7aba6a9113fa5227bc9c78e033eb1a2be5fec88af599e3c6'))
time.sleep(5)

I know login function may need captcha, but can I know if any way add code that login with login session cookie.

Allow me to clarify my previous comment. I demonstrated how to use a 'session cookie' to obtain a stream, and I wanted to make it clear that there are currently no plans to implement a username/password login function due to the potential need for a captcha. Thank you for your understanding.