neastooapi
Advanced tools
Comparing version 1.1.9 to 2.0.0
@@ -0,1 +1,2 @@ | ||
import { SoundCloudDl } from './plugins/DL-soundcloud.js'; | ||
import { FBDl } from './plugins/DL-facebook.js'; | ||
@@ -18,4 +19,6 @@ import { IGDl } from './plugins/DL-instagram.js'; | ||
import { BlackboxAi } from './plugins/AI-blackbox.js'; | ||
import { AiInsfxV2 } from './plugins/AI-insfxv2.js'; | ||
const nessid = { | ||
SoundCloudDl, | ||
FBDl, | ||
@@ -38,4 +41,5 @@ IGDl, | ||
BlackboxAi, | ||
AiInsfxV2, | ||
}; | ||
export default nessid; |
{ | ||
"name": "neastooapi", | ||
"version": "1.1.9", | ||
"description": "Scraper Module", | ||
"version": "2.0.0", | ||
"description": "Scraper Api Module", | ||
"main": "index.js", | ||
@@ -33,8 +33,7 @@ "type": "module", | ||
"Video downloader", | ||
"whatsapp-api", | ||
"otakudesu-api", | ||
"blue-archive", | ||
"chatgpt", | ||
"blackbox", | ||
"bing" | ||
"bing", | ||
"Scraper API", | ||
"Social API" | ||
], | ||
@@ -41,0 +40,0 @@ "author": "NeofetchNpc", |
13324
29
284