-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovielist_data.json
34 lines (34 loc) · 947 Bytes
/
movielist_data.json
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
{
"movies": [
{
"imdb_title_number": "tt1392170",
"trailer_url": "https://www.youtube.com/watch?v=mfmrPu43DF8",
"movie": "The Hunger Games"
},
{
"imdb_title_number": "tt0332379",
"trailer_url": "https://www.youtube.com/watch?v=eAry-ZV_gfs",
"movie": "School of Rock"
},
{
"imdb_title_number": "tt0111161",
"trailer_url":"https://www.youtube.com/watch?v=xyXX8LXiNJ4",
"movie": "The Shawshank Redemption"
},
{
"imdb_title_number": "tt4110568",
"trailer_url":"https://www.youtube.com/watch?v=ZlIaiLoBEvk",
"movie": "Dil Dhadakne Do"
},
{
"imdb_title_number": "tt2937898",
"trailer_url":"https://www.youtube.com/watch?v=o87gG7ZlEAg",
"movie": "A Most Violent Year"
},
{
"imdb_title_number": "tt2844798",
"trailer_url":"https://www.youtube.com/watch?v=kIGz2kyo26U",
"movie": "White God"
}
]
}