crunchy-xml-decoder
                                
                                 crunchy-xml-decoder copied to clipboard
                                
                                    crunchy-xml-decoder copied to clipboard
                            
                            
                            
                        Installing m3u8
I can't seem to install m3u8, which is needed for the newest files. "setup.py" closes as soon as it opens.
Open cmd, go to that directory and use C:\Python27\python setup.py install or so. Or use the pip command given in #91.
I must be doing something wrong.
 
                                    
                                    
                                    
                                
You are typing in a Python interpreter, not a cmd prompt.
I've come a lot closer, but another error has come up:
 
Thank you for your help thus far, sir.
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
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?
Ah. The result is the same:
 
Have I put in the correct command?
As I wrote, change the directory first. Don't call setup.py via full path.
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?
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.
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?
Thank's @jsonn you fixed my problem! :)