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

Installing m3u8 #95

Open
albogango opened this issue Nov 3, 2016 · 12 comments
Open

Installing m3u8 #95

albogango opened this issue Nov 3, 2016 · 12 comments

Comments

@albogango
Copy link

I can't seem to install m3u8, which is needed for the newest files. "setup.py" closes as soon as it opens.

@jsonn
Copy link
Contributor

jsonn commented Nov 3, 2016

Open cmd, go to that directory and use C:\Python27\python setup.py install or so. Or use the pip command given in #91.

@albogango
Copy link
Author

I must be doing something wrong.

screenshot 5

@jsonn
Copy link
Contributor

jsonn commented Nov 3, 2016

You are typing in a Python interpreter, not a cmd prompt.

@albogango
Copy link
Author

I've come a lot closer, but another error has come up:

screenshot 6

Thank you for your help thus far, sir.

@jsonn
Copy link
Contributor

jsonn commented Nov 3, 2016

First, as written in #91, you must get m3u7 0.2.10, 0.3.0 does not work at the moment. If you extract it in c:\python27, the follow would do it:

cd \python27\m3u8-0.2.10
\python27\python setup.py install

@albogango
Copy link
Author

albogango commented Nov 3, 2016

And where would I find the link for m3u8-0.2.10?

https://pypi.python.org/simple/m3u8/

Would the second link in the list be it?

@albogango
Copy link
Author

albogango commented Nov 3, 2016

Ah. The result is the same:

screenshot 7

Have I put in the correct command?

@jsonn
Copy link
Contributor

jsonn commented Nov 3, 2016

As I wrote, change the directory first. Don't call setup.py via full path.

@albogango
Copy link
Author

I don't understand. This is what I've put in: C:\Python27\m3u8-0.2.10\setup.py install

What do I need to change?

@albogango
Copy link
Author

Never mind. I did it with the exact code you posted earlier. You sir, are a genius. Thank you for your help and your patience.

@albogango
Copy link
Author

While it was working perfectly for a few hours, I'm now getting the same issue as: #82 (downloading at lower bitrate).

Has this issue been solved yet?

@IsharoSay
Copy link

Thank's @jsonn you fixed my problem! :)

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

3 participants