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.
recorder/recorder/source/panda.py
Lines 33 to 38 in 02756f0
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.