itsmehemant7 / PyMovieDb

A Simple IMDb API for Python
MIT License
90 stars 18 forks source link

Example `get_by_name()` from README.md does not work #18

Closed Kilo59 closed 6 months ago

Kilo59 commented 1 year ago
from PyMovieDb import IMDB
imdb = IMDB()
r = imdb.get_by_name('House Of The Dragon', tv=True)
print(r)
'{"status": 404, "message": "No Result Found!", "result_count": 0, "results": []}'

Version: 0.0.8 Python Version: 3.8