1
0
Fork 0
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:
Arnav 2024-10-05 14:41:27 +05:30 committed by GitHub
parent 888d62cdcf
commit 909c8bc492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
pages/common/animdl.md Normal file
View 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`