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)