Skip to content

Commit

Permalink
Removing shit api (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonGoku1972 authored Sep 16, 2024
1 parent a320cdb commit 849cb7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bot/helper/task_utils/download_utils/direct_link_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def direct_link_generator(link):
"teraboxlink.com",
"freeterabox.com",
"1024terabox.com",
"terafileshare.com",
"teraboxshare.com"
]
):
Expand Down Expand Up @@ -670,9 +671,7 @@ def terabox(url, video_quality="HD Video", save_dir="HD_Video"):
urls = [
"https://ytshorts.savetube.me/api/v1/terabox-downloader",
f"https://teraboxvideodownloader.nepcoderdevs.workers.dev/?url={terabox_url}",
f"https://terabox.udayscriptsx.workers.dev/?url={terabox_url}",
f"https://mavimods.serv00.net/Mavialt.php?url={terabox_url}",
f"https://mavimods.serv00.net/Mavitera.php?url={terabox_url}"
f"https://terabox.udayscriptsx.workers.dev/?url={terabox_url}"
]

headers = {
Expand Down

0 comments on commit 849cb7b

Please sign in to comment.