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

Plugin to play VOD and Live content from ITVPlayer #776

Merged
merged 3 commits into from
Mar 7, 2015

Conversation

blxd
Copy link
Contributor

@blxd blxd commented Mar 5, 2015

A new plugin that plays content from ITV Player.

@@ -0,0 +1,183 @@
import re
from urlparse import urlparse, urlunparse, urlsplit
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an incorrect import on Python 3. Use livestreamer.compat instead, though you must also add urlunparse and urlsplit to that module as they are currently missing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, too used to python 2... Do you want a separate pull for the compat change?

chrippa added a commit that referenced this pull request Mar 7, 2015
Plugin to play VOD and Live content from ITVPlayer
@chrippa chrippa merged commit 4e46754 into chrippa:develop Mar 7, 2015
@chrippa
Copy link
Owner

chrippa commented Mar 7, 2015

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants