鱼C论坛

 找回密码
 立即注册
查看: 2096|回复: 3

[已解决]爬虫—关于嗅事百科的——python3

[复制链接]
发表于 2018-3-17 22:14:42 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
import requests

def main():
    headers = {

            'Host': 'static.qiushibaike.com',
            'Connection': 'keep-alive',
            'Pragma': 'no-cache',
            'Cache-Control': 'no-cache',
            'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',
            'Accept': 'text/css,*/*;q=0.1',
            'Referer': 'https://www.qiushibaike.com/hot/page/1/',
            'Accept-Encoding': 'gzip, deflate, sdch, br',
            'Accept-Language': 'zh-CN,zh;q=0.8'

    }

   
    res  = requests.get('https://www.qiushibaike.com/hot/page/1/ ',headers = headers)
    #responsr_code = json.loads(res.text)
    print(res.text)


   


if __name__ == '__main__':
    main()

!!!!!!!!!!!!!!!!!!!!!
<html>

<head><title>404 Not Found</title></head>

<body bgcolor="white">

<center><h1>404 Not Found</h1></center>

<hr><center>nginx</center>

</body>

</html>

<!-- a padding to disable MSIE and Chrome friendly error page -->

<!-- a padding to disable MSIE and Chrome friendly error page -->

<!-- a padding to disable MSIE and Chrome friendly error page -->

<!-- a padding to disable MSIE and Chrome friendly error page -->

<!-- a padding to disable MSIE and Chrome friendly error page -->

<!-- a padding to disable MSIE and Chrome friendly error page -->

输出为什么源码都看不到呢???




最佳答案
2018-3-17 22:27:25
请求头写错了,host改为'Host': 'www.qiushibaike.com'
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2018-3-17 22:16:51 | 显示全部楼层
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-3-17 22:27:25 | 显示全部楼层    本楼为最佳答案   
请求头写错了,host改为'Host': 'www.qiushibaike.com'
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2018-3-17 22:35:20 | 显示全部楼层
lyjlyj 发表于 2018-3-17 22:27
请求头写错了,host改为'Host': 'www.qiushibaike.com'

三克油,一眼都被你看出了,非常感谢
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-16 23:41

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表