Closed joeky888 closed 1 year ago
After https://github.com/globocom/m3u8/pull/316 is merged, I got this error ImportError: cannot import name 'urljoin' from 'm3u8.parser'. So let's use urllib.parse instead.
ImportError: cannot import name 'urljoin' from 'm3u8.parser'
After https://github.com/globocom/m3u8/pull/316 is merged, I got this error
ImportError: cannot import name 'urljoin' from 'm3u8.parser'
. So let's use urllib.parse instead.