-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
63 lines (61 loc) · 3.93 KB
/
Copy pathdata.js
File metadata and controls
63 lines (61 loc) · 3.93 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
var TMDbAPIKey = "5a3bf778a84cd3ee3cbdef3910fc1cfc";
var mediaDb = [
// Feature films
{"id": "1726", "type": "movie", "title": "Iron Man"},
{"id": "1724", "type": "movie", "title": "The Incredible Hulk"},
{"id": "10138", "type": "movie", "title": "Iron Man 2"},
{"id": "10195", "type": "movie", "title": "Thor"},
{"id": "1771", "type": "movie", "title": "Captain America: The First Avenger "},
{"id": "24428", "type": "movie", "title": "The Avengers"},
{"id": "68721", "type": "movie", "title": "Iron Man 3"},
{"id": "76338", "type": "movie", "title": "Thor: The Dark World"},
{"id": "100402", "type": "movie", "title": "Captain America: The Winter Soldier"},
{"id": "118340", "type": "movie", "title": "Guardians of the Galaxy"},
{"id": "99861", "type": "movie", "title": "Avengers: Age of Ultron"},
{"id": "102899", "type": "movie", "title": "Ant-Man"},
{"id": "271110", "type": "movie", "title": "Captain America: Civil War"},
{"id": "284052", "type": "movie", "title": "Doctor Strange"},
{"id": "283995", "type": "movie", "title": "Guardians of the Galaxy Vol. 2"},
{"id": "315635", "type": "movie", "title": "Spider-Man: Homecoming"},
{"id": "284053", "type": "movie", "title": "Thor: Ragnarok"},
{"id": "284054", "type": "movie", "title": "Black Panther"},
{"id": "299536", "type": "movie", "title": "Avengers: Infinity War"},
{"id": "363088", "type": "movie", "title": "Ant-Man and the Wasp"},
{"id": "299537", "type": "movie", "title": "Captain Marvel"},
{"id": "299534", "type": "movie", "title": "Avengers: Endgame"},
{"id": "429617", "type": "movie", "title": "Spider-Man: Far from Home"},
{"id": "497698", "type": "movie", "title": "Black Widow"},
{"id": "566525", "type": "movie", "title": "Shang-Chi and the Legend of the Ten Rings"},
{"id": "524434", "type": "movie", "title": "Eternals"},
{"id": "634649", "type": "movie", "title": "Spider-Man: No Way Home"},
{"id": "453395", "type": "movie", "title": "Doctor Strange in the Multiverse of Madness"},
{"id": "616037", "type": "movie", "title": "Thor: Love and Thunder"},
{"id": "894205", "type": "movie", "title": "Werewolf by Night"},
{"id": "505642", "type": "movie", "title": "Black Panther: Wakanda Forever"},
{"id": "774752", "type": "movie", "title": "The Guardians of the Galaxy Holiday Special"},
{"id": "640146", "type": "movie", "title": "Ant-Man and the Wasp: Quantumania"},
{"id": "447365", "type": "movie", "title": "Guardians of the Galaxy Vol. 3"},
{"id": "609681", "type": "movie", "title": "The Marvels"},
// TV shows
{"id": "1403", "type": "tv", "title": "Marvel's Agents of S.H.I.E.L.D."},
{"id": "61550", "type": "tv", "title": "Marvel's Agent Carter"},
{"id": "61889", "type": "tv", "title": "Marvel's Daredevil"},
{"id": "38472", "type": "tv", "title": "Marvel's Jessica Jones"},
{"id": "62126", "type": "tv", "title": "Marvel's Luke Cage"},
{"id": "62127", "type": "tv", "title": "Marvel's Iron Fist"},
{"id": "62285", "type": "tv", "title": "Marvel's The Defenders"},
{"id": "68716", "type": "tv", "title": "Marvel's Inhumans"},
{"id": "67178", "type": "tv", "title": "Marvel's The Punisher"},
{"id": "67466", "type": "tv", "title": "Marvel's Runaways"},
{"id": "66190", "type": "tv", "title": "Marvel's Cloak & Dagger"},
{"id": "85271", "type": "tv", "title": "WandaVision"},
{"id": "88396", "type": "tv", "title": "The Falcon and the Winter Soldier"},
{"id": "84958", "type": "tv", "title": "Loki"},
{"id": "91363", "type": "tv", "title": "What If...?"},
{"id": "88329", "type": "tv", "title": "Hawkeye"},
{"id": "92749", "type": "tv", "title": "Moon Knight"},
{"id": "92782", "type": "tv", "title": "Ms. Marvel"},
{"id": "92783", "type": "tv", "title": "She-Hulk: Attorney at Law"},
{"id": "114472", "type": "tv", "title": "Secret Invasion"},
{"id": "122226", "type": "tv", "title": "Echo"},
];