Crates.io | vikid |
lib.rs | vikid |
version | 0.1.6 |
source | src |
created_at | 2023-11-18 17:56:50.402383 |
updated_at | 2023-11-27 07:39:16.99089 |
description | A Cli to retrieve Finnish language subtitled TV Series info from viki.com (and wmda). |
homepage | |
repository | |
max_upload_size | |
id | 1040633 |
size | 212,252 |
I want to know what TVs in viki.com have finnish subtitles, as well as their douban id
and douban rating
.
This is a Cli to retrieve these info from api endpoints of viki and wmda (which has doban info).
In case you only need the data, here is collected info (updated: 11.2023):
In case you want to install vikid and fetch data by yourself, read further:
cargo install vikid
Run vikid
without any parameter will fetch info both from viki and wmda in
two steps.
You can also execute against either step with corresponding parameters defined below:
Usage: vikid [OPTIONS]
Options:
-v, --viki Retrieve only basic info from viki
-w, --wmda Assume viki csv was created, retrieve only data from wmda (i.e. douban id, douban rating)
-h, --help Print help
-V, --version Print version
There is also a node verison of this tool. It only fetch from viki without wmda feature. here