This commit is contained in:
overflowerror 2014-12-16 17:27:26 +01:00
parent 002e72a26e
commit 662f3c4208

View file

@ -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.
```