Yxnt / xiaoet

小鹅通视频下载
Apache License 2.0
48 stars 24 forks source link

运行报错,求解感谢。 #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

Traceback (most recent call last): File "xiaoet.py", line 168, in XET().download() File "xiaoet.py", line 164, in download self.video(url, media_dir, title, playurl) File "xiaoet.py", line 115, in video with open(m3u8_file, 'wb', encoding='utf8') as f: ValueError: binary mode doesn't take an encoding argument

Toddwunz commented 5 years ago

with open(m3u8_file, 'wb', encoding='utf8') as f:
把wb改为w

Yxnt commented 5 years ago

看来小鹅通最近有改动。-。- 之前做这个脚本都是帮小伙伴弄的。

ghost commented 5 years ago

看来小鹅通最近有改动。-。- 之前做这个脚本都是帮小伙伴弄的。

最后说用Mac上Downie下载的

Yxnt commented 5 years ago

看来小鹅通最近有改动。-。- 之前做这个脚本都是帮小伙伴弄的。

最后说用Mac上Downie下载的

-。-好吧,那我关闭了这个issue了