From f6f45cf3225805b13226fe10f92df209170e2f2f Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 19 Aug 2024 23:43:50 +0300 Subject: [PATCH] docs: update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e3d45bf..be7308b 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,17 @@ fastanime download -t -r ':' # remember python indexing starts at 0 fastanime download -t -r ':' +# merge subtitles with ffmpeg to mkv format; aniwatch tends to give subs as separate files +# and dont prompt for anything +# eg existing file in destination instead remove +# and clean +# ie remove original files (sub file and vid file) +# only keep merged files +fastanime download -t --merge --clean --no-prompt + + + + ``` #### search subcommand