From 56fe5bdfcb7a20fcbdac39de43358462a4a63513 Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Fri, 25 Apr 2025 23:35:30 -0400 Subject: [PATCH] test --- app/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/download.py b/app/download.py index 49e0d59..3199499 100644 --- a/app/download.py +++ b/app/download.py @@ -102,7 +102,7 @@ class dropout(): ydl.download([entry['webpage_url']]) def special(show, season, episode_start): - directory = f'/tv/{show}/Season {season}/' + directory = f'/tv/{show}/Specials/' if not os.path.exists(directory): os.makedirs(directory)