mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
feat: add animdl
This commit is contained in:
parent
888d62cdcf
commit
909c8bc492
1 changed files with 36 additions and 0 deletions
36
pages/common/animdl.md
Normal file
36
pages/common/animdl.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# animdl
|
||||
|
||||
> A highly efficient, powerful and fast anime scraper.
|
||||
> More information: <https://github.com/justfoolingaround/animdl>.
|
||||
|
||||
- Download your favorite anime:
|
||||
|
||||
`animdl download {{anime_title}}`
|
||||
|
||||
- Download your favorite anime by specifying episode range:
|
||||
|
||||
`animdl download {{anime_title}} -r {{start_episode}}-{{end_episode}}`
|
||||
|
||||
- Download your favorite anime by specifying download directory:
|
||||
|
||||
`animdl download {{anime_title}} -d {{download_directory}}`
|
||||
|
||||
- Grab the stream URL for your favorite anime:
|
||||
|
||||
`animdl grab {{anime_title}}`
|
||||
|
||||
- Display the anime schedule:
|
||||
|
||||
`animdl schedule`
|
||||
|
||||
- Search your favorite anime:
|
||||
|
||||
`animdl search {{anime_title}}`
|
||||
|
||||
- Stream your favorite anime:
|
||||
|
||||
`animdl stream {{anime_title}}`
|
||||
|
||||
- Stream the latest episode of your favorite anime:
|
||||
|
||||
`animdl stream {{anime_title}} -s latest`
|
Loading…
Add table
Reference in a new issue