randydev commited on
Commit
9ada12a
·
1 Parent(s): e2de56f
Files changed (2) hide show
  1. lib/all.js +0 -12
  2. plugins/alldownloader.js +0 -12
lib/all.js CHANGED
@@ -20,7 +20,6 @@ import * as xpro from 'xnxx-scraper';
20
  import * as happykntl from 'happy-dl';
21
 
22
  import { igdl } from 'ruhend-scraper'
23
- import * as fbkntl from "another-fb-video-downloader";
24
  import fs from "fs";
25
  import * as uuid from 'uuid';
26
 
@@ -34,16 +33,6 @@ import {
34
 
35
  import { trbtoken, trburl } from '../config.js';
36
 
37
- async function FBDownloaderV2(url) {
38
- try {
39
- const result = fbkntl.default.facebook(url);
40
- console.log(result);
41
- return result;
42
- } catch(err) {
43
- console.error(err);
44
- return null;
45
- }
46
- }
47
 
48
  async function audioContent(url) {
49
  const filePath = `${uuid.v4()}.mp3`;
@@ -158,5 +147,4 @@ export {
158
  XInfoDownloaderV2,
159
  TelegramUseLog,
160
  audioContent,
161
- FBDownloaderV2,
162
  };
 
20
  import * as happykntl from 'happy-dl';
21
 
22
  import { igdl } from 'ruhend-scraper'
 
23
  import fs from "fs";
24
  import * as uuid from 'uuid';
25
 
 
33
 
34
  import { trbtoken, trburl } from '../config.js';
35
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  async function audioContent(url) {
38
  const filePath = `${uuid.v4()}.mp3`;
 
147
  XInfoDownloaderV2,
148
  TelegramUseLog,
149
  audioContent,
 
150
  };
plugins/alldownloader.js CHANGED
@@ -25,7 +25,6 @@ import {
25
  XInfoDownloaderV2,
26
  SeachTiktok,
27
  TelegramUseLog,
28
- FBDownloaderV2,
29
  } from '../lib/all.js';
30
 
31
  import { authenticateApiKey, apiLimiter } from '../middleware/midware.js';
@@ -62,17 +61,6 @@ async function downloadMedia(media) {
62
  }
63
  }
64
 
65
-
66
- AllDlRoutes.get('/api/v1/dl/fb-v2', async (req, res) => {
67
- try {
68
- const q = req.query.url;
69
- const results = await FBDownloaderV2(url);
70
- res.json({ message: results });
71
- } catch (error) {
72
- res.status(500).json({ error: error.message });
73
- }
74
- });
75
-
76
  /**
77
  * @swagger
78
  * /api/v1/dl/xnxx-info-v2:
 
25
  XInfoDownloaderV2,
26
  SeachTiktok,
27
  TelegramUseLog,
 
28
  } from '../lib/all.js';
29
 
30
  import { authenticateApiKey, apiLimiter } from '../middleware/midware.js';
 
61
  }
62
  }
63
 
 
 
 
 
 
 
 
 
 
 
 
64
  /**
65
  * @swagger
66
  * /api/v1/dl/xnxx-info-v2: