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

plugins.dailymotion: initial VOD support #402

Closed
wants to merge 3 commits into from

Conversation

gapato
Copy link
Contributor

@gapato gapato commented May 28, 2014

This adds support for Dailymotion VODs, using SegmentedStream (based on the UStream plugin). It works well in the cases I've tested, (VLC + file output which is seekable), even though I get a lot of
[flv @ 0x7f2dccc01c20] Skiping duplicate index
errors when playing the file. I'm not sure if this is a big issue.

Oops, forgot about Python 3. Will fix that.


from livestreamer.compat import urlparse
from livestreamer.exceptions import PluginError
from livestreamer.compat import urlparse, unquote, urlparse
Copy link
Owner

Choose a reason for hiding this comment

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

urlparse imported twice.

@chrippa
Copy link
Owner

chrippa commented May 28, 2014

A couple of minor issues I found and made inline comments for, other than that it look good. 👍

@gapato
Copy link
Contributor Author

gapato commented May 28, 2014

Thank you for reviewing and teaching me about match.group ! I've pushed the changes.

chrippa added a commit that referenced this pull request May 28, 2014
plugins.dailymotion: Initial VOD support
@chrippa
Copy link
Owner

chrippa commented May 28, 2014

Thanks!

@chrippa chrippa closed this May 28, 2014
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