Skip to main content

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

Project description

Lightweight a movie and TV series data parser like title, alternate title, release date, runtime, age rating and episode titles for TV series from imdb.com and kinopoisk.ru without using third-party packages. Wget will be used for the kinopoisk parser, so Linux like only.

Install:

pip install imkin

Examples:

import imkin

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

print(film.title)

print(film.alternate)

print(film.year)

print(film.time)

print(film.age)

print(film.url)


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

print(film)

print(film.s(1).ep(1))


result = imkin.search('Fargo')

print(result)

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.2.5.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

imkin-0.2.5-py3-none-any.whl (8.0 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