randydev commited on
Commit
7419a59
·
verified ·
1 Parent(s): e1b2d3f

Update lib/all.js

Browse files
Files changed (1) hide show
  1. lib/all.js +2 -1
lib/all.js CHANGED
@@ -11,7 +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 { TeraboxDownloader } from '../lib/@randydev/terabox.js';
15
  import {
16
  TwitterDownloader,
17
  InstagramDownloader
@@ -33,6 +33,7 @@ export {
33
  TwitterDownloader,
34
  InstagramDownloader,
35
  TeraboxDownloader,
 
36
  gifted,
37
  xnxx,
38
  capcutdl,
 
11
  import xnxx from "xnxx-dl";
12
  import gifted from 'gifted-dls';
13
  import { capcutdl } from '../lib/@randydev/capcut.js';
14
+ import { TeraboxDownloader, TeraboxV2Downloader } from '../lib/@randydev/terabox.js';
15
  import {
16
  TwitterDownloader,
17
  InstagramDownloader
 
33
  TwitterDownloader,
34
  InstagramDownloader,
35
  TeraboxDownloader,
36
+ TeraboxV2Downloader,
37
  gifted,
38
  xnxx,
39
  capcutdl,