mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 03:28:57 +00:00
install
This commit is contained in:
parent
002e72a26e
commit
662f3c4208
1 changed files with 11 additions and 6 deletions
17
README.md
17
README.md
|
@ -1,31 +1,36 @@
|
|||
Anineko
|
||||
=======
|
||||
|
||||
The perfect tool for Otakus.
|
||||
The perfect tool for Otakus. :3
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Downloads single videos or whole search pages from GogoAnime.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Just download the file "install" and run it.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
```
|
||||
Usage: ./anineko file|search|update
|
||||
Usage: anineko file|search|update
|
||||
Downloads videos from GoGoAnime.
|
||||
|
||||
For more help try: ./anineko file
|
||||
or: ./anineko search
|
||||
For more help try: anineko file
|
||||
or: anineko search
|
||||
```
|
||||
|
||||
```
|
||||
Usage: ./anineko file URL FILE
|
||||
Usage: anineko file URL FILE
|
||||
Downloads one video from URL (GoGoAnime-Page) to FILE.
|
||||
```
|
||||
|
||||
```
|
||||
Usage: ./anineko search KEYWORDS [DIRECTORY]
|
||||
Usage: anineko search KEYWORDS [DIRECTORY]
|
||||
Lists all links on the first result page at a search for KEYWORDS on GoGoAnime.
|
||||
If DIRECTORY is given, it will be created if it doesn't exist yet and all result videos will be downloaded to that directory.
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue