diff --git a/sonarr/extended.conf b/sonarr/extended.conf index 71be3df..0c3cc5c 100644 --- a/sonarr/extended.conf +++ b/sonarr/extended.conf @@ -25,7 +25,7 @@ extrasOfficialOnly="false" # true = enabled :: Skips extras that are not conside maximumDailyEpisodes="7" # number of episodes to keep when using DailySeriesEpisodeTrimmer script #### YT-DLP SETTINGS -videoFormat="bv[width>=1280]+ba" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing.... +videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing.... ##### RECYCLARR SCRIPT recyclarrConfig="/config/extended/recyclarr.yaml" # Change to a custom yaml file to use your own configuration, the default file is always overwritten...