Update spider2.py

This commit is contained in:
崔庆才丨静觅 2021-06-27 20:35:05 +08:00 committed by GitHub
parent d2029f3352
commit 26efa8ab4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import multiprocessing
logging.basicConfig(level=logging.INFO,
format='%(asctime)s - %(levelname)s: %(message)s')
BASE_URL = 'https://ssr1.scrape.center'
BASE_URL = 'https://ssr4.scrape.center'
TOTAL_PAGE = 10
RESULTS_DIR = 'results'