-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
plugins.tvp: sport.tvp.pl handling #6097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
Please post debug logs of a few streams. This site is geo-blocked and inaccessible from the VPNs I have access to.
editing \pkgs\streamlink\plugins_plugins.json
This is not how this works. You are not supposed to edit any Python distributions ("packages") directly. This will break things.
You need to install Streamlink in a virtual environment via pip in editable mode from the locally cloned git repo if you want to make direct changes. Please have a look at the docs.
https://streamlink.github.io/developing.html
Also, plugin matcher changes require plugin URL test changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't forget to post a few debug logs. I don't even know if these changes cover live streams or VODs.
Thanks for the feedback and those detailed instructions. I was in the middle of typing out this comment, when you added yours. Please find the logs below:
|
Thanks |
Hello,
I've added handling of sport.tvp.pl live videos to the tvp plugin.
Admittedly I have little Python experience, but I tested the changes editing \pkgs\streamlink\plugins_plugins.json, \pkgs\streamlink\plugins\tvp.py while removing the cached compiled file.