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