Scrap Imdb website to retrieve detail informations from movies or tvshows
pip install scrap-imdb
from scrapimdb import ImdbSpider
im = ImdbSpider('terminator')
im.get_rating()
im.get_original_title()
im.get_year()
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.