Python IMDbPY - 获得最差的 100 部电影
在本文中,我们将了解如何检索 IMDb 数据库中后 100 部电影的信息,IMDb 为所有电影设置评分。
为了通过 IMDb 获得后 100 部电影,我们将使用get_bottom100_movies
方法。
Syntax : imdb_object.get_bottom100_movies()
Argument : It takes no argument
Return : It returns list of 100 element and each element is idbm movie object
下面是实现
# importing the module
import imdb
# creating instance of IMDb
ia = imdb.IMDb()
# getting top 250 movies
search = ia.get_bottom100_movies()
# printing only last 10 movies title
for i in range(90, 100):
print(search[i]['title'])
输出 :
Swept Away
The Adventures of Pluto Nash
Ballistic: Ecks vs. Sever
Beverly Hills Chihuahua
Holmes & Watson
Exorcist II: The Heretic
The Cat in the Hat
The Hungover Games
Street Fighter
Escape Plan 2: Hades