ok
Browse files- lib/all.js +1 -1
lib/all.js
CHANGED
@@ -32,7 +32,7 @@ import {
|
|
32 |
} from '../lib/scrapper.js';
|
33 |
|
34 |
import { trbtoken, trburl } from '../config.js';
|
35 |
-
import {
|
36 |
|
37 |
|
38 |
async function audioContent(url) {
|
|
|
32 |
} from '../lib/scrapper.js';
|
33 |
|
34 |
import { trbtoken, trburl } from '../config.js';
|
35 |
+
import { getFbVideoInfo } from "fb-downloader-scrapper";
|
36 |
|
37 |
|
38 |
async function audioContent(url) {
|