From d64ad5e11dfc67d339bfd8320c253504dbfedd42 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Sun, 20 Oct 2024 10:03:49 +0300 Subject: [PATCH] fix: move quality to stream section in config --- fastanime/cli/config.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fastanime/cli/config.py b/fastanime/cli/config.py index 99f0636..a46718e 100644 --- a/fastanime/cli/config.py +++ b/fastanime/cli/config.py @@ -325,13 +325,6 @@ class Config(object): # be sure to also give the replacement emoji icons = {self.icons} -# the quality of the stream [1080,720,480,360] -# this option is usually only reliable when: -# provider=animepahe -# since it provides links that actually point to streams of different qualities -# while the rest just point to another link that can provide the anime from the same server -quality = {self.quality} - # whether to normalize provider titles [True/False] # basically takes the provider titles and finds the corresponding anilist title then changes the title to that # useful for uniformity especially when downloading from different providers @@ -433,6 +426,13 @@ recent = {self.recent} [stream] +# the quality of the stream [1080,720,480,360] +# this option is usually only reliable when: +# provider=animepahe +# since it provides links that actually point to streams of different qualities +# while the rest just point to another link that can provide the anime from the same server +quality = {self.quality} + # Auto continue from watch history [True/False] # this will make fastanime to choose the episode that you last watched to completion # and increment it by one