mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 03:28:57 +00:00
Merge branch 'master' of https://github.com/overflowerror/Anineko
This commit is contained in:
commit
31252f8b08
1 changed files with 17 additions and 4 deletions
21
README.md
21
README.md
|
@ -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.
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue