Mundo em Python

Filmes

import imdb
ia = imdb.IMDb()
name = "The Lives of Others"
search = ia.search_movie(name)
print(search)
0