From b16214b79e57fec0db17b3544261a5697ab04816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=A4=E4=BC=98?= <2509165039@student.example.com> Date: Wed, 1 Apr 2026 01:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20260331-2509165039.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 260331-2509165039.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 260331-2509165039.py diff --git a/260331-2509165039.py b/260331-2509165039.py deleted file mode 100644 index 9ecfd3f..0000000 --- a/260331-2509165039.py +++ /dev/null @@ -1,11 +0,0 @@ -import requests -from bs4 import BeautifulSoup -import json -import csv - -headers = {'User-Agent':'Mozilla/5.0(Windows NT 10.0;Win64; x64) AppleWebKit/537.36(KHTML,like Gecko) Chrome/91.0.4472.124 Safari/537.36'} - -movies = [] - -for start in range(0,250,25): - url = f'https://movie.douban.com/top250?start=0&filter=' \ No newline at end of file