Cleanup
This commit is contained in:
parent
11ceeb0f25
commit
004c8f6c5f
|
@ -83,10 +83,3 @@ class Movie(Connection):
|
||||||
def get_cast(self, amount):
|
def get_cast(self, amount):
|
||||||
return self.cast[:amount]
|
return self.cast[:amount]
|
||||||
|
|
||||||
movie = Movie()
|
|
||||||
#movie.query_details('550')
|
|
||||||
movie.search_title('Jack Reacher')
|
|
||||||
print(movie.title)
|
|
||||||
print(movie.overview[:150])
|
|
||||||
print(movie.web_url)
|
|
||||||
print(movie.poster_url)
|
|
||||||
|
|
Loading…
Reference in a new issue