neastooapi
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -24,2 +24,3 @@ // Import fitur lainnya | ||
import { tinyUrl } from './plugins/Tl-tinyurl.js'; | ||
import { facebookDl } from './plugins/DL-facebook.js'; | ||
@@ -49,3 +50,4 @@ // Ekspor semua fitur di sini | ||
bStasionDl, | ||
tinyUrl | ||
tinyUrl, | ||
facebookDl | ||
}; |
{ | ||
"name": "neastooapi", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Scraper Module NSTID", | ||
@@ -75,3 +75,6 @@ "main": "index.js", | ||
"Web tools", | ||
"Development tools" | ||
"Development tools", | ||
"whatsapp-api", | ||
"js-whatsapp", | ||
"whatsapp" | ||
], | ||
@@ -78,0 +81,0 @@ "author": "NeofetchNpc", |
@@ -22,2 +22,3 @@ [![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#table-of-contents) | ||
+ Fixx Result Module | ||
+ Facebook Downloader | ||
? Waifu Diffusion Ai - WIP | ||
@@ -209,2 +210,17 @@ ? Text2Img Ai - WIP | ||
11. Facebook Downloader | ||
```js | ||
import { facebookDl } from 'neastooapi'; | ||
(async () => { | ||
try { | ||
const url = 'https://www.facebook.com/share/p/example'; | ||
const data = await facebookDl(url); | ||
console.log(data); | ||
} catch (error) { | ||
console.error('Error:', error.message); | ||
} | ||
})(); | ||
``` | ||
--------- | ||
@@ -211,0 +227,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26499
29
450
356
23