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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imkin-0.2.5.tar.gz.
File metadata
- Download URL: imkin-0.2.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc24e71f2b1626b4115356f5514732d1a36fbd238cc02637a134dff06c8cbbc9
|
|
| MD5 |
f7d7975f47c3ada2aeb1a737b9b146cd
|
|
| BLAKE2b-256 |
1b0c391f42486b4c2aa8d0dde1b51b77cb32b2b1c613b449fe845c9a437f5b5c
|
File details
Details for the file imkin-0.2.5-py3-none-any.whl.
File metadata
- Download URL: imkin-0.2.5-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
859ff6ba1f0304e82f0d85573409e56302b52c1f2c692a764bf7de48a6278a8c
|
|
| MD5 |
933286e7e30b5e0a4109f975fb7cac41
|
|
| BLAKE2b-256 |
d233f1dca9f95d3b50b3c682e3829ee2bdca757c19924555e1aa0657427ffce7
|