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 fabfc01d..065d11b1 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 50055145..9bbc0ed9 100644 --- a/bot/modules/mirror_leech.py +++ b/bot/modules/mirror_leech.py @@ -106,7 +106,7 @@ class Mirror(TaskListener): "-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 e638ea74..a75964a2 100644 --- a/bot/modules/ytdlp.py +++ b/bot/modules/ytdlp.py @@ -310,7 +310,7 @@ class YtDlp(TaskListener): "-cv": "", "-ns": "", "-tl": "", - "-ff": "None", + "-ff": None, } arg_parser(input_list[1:], args)