SeaHOH / ykdl

a video downloader focus on China mainland video sites.
https://github.com/zhangn1985/ykdl
Other
1.42k stars 285 forks source link

Fix import error for m3u8 3.5.0 #621

Closed joeky888 closed 1 year ago

joeky888 commented 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.