上传文件至 q2_1_crawler

This commit is contained in:
2026-06-23 11:08:10 +08:00
parent 26c84c5a19
commit c1b7ade576
4 changed files with 341 additions and 0 deletions

105
q2_1_crawler/movies.json Normal file
View File

@@ -0,0 +1,105 @@
{
"data_id": "B-20260623-3049",
"movies": [
{
"id": 1,
"title": "千与千寻",
"director": "Frank Darabont",
"year": 2013,
"rating": 8.0,
"duration": 126,
"genre": "剧情",
"actors_count": 3
},
{
"id": 2,
"title": "肖申克的救赎",
"director": "陈凯歌",
"year": 2018,
"rating": 6.8,
"duration": 127,
"genre": "悬疑",
"actors_count": 2
},
{
"id": 3,
"title": "星际穿越",
"director": "Robert Zemeckis",
"year": 2024,
"rating": 9.0,
"duration": 131,
"genre": "冒险",
"actors_count": 2
},
{
"id": 4,
"title": "阿甘正传",
"director": "James Cameron",
"year": 1999,
"rating": 8.2,
"duration": 160,
"genre": "喜剧",
"actors_count": 5
},
{
"id": 5,
"title": "三傻大闹宝莱坞",
"director": "宫崎骏",
"year": 1996,
"rating": 9.4,
"duration": 95,
"genre": "动画",
"actors_count": 4
},
{
"id": 6,
"title": "泰坦尼克号",
"director": "Christopher Nolan",
"year": 2008,
"rating": 8.6,
"duration": 90,
"genre": "科幻",
"actors_count": 3
},
{
"id": 7,
"title": "忠犬八公的故事",
"director": "Lasse Hallström",
"year": 1996,
"rating": 6.8,
"duration": 168,
"genre": "喜剧",
"actors_count": 3
},
{
"id": 8,
"title": "放牛班的春天",
"director": "Rajkumar Hirani",
"year": 2020,
"rating": 9.3,
"duration": 112,
"genre": "喜剧",
"actors_count": 5
},
{
"id": 9,
"title": "盗梦空间",
"director": "Christophe Barratier",
"year": 2005,
"rating": 9.1,
"duration": 154,
"genre": "剧情",
"actors_count": 4
},
{
"id": 10,
"title": "霸王别姬",
"director": "Christopher Nolan",
"year": 2015,
"rating": 8.7,
"duration": 103,
"genre": "剧情",
"actors_count": 5
}
]
}