Skip to content

Commit

Permalink
New Terabox Api And Domains (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonGoku1972 authored Sep 16, 2024
1 parent 8fcd67e commit a320cdb
Showing 1 changed file with 4 additions and 1 deletion.
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",
"teraboxshare.com"
]
):
return terabox(link)
Expand Down Expand Up @@ -669,7 +670,9 @@ 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://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}"
]

headers = {
Expand Down

0 comments on commit a320cdb

Please sign in to comment.