Open wdyggh opened 5 years ago
没提过几次issue,不懂什么格式 还望见谅。
前面的findall 错误在 查看beautifulsoup文档后发现会自动转换,
findall 报错的情况 在 https://github.com/leyuwei/CSDN_Blog2PDF/blob/master/csdnToPdf.py#L77 对userSoup做try处理后能爬并且转换pdf。
我在环境变量中添加了路径还是找不到wkhtmltopdf,所以强加了路径代码
config = pdfkit.configuration(wkhtmltopdf="C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf.exe")
pdfkit.from_file(destHtml, destPdf, configuration=config, options = {'custom-header' : [('Origin', 'https://blog.csdn.net'),('Referer', 'https://blog.csdn.net'),('User-Agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0')],
'cookie': http_cookie,
'enable-local-file-access':'',
'images': ''})
十分感谢您的反馈。我已经注意到这个问题的存在,由于近日还需要处理一些别的事情,repo的更新我会择机尽快完成。
再次感谢! ^-^
Yuwei
有报错