tmdb_party 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +3 -3
- data/VERSION.yml +2 -2
- data/lib/tmdb_party/attributes.rb +0 -1
- data/lib/tmdb_party/genre.rb +21 -0
- data/lib/tmdb_party/image.rb +11 -6
- data/lib/tmdb_party/movie.rb +38 -13
- data/lib/tmdb_party/person.rb +0 -1
- data/lib/tmdb_party.rb +21 -20
- data/test/fixtures/imdb_no_results.json +1 -0
- data/test/fixtures/imdb_search.json +609 -0
- data/test/fixtures/no_groups.json +109 -0
- data/test/fixtures/rad.json +69 -0
- data/test/fixtures/search.json +299 -0
- data/test/fixtures/single_result.json +69 -0
- data/test/fixtures/transformers.json +903 -0
- data/test/test_helper.rb +1 -1
- data/test/tmdb_party/test_tmdb_party.rb +64 -51
- data/tmdb_party.gemspec +9 -9
- metadata +9 -9
- data/test/fixtures/imdb_no_results.xml +0 -8
- data/test/fixtures/imdb_search.xml +0 -26
- data/test/fixtures/no_groups.xml +0 -37
- data/test/fixtures/rad.xml +0 -26
- data/test/fixtures/search.xml +0 -104
- data/test/fixtures/single_groups.xml +0 -132
- data/test/fixtures/single_result.xml +0 -26
- data/test/fixtures/transformers.xml +0 -358
@@ -0,0 +1,109 @@
|
|
1
|
+
[{
|
2
|
+
"studios": [],
|
3
|
+
"rating": "0.0",
|
4
|
+
"alternative_name": null,
|
5
|
+
"name": "Rad",
|
6
|
+
"trailer": "",
|
7
|
+
"overview": "A BMX racer who lives in a small town with his mother and sister is faced with a tough decision, qualify for Helltrack or take his SAT's in order to attend college.",
|
8
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/13841",
|
9
|
+
"id": 13841,
|
10
|
+
"posters": [{
|
11
|
+
"image": {
|
12
|
+
"size": "original",
|
13
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/14249\/radderbg.jpg",
|
14
|
+
"type": "poster",
|
15
|
+
"id": 14249
|
16
|
+
}
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"image": {
|
20
|
+
"size": "cover",
|
21
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/14249\/radderbg_cover.jpg",
|
22
|
+
"type": "poster",
|
23
|
+
"id": 14249
|
24
|
+
}
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"image": {
|
28
|
+
"size": "thumb",
|
29
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/14249\/radderbg_thumb.jpg",
|
30
|
+
"type": "poster",
|
31
|
+
"id": 14249
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"image": {
|
36
|
+
"size": "mid",
|
37
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/14249\/radderbg_mid.jpg",
|
38
|
+
"type": "poster",
|
39
|
+
"id": 14249
|
40
|
+
}
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"image": {
|
44
|
+
"size": "original",
|
45
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad.jpg",
|
46
|
+
"type": "poster",
|
47
|
+
"id": 7081
|
48
|
+
}
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"image": {
|
52
|
+
"size": "thumb",
|
53
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad_thumb.jpg",
|
54
|
+
"type": "poster",
|
55
|
+
"id": 7081
|
56
|
+
}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"image": {
|
60
|
+
"size": "cover",
|
61
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad_cover.jpg",
|
62
|
+
"type": "poster",
|
63
|
+
"id": 7081
|
64
|
+
}
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"image": {
|
68
|
+
"size": "mid",
|
69
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad_mid.jpg",
|
70
|
+
"type": "poster",
|
71
|
+
"id": 7081
|
72
|
+
}
|
73
|
+
}],
|
74
|
+
"runtime": 91,
|
75
|
+
"imdb_id": "tt0091817",
|
76
|
+
"backdrops": [{
|
77
|
+
"image": {
|
78
|
+
"size": "original",
|
79
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/17198\/jimmy.jpg",
|
80
|
+
"type": "backdrop",
|
81
|
+
"id": 17198
|
82
|
+
}
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"image": {
|
86
|
+
"size": "thumb",
|
87
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/17198\/jimmy_thumb.jpg",
|
88
|
+
"type": "backdrop",
|
89
|
+
"id": 17198
|
90
|
+
}
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"image": {
|
94
|
+
"size": "poster",
|
95
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/17198\/jimmy_poster.jpg",
|
96
|
+
"type": "backdrop",
|
97
|
+
"id": 17198
|
98
|
+
}
|
99
|
+
}],
|
100
|
+
"homepage": "",
|
101
|
+
"released": "1986-03-21",
|
102
|
+
"cast": [],
|
103
|
+
"countries": [],
|
104
|
+
"genres": [],
|
105
|
+
"budget": 0,
|
106
|
+
"movie_type": "movie",
|
107
|
+
"revenue": 0,
|
108
|
+
"popularity": 2
|
109
|
+
}]
|
@@ -0,0 +1,69 @@
|
|
1
|
+
[{
|
2
|
+
"rating": "0.0",
|
3
|
+
"alternative_name": null,
|
4
|
+
"name": "Rad",
|
5
|
+
"score": 1.0,
|
6
|
+
"overview": "A BMX racer who lives in a small town with his mother and sister is faced with a tough decision, qualify for Helltrack or take his SAT's in order to attend college.",
|
7
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/13841",
|
8
|
+
"id": 13841,
|
9
|
+
"posters": [{
|
10
|
+
"image": {
|
11
|
+
"size": "original",
|
12
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad.jpg",
|
13
|
+
"type": "poster",
|
14
|
+
"id": 7081
|
15
|
+
}
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"image": {
|
19
|
+
"size": "thumb",
|
20
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad_thumb.jpg",
|
21
|
+
"type": "poster",
|
22
|
+
"id": 7081
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"image": {
|
27
|
+
"size": "cover",
|
28
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad_cover.jpg",
|
29
|
+
"type": "poster",
|
30
|
+
"id": 7081
|
31
|
+
}
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"image": {
|
35
|
+
"size": "mid",
|
36
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/7081\/rad_mid.jpg",
|
37
|
+
"type": "poster",
|
38
|
+
"id": 7081
|
39
|
+
}
|
40
|
+
}],
|
41
|
+
"imdb_id": "tt0091817",
|
42
|
+
"backdrops": [{
|
43
|
+
"image": {
|
44
|
+
"size": "original",
|
45
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/17198\/jimmy.jpg",
|
46
|
+
"type": "backdrop",
|
47
|
+
"id": 17198
|
48
|
+
}
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"image": {
|
52
|
+
"size": "thumb",
|
53
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/17198\/jimmy_thumb.jpg",
|
54
|
+
"type": "backdrop",
|
55
|
+
"id": 17198
|
56
|
+
}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"image": {
|
60
|
+
"size": "poster",
|
61
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/17198\/jimmy_poster.jpg",
|
62
|
+
"type": "backdrop",
|
63
|
+
"id": 17198
|
64
|
+
}
|
65
|
+
}],
|
66
|
+
"released": "1986-03-21",
|
67
|
+
"movie_type": "movie",
|
68
|
+
"popularity": 2
|
69
|
+
}]
|
@@ -0,0 +1,299 @@
|
|
1
|
+
[{
|
2
|
+
"rating": "7.46667",
|
3
|
+
"alternative_name": "The Transformers",
|
4
|
+
"name": "Transformers",
|
5
|
+
"score": 1.0,
|
6
|
+
"overview": "The Earth is caught in the middle of an intergalactic war between two races of robots, the heroic Autobots and the evil Decepticons, which are able to change into a variety of objects, including cars, trucks, planes and other technological creations.",
|
7
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/1858",
|
8
|
+
"id": 1858,
|
9
|
+
"posters": [{
|
10
|
+
"image": {
|
11
|
+
"size": "original",
|
12
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/937\/Transformers_3d7ecdab.jpg",
|
13
|
+
"type": "poster",
|
14
|
+
"id": 937
|
15
|
+
}
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"image": {
|
19
|
+
"size": "cover",
|
20
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/937\/Transformers_3d7ecdab_cover.jpg",
|
21
|
+
"type": "poster",
|
22
|
+
"id": 937
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"image": {
|
27
|
+
"size": "mid",
|
28
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/937\/Transformers_3d7ecdab_mid.jpg",
|
29
|
+
"type": "poster",
|
30
|
+
"id": 937
|
31
|
+
}
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"image": {
|
35
|
+
"size": "thumb",
|
36
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/937\/Transformers_3d7ecdab_thumb.jpg",
|
37
|
+
"type": "poster",
|
38
|
+
"id": 937
|
39
|
+
}
|
40
|
+
}],
|
41
|
+
"imdb_id": "tt0418279",
|
42
|
+
"backdrops": [{
|
43
|
+
"image": {
|
44
|
+
"size": "original",
|
45
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/1394\/tt0418279-1.jpg",
|
46
|
+
"type": "backdrop",
|
47
|
+
"id": 1394
|
48
|
+
}
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"image": {
|
52
|
+
"size": "thumb",
|
53
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/1394\/tt0418279-1_thumb.jpg",
|
54
|
+
"type": "backdrop",
|
55
|
+
"id": 1394
|
56
|
+
}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"image": {
|
60
|
+
"size": "poster",
|
61
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/1394\/tt0418279-1_poster.jpg",
|
62
|
+
"type": "backdrop",
|
63
|
+
"id": 1394
|
64
|
+
}
|
65
|
+
}],
|
66
|
+
"released": "2007-07-04",
|
67
|
+
"movie_type": "movie",
|
68
|
+
"popularity": 52
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"rating": "8.5",
|
72
|
+
"alternative_name": "Transformers 2",
|
73
|
+
"name": "Transformers: Revenge of the Fallen",
|
74
|
+
"score": 0.292378753423691,
|
75
|
+
"overview": "Decepticon forces return to Earth on a mission to take Sam Witwicky prisoner, after the young hero learns the truth about the ancient origins of the Transformers. Joining the mission to protect humankind is Optimus Prime, who forms an alliance with international armies for a second epic battle.",
|
76
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/8373",
|
77
|
+
"id": 8373,
|
78
|
+
"posters": [{
|
79
|
+
"image": {
|
80
|
+
"size": "original",
|
81
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/11433\/Transformers_2_v1.jpg",
|
82
|
+
"type": "poster",
|
83
|
+
"id": 11433
|
84
|
+
}
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"image": {
|
88
|
+
"size": "cover",
|
89
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/11433\/Transformers_2_v1_cover.jpg",
|
90
|
+
"type": "poster",
|
91
|
+
"id": 11433
|
92
|
+
}
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"image": {
|
96
|
+
"size": "thumb",
|
97
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/11433\/Transformers_2_v1_thumb.jpg",
|
98
|
+
"type": "poster",
|
99
|
+
"id": 11433
|
100
|
+
}
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"image": {
|
104
|
+
"size": "mid",
|
105
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/11433\/Transformers_2_v1_mid.jpg",
|
106
|
+
"type": "poster",
|
107
|
+
"id": 11433
|
108
|
+
}
|
109
|
+
}],
|
110
|
+
"imdb_id": "tt1055369",
|
111
|
+
"backdrops": [{
|
112
|
+
"image": {
|
113
|
+
"size": "original",
|
114
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/19763\/Transformers_2_v1_1920x1080.jpg",
|
115
|
+
"type": "backdrop",
|
116
|
+
"id": 19763
|
117
|
+
}
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"image": {
|
121
|
+
"size": "thumb",
|
122
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/19763\/Transformers_2_v1_1920x1080_thumb.jpg",
|
123
|
+
"type": "backdrop",
|
124
|
+
"id": 19763
|
125
|
+
}
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"image": {
|
129
|
+
"size": "poster",
|
130
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/19763\/Transformers_2_v1_1920x1080_poster.jpg",
|
131
|
+
"type": "backdrop",
|
132
|
+
"id": 19763
|
133
|
+
}
|
134
|
+
}],
|
135
|
+
"released": "2009-06-24",
|
136
|
+
"movie_type": "movie",
|
137
|
+
"popularity": 24
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"rating": "7.0",
|
141
|
+
"alternative_name": null,
|
142
|
+
"name": "The Transformers: The Movie",
|
143
|
+
"score": 0.0227534640580416,
|
144
|
+
"overview": "The Transformers: The Movie is the animated film from 1986 based on the popular television series of the same name. The television series and the film were both directed by Nelson Shin.",
|
145
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/1857",
|
146
|
+
"id": 1857,
|
147
|
+
"posters": [{
|
148
|
+
"image": {
|
149
|
+
"size": "original",
|
150
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/16658\/TF_TM.jpg",
|
151
|
+
"type": "poster",
|
152
|
+
"id": 16658
|
153
|
+
}
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"image": {
|
157
|
+
"size": "cover",
|
158
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/16658\/TF_TM_cover.jpg",
|
159
|
+
"type": "poster",
|
160
|
+
"id": 16658
|
161
|
+
}
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"image": {
|
165
|
+
"size": "thumb",
|
166
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/16658\/TF_TM_thumb.jpg",
|
167
|
+
"type": "poster",
|
168
|
+
"id": 16658
|
169
|
+
}
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"image": {
|
173
|
+
"size": "mid",
|
174
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/16658\/TF_TM_mid.jpg",
|
175
|
+
"type": "poster",
|
176
|
+
"id": 16658
|
177
|
+
}
|
178
|
+
}],
|
179
|
+
"imdb_id": "tt0092106",
|
180
|
+
"backdrops": [{
|
181
|
+
"image": {
|
182
|
+
"size": "original",
|
183
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/584\/tt0092106.jpg",
|
184
|
+
"type": "backdrop",
|
185
|
+
"id": 584
|
186
|
+
}
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"image": {
|
190
|
+
"size": "thumb",
|
191
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/584\/tt0092106_thumb.jpg",
|
192
|
+
"type": "backdrop",
|
193
|
+
"id": 584
|
194
|
+
}
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"image": {
|
198
|
+
"size": "poster",
|
199
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/584\/tt0092106_poster.jpg",
|
200
|
+
"type": "backdrop",
|
201
|
+
"id": 584
|
202
|
+
}
|
203
|
+
}],
|
204
|
+
"released": "1986-08-08",
|
205
|
+
"movie_type": "movie",
|
206
|
+
"popularity": 5
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"rating": "0.0",
|
210
|
+
"alternative_name": null,
|
211
|
+
"name": "Transformers: Resparked",
|
212
|
+
"score": 0.0150842536240816,
|
213
|
+
"overview": "",
|
214
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/18907",
|
215
|
+
"id": 18907,
|
216
|
+
"posters": [{
|
217
|
+
"image": {
|
218
|
+
"size": "original",
|
219
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/44724\/poster1.jpg",
|
220
|
+
"type": "poster",
|
221
|
+
"id": 44724
|
222
|
+
}
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"image": {
|
226
|
+
"size": "cover",
|
227
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/44724\/poster1_cover.jpg",
|
228
|
+
"type": "poster",
|
229
|
+
"id": 44724
|
230
|
+
}
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"image": {
|
234
|
+
"size": "mid",
|
235
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/44724\/poster1_mid.jpg",
|
236
|
+
"type": "poster",
|
237
|
+
"id": 44724
|
238
|
+
}
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"image": {
|
242
|
+
"size": "thumb",
|
243
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/44724\/poster1_thumb.jpg",
|
244
|
+
"type": "poster",
|
245
|
+
"id": 44724
|
246
|
+
}
|
247
|
+
}],
|
248
|
+
"imdb_id": "",
|
249
|
+
"backdrops": [],
|
250
|
+
"released": "2008-03-09",
|
251
|
+
"movie_type": "movie",
|
252
|
+
"popularity": 2
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"rating": "0.0",
|
256
|
+
"alternative_name": null,
|
257
|
+
"name": "Transformers: Scramble City",
|
258
|
+
"score": 0.00380283431150019,
|
259
|
+
"overview": "Taking place after the 2nd Season of Transformers (Generation 1) Scramble City gets its original story underway, as the Autobots are shown to be in the midst of constructing the powerful \"Scramble City,\" overseen by their newest arrival, Ultra Magnus. When the Decepticons learn of this, their combiner robots are deployed to attack, and a battle between them and their Autobot counterparts ensues.",
|
260
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/20368",
|
261
|
+
"id": 20368,
|
262
|
+
"posters": [{
|
263
|
+
"image": {
|
264
|
+
"size": "original",
|
265
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/53454\/folder.jpg",
|
266
|
+
"type": "poster",
|
267
|
+
"id": 53454
|
268
|
+
}
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"image": {
|
272
|
+
"size": "cover",
|
273
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/53454\/folder_cover.jpg",
|
274
|
+
"type": "poster",
|
275
|
+
"id": 53454
|
276
|
+
}
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"image": {
|
280
|
+
"size": "mid",
|
281
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/53454\/folder_mid.jpg",
|
282
|
+
"type": "poster",
|
283
|
+
"id": 53454
|
284
|
+
}
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"image": {
|
288
|
+
"size": "thumb",
|
289
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/53454\/folder_thumb.jpg",
|
290
|
+
"type": "poster",
|
291
|
+
"id": 53454
|
292
|
+
}
|
293
|
+
}],
|
294
|
+
"imdb_id": "tt0147625",
|
295
|
+
"backdrops": [],
|
296
|
+
"released": "",
|
297
|
+
"movie_type": "movie",
|
298
|
+
"popularity": 0
|
299
|
+
}]
|
@@ -0,0 +1,69 @@
|
|
1
|
+
[{
|
2
|
+
"rating": "9.0",
|
3
|
+
"alternative_name": null,
|
4
|
+
"name": "Sweeney Todd: The Demon Barber of Fleet Street",
|
5
|
+
"score": 1.0,
|
6
|
+
"overview": "The infamous story of Benjamin Barker, a.k.a Sweeney Todd, who sets up a barber shop down in London which is the basis for a sinister partnership with his fellow tenant, Mrs. Lovett. Based on the hit Broadway musical.",
|
7
|
+
"url": "http:\/\/www.themoviedb.org\/movie\/13885",
|
8
|
+
"id": 13885,
|
9
|
+
"posters": [{
|
10
|
+
"image": {
|
11
|
+
"size": "original",
|
12
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/8329\/folder.jpg",
|
13
|
+
"type": "poster",
|
14
|
+
"id": 8329
|
15
|
+
}
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"image": {
|
19
|
+
"size": "mid",
|
20
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/8329\/folder_mid.jpg",
|
21
|
+
"type": "poster",
|
22
|
+
"id": 8329
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"image": {
|
27
|
+
"size": "cover",
|
28
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/8329\/folder_cover.jpg",
|
29
|
+
"type": "poster",
|
30
|
+
"id": 8329
|
31
|
+
}
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"image": {
|
35
|
+
"size": "thumb",
|
36
|
+
"url": "http:\/\/images.themoviedb.org\/posters\/8329\/folder_thumb.jpg",
|
37
|
+
"type": "poster",
|
38
|
+
"id": 8329
|
39
|
+
}
|
40
|
+
}],
|
41
|
+
"imdb_id": "tt0408236",
|
42
|
+
"backdrops": [{
|
43
|
+
"image": {
|
44
|
+
"size": "original",
|
45
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/15314\/sweeney_todd.jpg",
|
46
|
+
"type": "backdrop",
|
47
|
+
"id": 15314
|
48
|
+
}
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"image": {
|
52
|
+
"size": "thumb",
|
53
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/15314\/sweeney_todd_thumb.jpg",
|
54
|
+
"type": "backdrop",
|
55
|
+
"id": 15314
|
56
|
+
}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"image": {
|
60
|
+
"size": "poster",
|
61
|
+
"url": "http:\/\/images.themoviedb.org\/backdrops\/15314\/sweeney_todd_poster.jpg",
|
62
|
+
"type": "backdrop",
|
63
|
+
"id": 15314
|
64
|
+
}
|
65
|
+
}],
|
66
|
+
"released": "2007-12-21",
|
67
|
+
"movie_type": "movie",
|
68
|
+
"popularity": 2
|
69
|
+
}]
|