2021-02-27爬虫实例(爬取照片)以虎牙为例

爬虫实例(爬取照片)以虎牙为例

开始之前点赞,投币加关注哦

开发环境:Python3.7
开发软件:PyCharm Edu
第一步:导入第三方库(模块)

导入方法
一:在终端输入
pip3 install requests
二:使用PyCharm Edu
文件 –> 设置 –> 项目Python –> Python解释器 –> 下方加号+ –> 搜索requests和re –> 安装包
![在这里插入图片描述](https://img-blog.csdnimg.cn/20210227110142918.png#pic_center

2021-02-27爬虫实例(爬取照片)以虎牙为例
2021-02-27爬虫实例(爬取照片)以虎牙为例
2021-02-27爬虫实例(爬取照片)以虎牙为例
re不是第三方库,是Python自带的就不用麻烦了

2.模拟游览器发起请求

3.获取响应内容

# 这是data.text的一部分输出(太长了)!DOCTYPE html>!--[if lt IE 7]>      html class="ie6" lang="zh-cmn-Hans"> ![endif]-->!--[if IE 7]>         html class="ie7" lang="zh-cmn-Hans"> ![endif]-->!--[if IE 8]>         html class="ie8" lang="zh-cmn-Hans"> ![endif]-->!--[if IE 9]>         html class="ie9" lang="zh-cmn-Hans"> ![endif]-->!--[if gt IE 9]>!--> html lang="zh-cmn-Hans">!--![endif]-->head>meta charset="utf-8">title>美女直播_美女秀场直播间_美女主播_颜值直播大厅_虎牙直播/title>meta name="renderer" content="webkit">meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> meta name="viewport" content="width=device-width, initial-scale=1">meta name="Keywords" content="颜值直播,美女直播,美女秀场直播"/>meta name="Description" content="虎牙直播提供海量的颜值美女直播内容,众多美女秀场直播间全天不间断直播,与美女主播一起零距离互动,全新的美女直播尽在虎牙直播。"/>link rel='canonical' href='https://www.huya.com/g/2168' />    link rel="stylesheet"  href="https://a.msstatic.com/huya/main3/common/headerStyle_5352d.css">    link rel="stylesheet"  href="https://a.msstatic.com/huya/main3/app/game-live_4d318.css">style id="J_restrictedLiveStyle"> .game-live-item[data-lp="1099531752746"], .game-live-item[data-lp="1099531752747"], .game-live-item[data-lp="1099531752748"], .game-live-item[data-lp="1099531752749"], .game-live-item[data-lp="1099531752750"], .game-live-item[data-lp="1099531752751"], .game-live-item[data-lp="1524434072"], .game-live-item[data-lp="1394575552"], .game-live-item[data-lp="1423787856"], .game-live-item[data-lp="1423782061"], .game-live-item[data-lp="1423782074"], .game-live-item[data-lp="1423782052"], .game-live-item[data-lp="1423787883"], .game-live-item[data-lp="1423782104"], .game-live-item[data-lp="1423787836"], .game-live-item[data-lp="1524418101"], .game-live-item[data-lp="1423782038"], .game-live-item[data-lp="1423782096"], .game-live-item[data-lp="1423782053"], .game-live-item[data-lp="1524418078"], .game-live-item[data-lp="1524418081"], .game-live-item[data-lp="1394575539"], .game-live-item[data-lp="1423782044"], .game-live-item[data-lp="1394575535"], .game-live-item[data-lp="1423782104"], .game-live-item[data-lp="1199558100755"], .game-live-item[data-lp="1199558257305"], .game-live-item[data-lp="1394565211"], .game-live-item[data-lp="1423787819"], .game-live-item[data-lp="1388473933"], .game-live-item[data-lp="1388457186"], .game-live-item[data-lp="1099531752754"], .game-live-item[data-lp="1857682899"], .game-live-item[data-lp="2286799170"], .game-live-item[data-lp="1199512045291"], .game-live-item[data-lp="1199526558405"], .game-live-item[data-lp="1851300403"], .game-live-item[data-lp="1199560287662"], .game-live-item[data-lp="1423782047"], .game-live-item[data-lp="119956224454"], .game-live-item[data-lp="1199562247002"], .game-live-item[data-lp="1199562242900"], .game-live-item[data-lp="1199562248271"] {    display: none;} .game-live-item[data-lp="1099531752746"], .game-live-item[data-lp="1099531752747"], .game-live-item[data-lp="1099531752748"], .game-live-item[data-lp=

来源:a2965502228

声明:本站部分文章及图片转载于互联网,内容版权归原作者所有,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2021年1月22日
下一篇 2021年1月22日

相关推荐