randydev commited on
Commit
b3405fe
·
verified ·
1 Parent(s): 73b9451

Update lib/all.js

Browse files
Files changed (1) hide show
  1. lib/all.js +2 -0
lib/all.js CHANGED
@@ -11,6 +11,7 @@ import { twitterdl } from '../lib/twitter/twitter.js';
11
  import xnxx from "xnxx-dl";
12
  import gifted from 'gifted-dls';
13
  import { capcutdl } from '../lib/@randydev/capcut.js';
 
14
  import {
15
  TwitterDownloader,
16
  InstagramDownloader
@@ -30,6 +31,7 @@ export {
30
  twitterdl,
31
  TwitterDownloader,
32
  InstagramDownloader,
 
33
  gifted,
34
  xnxx,
35
  capcutdl
 
11
  import xnxx from "xnxx-dl";
12
  import gifted from 'gifted-dls';
13
  import { capcutdl } from '../lib/@randydev/capcut.js';
14
+ import { TeraboxDownloader } from '../lib/@randydev/terabox.js';
15
  import {
16
  TwitterDownloader,
17
  InstagramDownloader
 
31
  twitterdl,
32
  TwitterDownloader,
33
  InstagramDownloader,
34
+ TeraboxDownloader,
35
  gifted,
36
  xnxx,
37
  capcutdl