This commit is contained in:
TylerCG 2025-04-25 23:35:30 -04:00
parent c4aaa836f1
commit 56fe5bdfcb

View File

@ -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)