This commit is contained in:
Lomion 2020-06-22 21:20:55 +02:00
parent 11ceeb0f25
commit 004c8f6c5f

View file

@ -83,10 +83,3 @@ class Movie(Connection):
def get_cast(self, 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)