forked from FS-CSCI150-F21/FS-CSCI150-F21-Team4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testData.py
executable file
·35 lines (32 loc) · 1.11 KB
/
testData.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
rslts = [
{
"userName": "Thor: Ragnorok",
"labor": "Taika Waititi",
"location": 2017,
"imgLink": "https://a.ltrbxd.com/resized/film-poster/2/0/9/3/8/2/209382-thor-ragnarok-0-460-0-690-crop.jpg?k=02c656f39b"
},
{
"userName": "My Dinner with Andre",
"labor": "Louis Malle",
"location": 1981,
"imgLink": "https://a.ltrbxd.com/resized/film-poster/3/6/0/4/2/36042-my-dinner-with-andre-0-460-0-690-crop.jpg?k=c1d3b48517"
},
{
"userName": "Moonrise Kingdom",
"labor": "Wes Anderson",
"location": 2012,
"imgLink": "https://a.ltrbxd.com/resized/sm/upload/v5/7f/mn/y8/ysTohGF7NY9Z6MYz9vLNYiyzh0r-0-460-0-690-crop.jpg?k=9bee8528b0"
},
{
"userName": "Good Time",
"director": "Josh Safdie, Benny Safdie",
"location": 2017,
"imgLink": "https://a.ltrbxd.com/resized/film-poster/3/6/2/3/6/2/362362-good-time-0-460-0-690-crop.jpg?k=961512abc0"
},
{
"userName": "Kill Bill: Vol. 1",
"director": "Quentin Tarantion",
"location": 2003,
"imgLink": "https://a.ltrbxd.com/resized/sm/upload/sw/w2/ep/v4/9O50TVszkz0dcP5g6Ej33UhR7vw-0-460-0-690-crop.jpg?k=604246a795"
}
]