Skip to main content

Lightweight a movie data parser from imdb.com and kinopoisk.ru

Project description

Lightweight a movie data parser like title, original title, release date and duration from imdb.com and kinopoisk.ru without using third-party packages.

Install:

pip install imkin

Example:

import imkin

film = imkin.new('https://www.imdb.com/title/tt0068646/')

print(film.title)

print(film.original)

print(film.year)

print(film.duration)

print(film)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imkin-0.0.1b1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

imkin-0.0.1b1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page