You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
with open(m3u8_file, 'wb', encoding='utf8') as f:
运行时报错,以binary模式打开文件,不能指定编码格式,去掉b就好了
The text was updated successfully, but these errors were encountered: