Update lib/all.js
Browse files- lib/all.js +4 -1
lib/all.js
CHANGED
@@ -16,6 +16,7 @@ import {
|
|
16 |
TwitterDownloader,
|
17 |
InstagramDownloader
|
18 |
} from '../lib/scrapper.js';
|
|
|
19 |
|
20 |
export {
|
21 |
facebookdl,
|
@@ -34,5 +35,7 @@ export {
|
|
34 |
TeraboxDownloader,
|
35 |
gifted,
|
36 |
xnxx,
|
37 |
-
capcutdl
|
|
|
|
|
38 |
};
|
|
|
16 |
TwitterDownloader,
|
17 |
InstagramDownloader
|
18 |
} from '../lib/scrapper.js';
|
19 |
+
import { trbtoken, trburl } from '../config.js';
|
20 |
|
21 |
export {
|
22 |
facebookdl,
|
|
|
35 |
TeraboxDownloader,
|
36 |
gifted,
|
37 |
xnxx,
|
38 |
+
capcutdl,
|
39 |
+
trbtoken,
|
40 |
+
trburl
|
41 |
};
|