mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-05 10:36:52 +08:00
Minor fix
Signed-off-by: anasty17 <e.anastayyar@gmail.com>
This commit is contained in:
parent
cef1ec4918
commit
aec25f0858
@ -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}",
|
||||
|
@ -106,7 +106,7 @@ class Mirror(TaskListener):
|
||||
"-cv": "",
|
||||
"-ns": "",
|
||||
"-tl": "",
|
||||
"-ff": "None",
|
||||
"-ff": None,
|
||||
}
|
||||
|
||||
arg_parser(input_list[1:], args)
|
||||
|
@ -310,7 +310,7 @@ class YtDlp(TaskListener):
|
||||
"-cv": "",
|
||||
"-ns": "",
|
||||
"-tl": "",
|
||||
"-ff": "None",
|
||||
"-ff": None,
|
||||
}
|
||||
|
||||
arg_parser(input_list[1:], args)
|
||||
|
Loading…
Reference in New Issue
Block a user