免費開源,僅供技術交流。源**如下:
import requests
from lxml import etree
import requests
import os
shuchu1=1a=
1b=125url =
""print
("開始檢測網路環境:"
)exit_code = os.system(
"ping moe.005.tv -n 2")if
(exit_code ==0)
:#網路ping通返回0,否則返回非0值
print
("網路無異常,開始抓包:"
)print(""
)#抓取
while
(a<
+125):
b=125-a
response = requests.get(url)
#獲取網頁源**
response.encoding =
"utf-8"
#指定編碼
response = response.text #轉文字
html = etree.html(response)
#轉html
home = html.xpath(
'//div[@class="zhuti_w_list"]/ul/li/a/@href'
)#獲取頁面
for neiye in home:
#爬取頁面
url=
str(neiye)
#獲取內頁
#抓取頁面內容,設定編碼,轉text
response = requests.get(url)
response.encoding =
"utf-8"
response = response.text
html = etree.html(response)
#轉thml
data1= html.xpath(
'//div[@style="text-align: center;"]/img/@src'
)#獲取
data2 = html.xpath(
'//div[@class="content_w_box"]/h1/text()'
)#獲取標題
for shuchu in data1:
#儲存檔案
," 當前為第"
,a,"頁"
,"剩"
,b,"頁"
)#提示內容
shuchu1=shuchu1+
1
url =
"list_598_"
+str
(a)+
".html"
a=a+
1else
:print
("目標站點連線失敗,請更換網路或dns後重試!"
)
Python資源站彙總
彙總了一下python交流站,希望對初學者有所幫助,大家還有什麼好資源 好站點都發上來交流一下吧。python官方 nokia推出的python for s60主頁 啄木鳥開源社群 python中文社群 豆瓣python程式設計小組 chinaunix程式設計板塊 簡明python教程 dive i...
QVMS資源站介面
為了方便資源站與廣大電影站站長,qvms推出了資源站的介面,將使用介面的資源站的資源集合到 qvms的後台,不管你使用什麼系統做的資源站都可以使用本介面,方便影視站的站長採集使用.資源站的站長節省了到處奔波推廣資源的麻煩,影視站的站長也不必到處找資源了.選擇資源說明 為了廣告影視站長及您的共同利益,...
搭建nginx靜態資源站
搭建靜態資源站包括以下幾部分 root指令與alias指令的區別 使用gzip壓縮資源 如何訪問指定目錄下的全部資源檔案 如何限制訪問流量 如何自定義log日誌 root指令與alias指令的區別 我們的 靜態資源放到 home wwwroot demo 目錄下 root 2a33e33fa785 ...