Ivan Zhang

Results 3 issues of Ivan Zhang

有注音假名,那么有木有英语的注音

from calibre.web.feeds.recipes import BasicNewsRecipe class Python_Tutorial(BasicNewsRecipe): title = 'Python Tutorial' description = '' cover_url = 'http://www.runoob.com/wp-content/uploads/2013/11/python.jpg' url_prefix = 'http://www.runoob.com' no_stylesheets = True # 添加encoding也不行 encoding = 'utf-8' keep_only_tags = [{...

能否帮忙生成个recipe文件 http://mp.weixin.qq.com/wiki/home/index.html 根据你提供的教程,复制了一份代码自己试着修改创建一个recipe没有成功,不懂Python,请求帮忙。