mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
animdl: add page (#13991)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
049b8afe4f
commit
634fd030ae
1 changed files with 37 additions and 0 deletions
37
pages/common/animdl.md
Normal file
37
pages/common/animdl.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# animdl
|
||||
|
||||
> A highly efficient, powerful and fast anime scraper.
|
||||
> See also: `ani-cli`.
|
||||
> More information: <https://github.com/justfoolingaround/animdl>.
|
||||
|
||||
- Download a specific anime:
|
||||
|
||||
`animdl download {{anime_title}}`
|
||||
|
||||
- Download a specific anime by specifying an episode range:
|
||||
|
||||
`animdl download {{anime_title}} {{-r|--range}} {{start_episode}}-{{end_episode}}`
|
||||
|
||||
- Download a specific anime by specifying a download directory:
|
||||
|
||||
`animdl download {{anime_title}} {{-d|--download-dir}} {{path/to/download_directory}}`
|
||||
|
||||
- Grab the stream URL for a specific anime:
|
||||
|
||||
`animdl grab {{anime_title}}`
|
||||
|
||||
- Display the upcoming anime schedule for the next week:
|
||||
|
||||
`animdl schedule`
|
||||
|
||||
- Search a specific anime:
|
||||
|
||||
`animdl search {{anime_title}}`
|
||||
|
||||
- Stream a specific anime:
|
||||
|
||||
`animdl stream {{anime_title}}`
|
||||
|
||||
- Stream the latest episode of a specific anime:
|
||||
|
||||
`animdl stream {{anime_title}} {{-s|--special}} latest`
|
Loading…
Add table
Reference in a new issue