Skip to content

Commit

Permalink
feat: add new terabox API and domains.
Browse files Browse the repository at this point in the history
New Features:

- Add support for new Terabox domains including teraboxlink.com, freeterabox.com, 1024terabox.com, and teraboxshare.com.

Enhancements:

- Enhance the Terabox API by adding new URL endpoints for video downloading.
  • Loading branch information
SonGoku1972 authored Sep 7, 2024
1 parent 668d182 commit f5774bf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
"gibibox.com",
"goaibox.com",
"terasharelink.com",
"teraboxlink.com",
"freeterabox.com",
"1024terabox.com",
"teraboxshare.com"
],
"filewish": [
"filelions.co",
Expand Down Expand Up @@ -450,6 +454,8 @@ def terabox(url, video_quality="HD Video", save_dir="HD_Video"):
"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}",
]

headers = {
Expand Down

0 comments on commit f5774bf

Please sign in to comment.