2024-10-09 11:11:04 +05:30
|
|
|
# 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:
|
|
|
|
|
2025-03-08 16:43:04 +02:00
|
|
|
`animdl download {{anime_title}} {{[-r|--range]}} {{start_episode}}-{{end_episode}}`
|
2024-10-09 11:11:04 +05:30
|
|
|
|
|
|
|
- Download a specific anime by specifying a download directory:
|
|
|
|
|
2025-03-08 16:43:04 +02:00
|
|
|
`animdl download {{anime_title}} {{[-d|--download-dir]}} {{path/to/download_directory}}`
|
2024-10-09 11:11:04 +05:30
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2025-03-08 16:43:04 +02:00
|
|
|
`animdl stream {{anime_title}} {{[-s|--special]}} latest`
|