m2h-terabox
v1.0.0
Published
📥 A simple Terabox video downloader. No scraping required.
Maintainers
Readme
📦 m2h-terabox
A simple Terabox video downloader using RapidAPI. No scraping required.
💻 Example Code
const { getTeraboxDownloadLink } = require('m2h-terabox');
getTeraboxDownloadLink("https://terabox.com/s/1ABCXYZ")
.then(data => console.log(data))
.catch(err => console.error(err));