91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 84.21MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2022-07-07
  • 語言: Python
  • 標(biāo)簽: spider??python??

資源簡介

python自定義爬蟲,爬取豆瓣網(wǎng)以及騰訊招聘網(wǎng)信息并進(jìn)行數(shù)據(jù)可視化分析,可自定義爬取網(wǎng)站

資源截圖

代碼片段和文件信息

#?from?selenium.webdriver.remote.webelement?import?WebElement
from?selenium?import?webdriver
from?selenium.webdriver?import?ActionChains
#?from?selenium.common.exceptions?import?NoSuchElementException
from?selenium.common.exceptions?import?StaleElementReferenceException
#?from?selenium.webdriver.common.desired_capabilities?import?DesiredCapabilities
#?from?selenium.webdriver.common.by?import?By
import?time
import?urllib.request

#?歌曲名
mname?=?‘‘


#?js重定向
def?wait(drive):
????elem?=?drive.find_element_by_tag_name(‘html‘)
????count?=?0
????while?True:
????????count?+=?1
????????if?count?>?20:
????????????print(‘chaoshi‘)
????????????return
????????time.sleep(5)
????????try:
????????????elem?==?drive.find_element_by_tag_name(‘html‘)
????????except?StaleElementReferenceException:
????????????return


#?獲取url
def?geturl():
????input_string?=?input(“>>>please?input?the?song?name:“)
????driver?=?webdriver.Chrome()
????url?=?‘http://www.kugou.com/‘
????driver.get(url)
????#?輸入搜索內(nèi)容
????a?=?driver.find_element_by_xpath(‘html/body/div[1]/div[1]/div[1]/div[1]/input‘)
????a.send_keys(input_string)
????#?點擊搜索
????driver.find_element_by_xpath(‘html/body/div[1]/div[1]/div[1]/div[1]/div/i‘)
????result_url?=?driver.current_url
????driver.quit()
????return?result_url


#?顯示搜索結(jié)果
def?show_result(url):
????driver?=?webdriver.Chrome()
????driver.get(url)
????time.sleep(3)
????for?i?in?range(1?1000):
????????try:
????????????print(‘%d.‘?%?i?+?driver.find_element_by_xpath(“.//*[@id=‘search_song‘]/div[2]/ul[2]/li[%d]/div[1]/a“?%?i).get_attribute(‘title‘))
????????except?Exception?as?e:
????????????print(e)
????????????break
????choice?=?input(“>>>Which?one?do?you?want(you?can?input?‘quit‘?to?goback(帶引號)):“)
????#?從下載界面退回
????if?choice?==?‘quit‘:
????????result?=?‘quit‘
????else:
????????global?mname
????????mname?=?driver.find_element_by_xpath(“.//*[@id=‘search_song‘]/div[2]/ul[2]/li[%d]/div[1]/a“?%?choice).get_attribute(‘title‘)
????????a?=?driver.find_element_by_xpath(“.//*[@id=‘search_song‘]/div[2]/ul[2]/li[%d]/div[1]/a“?%?choice)
????????actions?=?ActionChains(driver)
????????actions.move_to_element(a)
????????actions.click(a)
????????actions.perform()
????????#?跳轉(zhuǎn)到新打開的頁面
????????driver.switch_to.window(driver.window_handles[1])
????????#?獲取播放元文件url
????????result?=?driver.find_element_by_xpath(“.//*[@id=‘myAudio‘]“).get_attribute(‘src‘)
????????driver.quit()
????return?result


#?下載回調(diào)
def?cbk(a?b?c):
????per?=?100.0?*?a?*?b?/?c
????if?per?>?100:
????????per?=?100
????print(‘%.2f%%‘?%?per)


def?main():
????print(“***********************************歡迎使用免費音樂下載器************************************“)
????time.sleep(1)
????while?True:
????????url?=?geturl()
????????result?=?show_result(url)
????????if?result?==?‘quit‘:
????????????print(‘\n‘)
????????????continue
????????else:
????????????local?=?‘d://%s.mp3‘?%?mname
????????????print(“download?start“)
????????????time.sle

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-02-26?14:14??kugou_download\
?????目錄???????????0??2019-03-22?14:42??kugou_download\.idea\
?????目錄???????????0??2019-02-26?14:14??kugou_download\.idea\codestyles\
?????文件?????????153??2018-11-06?20:53??kugou_download\.idea\codestyles\codestyleConfig.xml
?????目錄???????????0??2019-03-22?14:45??kugou_download\.idea\inspectionProfiles\
?????文件?????????516??2018-11-20?10:09??kugou_download\.idea\kugou_download.iml
?????文件?????????202??2018-11-20?10:09??kugou_download\.idea\misc.xml
?????文件?????????280??2018-11-06?20:05??kugou_download\.idea\modules.xml
?????文件???????25042??2019-03-22?14:42??kugou_download\.idea\workspace.xml
?????文件?????4213246??2018-12-19?13:35??kugou_download\douban.txt
?????文件????????2041??2018-11-16?13:05??kugou_download\get_xici_ip.txt
?????文件????????3306??2018-11-06?21:14??kugou_download\kugou.py
?????文件??????????26??2018-11-14?10:05??kugou_download\stopwords.txt
?????文件???????83803??2018-12-20?16:26??kugou_download\tencent.txt
?????文件????????9521??2018-11-13?19:32??kugou_download\timg.png
?????目錄???????????0??2019-02-26?14:14??kugou_download\venv\
?????目錄???????????0??2019-02-26?14:14??kugou_download\venv\Include\
?????文件???????22274??2016-09-11?22:51??kugou_download\venv\Include\Python-ast.h
?????文件????????2928??2016-06-14?00:47??kugou_download\venv\Include\Python.h
?????文件???????47239??2016-12-07?04:27??kugou_download\venv\Include\abstract.h
?????文件????????1016??2016-05-16?16:43??kugou_download\venv\Include\accu.h
?????文件????????1213??2016-06-14?00:47??kugou_download\venv\Include\asdl.h
?????文件?????????477??2016-05-16?16:43??kugou_download\venv\Include\ast.h
?????文件?????????792??2016-05-16?16:43??kugou_download\venv\Include\bitset.h
?????文件?????????264??2016-05-16?16:43??kugou_download\venv\Include\bltinmodule.h
?????文件?????????886??2016-05-16?16:43??kugou_download\venv\Include\boolobject.h
?????文件????????2114??2016-05-16?16:43??kugou_download\venv\Include\bytearrayobject.h
?????文件????????3191??2016-06-14?00:47??kugou_download\venv\Include\bytes_methods.h
?????文件????????8333??2016-11-01?02:21??kugou_download\venv\Include\bytesobject.h
?????文件?????????701??2016-05-16?16:43??kugou_download\venv\Include\cellobject.h
?????文件????????8304??2016-09-11?22:51??kugou_download\venv\Include\ceval.h
............此處省略6684個文件信息

評論

共有 條評論

相關(guān)資源