-
Notifications
You must be signed in to change notification settings - Fork 14
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
Download error #91
Comments
Same error here. |
@Klicksoe works for me here. Can you add a |
Here it is. print(video) :
print(video.dict) (1 "keys"):
Object(video.keys):
|
Wait, which version of m3u8 do you have installed? It seems like there was an API-breaking update at the start of the month. |
I just installed it using pip and it's version 0.3.0 with lastest version of iso8601 (0.1.11) and python 2.7.6. |
Right, that explains it. If you ask for 0.2.10, you will have more luck for now. Need to look at the API changes... |
OK. I understand how your code works now. I thought it was another tricky Python trick that made your code works with m3u8 0.3...
Thanks. |
@Klicksoe Thanks, fix the error :) Anyway, i noticed that videos downloaded with m3u8 0.3.0 have a better output Bit rate (3 072 kb/s instead of 2200 kb/s~ with 0.2.10). |
m3u8 doesn't do downloads, it only parses the playlist... |
I don't know why but i noticed that after trying on the same URL ^^ |
#98 adds support for newer m3u8. |
Hi,
I receive this error:
The text was updated successfully, but these errors were encountered: