From 8fcd67ea976119729f0061af3aaca586a933044d Mon Sep 17 00:00:00 2001 From: SonGoku1972 <169218549+SonGoku1972@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:20:27 +0530 Subject: [PATCH] Added Terabox Domains (#72) Added Terabox Domains --- bot/helper/task_utils/download_utils/direct_link_generator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot/helper/task_utils/download_utils/direct_link_generator.py b/bot/helper/task_utils/download_utils/direct_link_generator.py index 5fce38e72633..dde20cb8ed47 100644 --- a/bot/helper/task_utils/download_utils/direct_link_generator.py +++ b/bot/helper/task_utils/download_utils/direct_link_generator.py @@ -168,6 +168,9 @@ def direct_link_generator(link): "gibibox.com", "goaibox.com", "terasharelink.com", + "teraboxlink.com", + "freeterabox.com", + "1024terabox.com", ] ): return terabox(link)