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)
Release files for imkin 0.2.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imkin-0.2.5.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imkin-0.2.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.5 kB
Release files / imkin-0.2.5.tar.gz
| Download URL | imkin-0.2.5.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc24e71f2b1626b4115356f5514732d1a36fbd238cc02637a134dff06c8cbbc9
|
|
BLAKE2b-256 checksum How to use checksums |
1b0c391f42486b4c2aa8d0dde1b51b77cb32b2b1c613b449fe845c9a437f5b5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.3
|
Release files / imkin-0.2.5-py3-none-any.whl
| Download URL | imkin-0.2.5-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
859ff6ba1f0304e82f0d85573409e56302b52c1f2c692a764bf7de48a6278a8c
|
|
BLAKE2b-256 checksum How to use checksums |
d233f1dca9f95d3b50b3c682e3829ee2bdca757c19924555e1aa0657427ffce7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.3
|