From aa6dc2b98e3e95c80e36c5bf1f51746ed09ad9b6 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Sun, 18 Aug 2024 15:18:12 +0300 Subject: [PATCH] docs: update readme --- README.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5ad6ff..4bbf8fb 100644 --- a/README.md +++ b/README.md @@ -350,13 +350,18 @@ fastanime download -t -t -r '-5' # Download specific episode range # be sure to observe the range Syntax -fastanime download -r '::' +fastanime download -t -r '::' -fastanime download -r ':' +fastanime download -t -r ':' -fastanime download -r ':' +fastanime download -t -r ':' + +fastanime download -t -r ':' + +# download specific episode +# remember python indexing starts at 0 +fastanime download -t -r ':' -fastanime download -r ':' ``` #### search subcommand @@ -404,7 +409,8 @@ Uses a list slicing syntax similar to that of python as the value of the `-r` op **Syntax:** ```bash -# print all available episodes +# --- print anime info + episode streams --- + # multiple titles can be specified with the -t option fastanime grab -t -t @@ -425,6 +431,18 @@ fastanime grab -t -r '::' fastanime grab -t -r ':' fastanime grab -t -r ':' + +# --- grab options --- + +# print search results only +fastanime grab -t -r --search-results-only + +# print anime info only +fastanime grab -t -r --anime-info-only + +# print episode streams only +fastanime grab -t -r --episode-streams-only + ``` #### downloads subcommand