ok
Browse files- lib/all.js +0 -2
lib/all.js
CHANGED
@@ -33,8 +33,6 @@ import {
|
|
33 |
} from '../lib/scrapper.js';
|
34 |
|
35 |
import { trbtoken, trburl } from '../config.js';
|
36 |
-
import { getFbVideoInfo } from "fb-downloader-scrapper";
|
37 |
-
|
38 |
|
39 |
async function audioContent(url) {
|
40 |
const filePath = `${uuid.v4()}.mp3`;
|
|
|
33 |
} from '../lib/scrapper.js';
|
34 |
|
35 |
import { trbtoken, trburl } from '../config.js';
|
|
|
|
|
36 |
|
37 |
async function audioContent(url) {
|
38 |
const filePath = `${uuid.v4()}.mp3`;
|