plugins.tvp: sport.tvp.pl handling#6097
Conversation
There was a problem hiding this comment.
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.
bastimeyer
left a comment
There was a problem hiding this comment.
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.