Dbass

导航

2017年11月30日 #

利用正则+requests爬取猫眼电影信息

摘要: 1 import json 2 # from multiprocessing import Pool 3 import requests 4 from requests.exceptions import RequestException 5 import re 6 7 8 def get_one_ 阅读全文

posted @ 2017-11-30 16:45 Dbass 阅读(862) 评论(0) 推荐(1) 编辑

selenium+phantomjs+pyquery 爬取淘宝商品信息

摘要: 1 from selenium import webdriver 2 from selenium.common.exceptions import TimeoutException 3 from selenium.webdriver.common.by import By 4 from seleni 阅读全文

posted @ 2017-11-30 16:38 Dbass 阅读(249) 评论(0) 推荐(0) 编辑