-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
74 lines (74 loc) · 1.16 KB
/
config.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
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
64
65
66
67
68
69
70
71
72
73
74
{
"images": {
"base_url": "http://image.tmdb.org/t/p/",
"secure_base_url": "https://image.tmdb.org/t/p/",
"backdrop_sizes": [
"w300",
"w780",
"w1280",
"original"
],
"logo_sizes": [
"w45",
"w92",
"w154",
"w185",
"w300",
"w500",
"original"
],
"poster_sizes": [
"w92",
"w154",
"w185",
"w342",
"w500",
"w780",
"original"
],
"profile_sizes": [
"w45",
"w185",
"h632",
"original"
],
"still_sizes": [
"w92",
"w185",
"w300",
"original"
]
},
"change_keys": [
"adult",
"also_known_as",
"alternative_titles",
"biography",
"birthday",
"budget",
"cast",
"character_names",
"crew",
"deathday",
"general",
"genres",
"homepage",
"images",
"imdb_id",
"name",
"original_title",
"overview",
"plot_keywords",
"production_companies",
"production_countries",
"releases",
"revenue",
"runtime",
"spoken_languages",
"status",
"tagline",
"title",
"trailers",
"translations"
]
}