mirror of
https://source.perfectable.org/nivertius/napi.git
synced 2025-07-02 03:04:39 +02:00
added usage and requirements to readme
This commit is contained in:
parent
727fbd5e92
commit
dd857db598
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -1,4 +1,14 @@
|
||||||
napi
|
# napi
|
||||||
====
|
|
||||||
|
|
||||||
napi downloader based on code from https://sites.google.com/site/napipy/
|
Unofficial [Napi](http://www.napiprojekt.pl/) downloader based on code from [napipy](https://sites.google.com/site/napipy/).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
`napi [-l LANGUAGE] movie [movie ...]`
|
||||||
|
|
||||||
|
* `LANGUAGE` selects fetched subtitle language. This is mostly uppercase two-letter language code with exception of english language, which is `ENG`.
|
||||||
|
* `movie` is a filename for movie for which to search subtitles.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
[7zip](http://www.7-zip.org/) binary as `7z` on path.
|
||||||
|
|
Loading…
Add table
Reference in a new issue