diff --git a/bot/helper/common.py b/bot/helper/common.py index de36f9b6ba1..89803106890 100644 --- a/bot/helper/common.py +++ b/bot/helper/common.py @@ -177,7 +177,7 @@ async def before_start(self): else ["aria2", "!qB"] ) if self.link not in ["rcl", "gdl"]: - if is_rclone_path(self.link) or is_gdrive_link(self.link): + if not self.is_jd and is_rclone_path(self.link) or is_gdrive_link(self.link): await self.is_token_exists(self.link, "dl") elif self.link == "rcl": if not self.is_ytdlp and not self.is_jd: