Klicksoe

Results 4 comments of Klicksoe

Same error here. It happens only with this URL (tested some others randomly but no problem): http://www.crunchyroll.com/berserk/episode-12-those-who-cling-those-who-struggle-715003

Here it is. print(video) : ``` ``` print(video.**dict**) (1 "keys"): ``` {'files': ['http://serve.cxcdn.net/s/v/pne7 [...] '], '_base_path': None, 'playlist_type': 'vod', 'version': '3', 'keys': [], 'program_date_time': None, 'segments': [

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.

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... @Reign5 ``` pip uninstall m3u8 -y...