Skip to content
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

Picarto.tv plugin needs url update. #803

Closed
julianrichen opened this issue Mar 19, 2015 · 0 comments
Closed

Picarto.tv plugin needs url update. #803

julianrichen opened this issue Mar 19, 2015 · 0 comments

Comments

@julianrichen
Copy link
Contributor

Currently livestreamer only supports

https://picarto.tv/live/channel.php?watch=<channel>

However the following are also acceptible:

https://picarto.tv/live/channelhd.php?watch=<channel>
https://picarto.tv/live/multistream.php?watch=<channel>

I belive the following regex should fix picarto.py:

_url_re = re.compile("""
http(s)?://(\w+\.)?picarto.tv/
live/(channel|channelhd|multistream).php
.+watch=(?P<channel>[^&?/]+)
""", re.VERBOSE)

I would create a merge request but I know very little about Python or compiling/testing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant