Hi
I am learning how to write an addon. Part of what I would like to understand is how to handle the following aspect of M3U8....
Some web sites have a link to an M3U8 file. If you look at the contents you find that there are multiple M3U8 links for the same stream but at different screen resolutions.
Is there some sort of Python / Kodi library / function which allows you to extract just one of those links or will I have to write my own?
I just dont want to re-invent the whell if it already exists.
Oh and yes I am a Python noob... so please let me know if it is just a standard python function![Smile Smile]()
Thanks
I am learning how to write an addon. Part of what I would like to understand is how to handle the following aspect of M3U8....
Some web sites have a link to an M3U8 file. If you look at the contents you find that there are multiple M3U8 links for the same stream but at different screen resolutions.
Is there some sort of Python / Kodi library / function which allows you to extract just one of those links or will I have to write my own?
I just dont want to re-invent the whell if it already exists.
Oh and yes I am a Python noob... so please let me know if it is just a standard python function

Thanks