crunchy-xml-decoder icon indicating copy to clipboard operation
crunchy-xml-decoder copied to clipboard

Installing m3u8

Open albogango opened this issue 8 years ago • 12 comments

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

albogango avatar Nov 03 '16 21:11 albogango

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

jsonn avatar Nov 03 '16 21:11 jsonn

I must be doing something wrong.

screenshot 5

albogango avatar Nov 03 '16 21:11 albogango

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

jsonn avatar Nov 03 '16 21:11 jsonn

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

screenshot 6

Thank you for your help thus far, sir.

albogango avatar Nov 03 '16 21:11 albogango

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

jsonn avatar Nov 03 '16 21:11 jsonn

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 avatar Nov 03 '16 22:11 albogango

Ah. The result is the same:

screenshot 7

Have I put in the correct command?

albogango avatar Nov 03 '16 22:11 albogango

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

jsonn avatar Nov 03 '16 22:11 jsonn

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 avatar Nov 03 '16 22:11 albogango

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 avatar Nov 03 '16 22:11 albogango

While it was working perfectly for a few hours, I'm now getting the same issue as: https://github.com/einstein95/crunchy-xml-decoder/issues/82 (downloading at lower bitrate).

Has this issue been solved yet?

albogango avatar Nov 04 '16 00:11 albogango

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

IsharoSay avatar Nov 05 '16 19:11 IsharoSay