|
@@ -38,9 +38,9 @@ class CrawlXiaohua():
|
|
|
# self.s.cookies.update(JsonConf().get_cookies())
|
|
|
|
|
|
def crawl(self):
|
|
|
- for i in range(2):
|
|
|
+ for i in range(10000):
|
|
|
self.getPicList()
|
|
|
- time.sleep(random.randint(1, 30) / 10)
|
|
|
+ time.sleep(random.randint(1, 5))
|
|
|
|
|
|
def getPicList(self):
|
|
|
res = self.s.get(api.startUrl + self.indexPage)
|