This commit is contained in:
Quinten0508 2024-01-30 20:33:14 +01:00
parent b83f890871
commit 93f5b14420
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ N_m3u8DL-RE*
mp4decrypt*
env/
avondshow.txt
urls/

View File

@ -215,7 +215,7 @@ def create_filename(url, programKey):
url_split = url.split("/")
title = url_split[7].split("_")[0]
season = url_split[6].split("_")[0]
# filename_enc = title + "_" + season + "_ep-" + programKey + "_encrypted"
filename_enc = title + "_" + season + "_ep-" + programKey + "_encrypted"
filename = filename_enc.replace("_encrypted", "")
return filename_enc, filename