Update lib/all.js
Browse files- lib/all.js +0 -17
lib/all.js
CHANGED
@@ -17,7 +17,6 @@ import { TeraboxDownloader, TeraboxV2Downloader, TeraboxV3Downloader } from '../
|
|
17 |
|
18 |
import * as igdlv2 from "instagram-url-direct";
|
19 |
import * as xpro from 'xnxx-scraper';
|
20 |
-
import * as happykntl from 'happy-dl';
|
21 |
|
22 |
import { igdl } from 'ruhend-scraper';
|
23 |
import fs from "fs";
|
@@ -125,21 +124,6 @@ async function InstagramDLV3(url) {
|
|
125 |
}
|
126 |
}
|
127 |
|
128 |
-
async function InstagramDLV4(url) {
|
129 |
-
try {
|
130 |
-
const data = await happykntl.default.instagramDownloader(url);
|
131 |
-
if (typeof data === "object") {
|
132 |
-
console.log(data);
|
133 |
-
data.developer = "xtdevs";
|
134 |
-
return data;
|
135 |
-
}
|
136 |
-
// return {"message": "ok"};
|
137 |
-
} catch (err) {
|
138 |
-
console.error(err);
|
139 |
-
return null;
|
140 |
-
}
|
141 |
-
}
|
142 |
-
|
143 |
const TwitterDownloderV3 = async (link) => {
|
144 |
const options = {
|
145 |
method: 'GET',
|
@@ -241,7 +225,6 @@ export {
|
|
241 |
InstagramDownloader,
|
242 |
InstagramDLV2,
|
243 |
InstagramDLV3,
|
244 |
-
InstagramDLV4,
|
245 |
XsearchDownloaderV2,
|
246 |
XInfoDownloaderV2,
|
247 |
TelegramUseLog,
|
|
|
17 |
|
18 |
import * as igdlv2 from "instagram-url-direct";
|
19 |
import * as xpro from 'xnxx-scraper';
|
|
|
20 |
|
21 |
import { igdl } from 'ruhend-scraper';
|
22 |
import fs from "fs";
|
|
|
124 |
}
|
125 |
}
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
const TwitterDownloderV3 = async (link) => {
|
128 |
const options = {
|
129 |
method: 'GET',
|
|
|
225 |
InstagramDownloader,
|
226 |
InstagramDLV2,
|
227 |
InstagramDLV3,
|
|
|
228 |
XsearchDownloaderV2,
|
229 |
XInfoDownloaderV2,
|
230 |
TelegramUseLog,
|