网络数据采集(爬虫基础)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
import time
|
||||
BASE_URL = "https://xxx.com/list?page="
|
||||
BASE_URL = "https://www.douban.com/doulist/3936288/"
|
||||
START_PAGE = 1
|
||||
END_PAGE = 100
|
||||
HEADERS = {
|
||||
|
||||
Reference in New Issue
Block a user