AllNewsSpider icon indicating copy to clipboard operation
AllNewsSpider copied to clipboard

澎湃新闻,新浪新闻,腾讯新闻,搜狐新闻,新闻联播,泰晤士报,纽约时报,BBCNews,旨在爬取所有新闻门户网站的新闻,禁止将所得数据商用!

Results 7 AllNewsSpider issues
Sort by recently updated
recently updated
newest added

python中报错"json.decoder.JSONDecodeError: Expecting value

一、澎湃新闻等spider可以设置关键字搜索吗? 二、百度新闻能否获取新闻全文? 谢谢!

对作者这种做法感到十分不解。同时想提醒一下,pyd文件可以使用 [rocky/python-uncompyle6](https://github.com/rocky/python-uncompyle6) 反编译得到py源码。

平台:vscode,liunx ![image](https://user-images.githubusercontent.com/109886945/201503706-416187cd-b150-4061-96d5-2e4da86104b2.png) 程序: import sys,os sys.path.append("/othercode/lizi/1/AllNewsSpider/pengpai") print(sys.path) print(os.path.realpath('.')) import pengpai_news_spider pengpai_news_spider.main() 控制台: (mypy366) coder@codercom-code-server1:/othercode/lizi/1/AllNewsSpider/pengpai$ /home/coder/micromamba/envs/mypy366/bin/python /othercode/lizi/1/AllNewsSpider/pengpai/runner.py ['/othercode/lizi/1/AllNewsSpider/pengpai', '/home/coder/micromamba/envs/mypy366/lib/python36.zip', '/home/coder/micromamba/envs/mypy366/lib/python3.6', '/home/coder/micromamba/envs/mypy366/lib/python3.6/lib-dynload', '/home/coder/micromamba/envs/mypy366/lib/python3.6/site-packages', '/othercode/lizi/1/AllNewsSpider/pengpai'] /othercode/lizi/1/AllNewsSpider/pengpai Traceback (most recent call last): File "/othercode/lizi/1/AllNewsSpider/pengpai/runner.py",...