完成期末练习
This commit is contained in:
102
q2_1_crawler/movie.json
Normal file
102
q2_1_crawler/movie.json
Normal file
@@ -0,0 +1,102 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"title": "阿甘正传",
|
||||
"director": "Frank Darabont",
|
||||
"year": "2023",
|
||||
"rating": "8.5",
|
||||
"duration": "112",
|
||||
"genre": "科幻",
|
||||
"actors_count": "4"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "忠犬八公的故事",
|
||||
"director": "陈凯歌",
|
||||
"year": "2023",
|
||||
"rating": "6.9",
|
||||
"duration": "102",
|
||||
"genre": "动画",
|
||||
"actors_count": "4"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"title": "放牛班的春天",
|
||||
"director": "Robert Zemeckis",
|
||||
"year": "1993",
|
||||
"rating": "7.6",
|
||||
"duration": "175",
|
||||
"genre": "动画",
|
||||
"actors_count": "5"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"title": "星际穿越",
|
||||
"director": "James Cameron",
|
||||
"year": "2024",
|
||||
"rating": "9.1",
|
||||
"duration": "92",
|
||||
"genre": "喜剧",
|
||||
"actors_count": "5"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"title": "千与千寻",
|
||||
"director": "宫崎骏",
|
||||
"year": "2007",
|
||||
"rating": "8.3",
|
||||
"duration": "146",
|
||||
"genre": "悬疑",
|
||||
"actors_count": "4"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"title": "肖申克的救赎",
|
||||
"director": "Christopher Nolan",
|
||||
"year": "1997",
|
||||
"rating": "8.3",
|
||||
"duration": "117",
|
||||
"genre": "爱情",
|
||||
"actors_count": "5"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"title": "盗梦空间",
|
||||
"director": "Lasse Hallström",
|
||||
"year": "2001",
|
||||
"rating": "7.5",
|
||||
"duration": "131",
|
||||
"genre": "悬疑",
|
||||
"actors_count": "3"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"title": "泰坦尼克号",
|
||||
"director": "Rajkumar Hirani",
|
||||
"year": "1994",
|
||||
"rating": "6.8",
|
||||
"duration": "163",
|
||||
"genre": "喜剧",
|
||||
"actors_count": "4"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"title": "三傻大闹宝莱坞",
|
||||
"director": "Christophe Barratier",
|
||||
"year": "1997",
|
||||
"rating": "6.8",
|
||||
"duration": "107",
|
||||
"genre": "冒险",
|
||||
"actors_count": "5"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"title": "霸王别姬",
|
||||
"director": "Christopher Nolan",
|
||||
"year": "2006",
|
||||
"rating": "9.1",
|
||||
"duration": "98",
|
||||
"genre": "科幻",
|
||||
"actors_count": "2"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user