From aec25f08583416f1e300bdffc41ed97b256f1ffa Mon Sep 17 00:00:00 2001 From: anasty17 Date: Thu, 2 Jan 2025 13:41:39 +0200 Subject: [PATCH] Minor fix Signed-off-by: anasty17 --- bot/helper/mirror_leech_utils/download_utils/jd_download.py | 2 +- bot/modules/mirror_leech.py | 2 +- bot/modules/ytdlp.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/helper/mirror_leech_utils/download_utils/jd_download.py b/bot/helper/mirror_leech_utils/download_utils/jd_download.py index fabfc01de9c..065d11b1189 100644 --- a/bot/helper/mirror_leech_utils/download_utils/jd_download.py +++ b/bot/helper/mirror_leech_utils/download_utils/jd_download.py @@ -219,7 +219,7 @@ async def add_jd_download(listener, path): if online_packages: if listener.join and len(online_packages) > 1: - listener.name = listener.folder_name + listener.name = "Joined Packages" await jdownloader.device.linkgrabber.move_to_new_package( listener.name, f"{path}/{listener.name}", diff --git a/bot/modules/mirror_leech.py b/bot/modules/mirror_leech.py index 50055145277..9bbc0ed9d98 100644 --- a/bot/modules/mirror_leech.py +++ b/bot/modules/mirror_leech.py @@ -106,7 +106,7 @@ async def new_event(self): "-cv": "", "-ns": "", "-tl": "", - "-ff": "None", + "-ff": None, } arg_parser(input_list[1:], args) diff --git a/bot/modules/ytdlp.py b/bot/modules/ytdlp.py index e638ea743f8..a75964a212b 100644 --- a/bot/modules/ytdlp.py +++ b/bot/modules/ytdlp.py @@ -310,7 +310,7 @@ async def new_event(self): "-cv": "", "-ns": "", "-tl": "", - "-ff": "None", + "-ff": None, } arg_parser(input_list[1:], args)