Python爬蟲之煎蛋網圖片下載
受程式設計師群的影響(自己汙的本性),他們總是帶我開車,想想我也該收集一些資料了(美女圖片)
程式碼
import requests
from lxml import etree
urls = [`http://jandan.net/ooxx/page-{}`.format(str(i)) for i in range(0,20)]
path = `C://Users/Administrator/Desktop/煎蛋網/`
header = {
`User-Agent`:`Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36`
}
def get_photo(url):
html = requests.get(url)
selector = etree.HTML(html.text)
photo_urls = selector.xpath(`//p/a[@class="view_img_link"]/@href`)
for photo_url in photo_urls:
data = requests.get(`http:`+photo_url,headers=header)
fp = open(path + photo_url[-10:],`wb`)
fp.write(data.content)
fp.close()
for url in urls:
get_photo(url)
我以前做個視訊,這次用不了,出錯,爬蟲只有進行時啊!!!!
相關文章
- python爬蟲之圖片下載APP1.0Python爬蟲APP
- Python爬蟲之網頁圖片Python爬蟲網頁
- Python爬蟲入門教程 18-100 煎蛋網XXOO圖片抓取Python爬蟲
- Python爬蟲 搜尋並下載圖片Python爬蟲
- 爬蟲 Scrapy框架 爬取圖蟲圖片並下載爬蟲框架
- python 爬蟲之requests爬取頁面圖片的url,並將圖片下載到本地Python爬蟲
- python 爬蟲 下載百度美女圖片Python爬蟲
- 【python--爬蟲】千圖網高清背景圖片爬蟲Python爬蟲
- 使用Python爬蟲實現自動下載圖片Python爬蟲
- python爬蟲---網頁爬蟲,圖片爬蟲,文章爬蟲,Python爬蟲爬取新聞網站新聞Python爬蟲網頁網站
- Python爬蟲—爬取某網站圖片Python爬蟲網站
- 爬蟲第二彈:千圖網電商淘寶模板圖片下載爬蟲
- ReactPHP 爬蟲實戰:下載整個網站的圖片ReactPHP爬蟲網站
- 堆糖網爬蟲(根據關鍵字下載圖片)爬蟲
- 爬蟲福利二 之 妹子圖網MM批量下載爬蟲
- python爬蟲系列(4.5-使用urllib模組方式下載圖片)Python爬蟲
- node:爬蟲爬取網頁圖片爬蟲網頁
- 如何用Python爬蟲實現百度圖片自動下載?Python爬蟲
- 自學python網路爬蟲,從小白快速成長,分別實現靜態網頁爬取,下載meiztu中圖片;動態網頁爬取,下載burberry官網所有當季新品圖片。Python爬蟲網頁
- Java爬蟲之批量下載LibreStock圖片(可輸入關鍵詞查詢下載)Java爬蟲REST
- 爬蟲福利----妹子圖網MM批量下載爬蟲
- 網路爬蟲---從千圖網爬取圖片到本地爬蟲
- 小小圖片爬蟲爬蟲
- 京東商品圖片 自動下載 抓取 c# 爬蟲C#爬蟲
- Python爬蟲入門【4】:美空網未登入圖片爬取Python爬蟲
- Python爬蟲入門【6】:蜂鳥網圖片爬取之一Python爬蟲
- Python爬蟲入門【7】: 蜂鳥網圖片爬取之二Python爬蟲
- Python爬蟲入門【8】: 蜂鳥網圖片爬取之三Python爬蟲
- Python網路爬蟲2 - 爬取新浪微博使用者圖片Python爬蟲
- Python爬蟲入門【5】:27270圖片爬取Python爬蟲
- Python爬蟲學習(6): 爬取MM圖片Python爬蟲
- 【python--爬蟲】彼岸圖網高清桌布爬蟲Python爬蟲
- 第二彈!python爬蟲批量下載高清大圖Python爬蟲
- Python3 大型網路爬蟲實戰 003 — scrapy 大型靜態圖片網站爬蟲專案實戰 — 實戰:爬取 169美女圖片網 高清圖片Python爬蟲網站
- Python爬蟲新手教程: 知乎文章圖片爬取器Python爬蟲
- Python爬蟲實戰詳解:爬取圖片之家Python爬蟲
- Python爬蟲入門-爬取pexels高清圖片Python爬蟲
- Java爬蟲批量爬取圖片Java爬蟲