From 634fd030ae45671368e1a38e189707bdaba9ab9a Mon Sep 17 00:00:00 2001 From: Arnav Date: Wed, 9 Oct 2024 11:11:04 +0530 Subject: [PATCH] animdl: add page (#13991) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/common/animdl.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages/common/animdl.md diff --git a/pages/common/animdl.md b/pages/common/animdl.md new file mode 100644 index 000000000..a3e226a03 --- /dev/null +++ b/pages/common/animdl.md @@ -0,0 +1,37 @@ +# animdl + +> A highly efficient, powerful and fast anime scraper. +> See also: `ani-cli`. +> More information: . + +- 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`