Can I retrieve IMDb's movie recommendations for a given movie using IMDbPY?

前端 未结 1 2154
無奈伤痛
無奈伤痛 2021-02-20 00:17

I\'m using IMDbPY to retrieve all kinds of data about movies. For example, if I have a movie object of \"Pulp Fiction (1994)\" then I can get the name of its (first) director li

相关标签:
1条回答
  • 2021-02-20 00:45

    Looking in the source, I found something:

    http://bitbucket.org/alberanid/imdbpy/src/579c50b280f9/imdb/parser/http/init.py

    check def get_movie_recommendations(self, movieID)

    I haven't tried it, but it looks like it might be doing what you are looking for.

    0 讨论(0)
提交回复
热议问题