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

  • 大小: 6.31KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發布日期: 2021-03-03
  • 語言: Python
  • 標簽: pdf??文件??python??

資源簡介


資源截圖

代碼片段和文件信息

import?requests
import?time
import?json
import?re
import?os
import?img2pdf
from?selenium?import?webdriver
from?selenium.webdriver.chrome.options?import?Options
from?fake_useragent?import?UserAgent
from?urllib.parse?import?urlencode?urljoin?unquote
from?lxml?import?etree
from?threading?import?Thread
?
?
base_url?=?‘https://www.manhuatai.com/‘
headers?=?{
????????‘referer‘:?‘https://www.manhuatai.com/‘
????????‘user-agent‘:?UserAgent(verify_ssl=False).random
?
}
?
?
#?搜索接口,返回搜索列表
def?get_search_items(keyword):
????“““
????:param?keyword:
????:return:
????“““
????headers.update({
????????‘x-requested-with‘:?‘xmlHttpRequest‘
????})
????params?=?{
????????‘d‘:?int(time.time())
????????‘q‘:?keyword
????}
????params?=?urlencode(params)
????res?=?requests.get(‘https://www.manhuatai.com/getjson.shtml?‘?headers=headers?params=params).content.decode(‘utf-8‘)
????results?=?json.loads(res)
????for?index?item?in?enumerate(results):
????????print(‘編號:{}

評論

共有 條評論