From c6f75566e7e37171ff951ce19afe343771e669b7 Mon Sep 17 00:00:00 2001 From: 2509165020 <2509165020@student.edu.cn> Date: Tue, 24 Mar 2026 11:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E6=95=B0=E6=8D=AE=E9=87=87?= =?UTF-8?q?=E9=9B=86=EF=BC=88=E7=88=AC=E8=99=AB=E5=9F=BA=E7=A1=80=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 260324+2509165020.py/260324+2509165020.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/260324+2509165020.py/260324+2509165020.txt b/260324+2509165020.py/260324+2509165020.txt index 0fa1073..576705f 100644 --- a/260324+2509165020.py/260324+2509165020.txt +++ b/260324+2509165020.py/260324+2509165020.txt @@ -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 = {