forecho / Quicksilver

快银-『使用泛用型播客客户端订阅播客节目』计划- podcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

封面不支持 gif 图片问题

forecho opened this issue · comments

执行 python app.py 323366 命令的时候由于封面不支持 GIF 格式会出现下面报错信息:

论跪,古人是认真的!
xxx/podcast/spider/ximalaya.py:61: NotSupportedByItunesWarning: Image filename must end with png or jpg, not gif
  episode.image = item['cover_url_142'].split('?')[0]

示例:http://www.ximalaya.com/6042491/sound/57753719/

目前想到的解决办法是找一个默认封面替换,待实现。