Update README.md

This commit is contained in:
overflowerror 2014-11-23 00:13:16 +01:00
parent 5f19a93b0d
commit a5b404234d

View file

@ -11,8 +11,21 @@ Downloads single videos or whole search pages from GogoAnime.
Usage
-----
anineko file [url] [filename]
- [url] to video page
```
Usage: ./anineko file|search
Downloads videos from GoGoAnime.
For more help try: ./anineko file
or: ./anineko search
```
anineko search [search term] [directory]
- [directory] doesn't have to exist.
```
Usage: ./anineko file URL FILE
Downloads one video from URL (GoGoAnime-Page) to FILE.
```
```
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.
```