neastooapi
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "neastooapi", | ||
"version": "1.1.02", | ||
"description": "NessID Scraper Module", | ||
"version": "1.1.03", | ||
"description": "Scraper Downloader Module", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "NeofetchNpc", |
import axios from 'axios'; | ||
export async function ytmp3DL(url) { | ||
export async function ytmp3DL(url, quality = 128) { | ||
if (!url) throw new Error('URL is required.'); | ||
@@ -8,3 +8,6 @@ | ||
const { data } = await axios.get('https://api.neastooid.xyz/api/downloader/ytmp3', { | ||
params: { url }, | ||
params: { | ||
url, | ||
q: quality, | ||
}, | ||
}); | ||
@@ -11,0 +14,0 @@ |
import axios from 'axios'; | ||
export async function ytmp4DL(url) { | ||
export async function ytmp4DL(url, quality = 360) { | ||
if (!url) throw new Error('URL is required.'); | ||
@@ -8,3 +8,6 @@ | ||
const { data } = await axios.get('https://api.neastooid.xyz/api/downloader/ytmp4', { | ||
params: { url }, | ||
params: { | ||
url, | ||
q: quality, | ||
}, | ||
}); | ||
@@ -11,0 +14,0 @@ |
@@ -21,4 +21,3 @@ [![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#table-of-contents) | ||
// Stabile Version | ||
+ Blue Archive Logo | ||
+ FIX YTMP DOWNLOADER | ||
+ Fix Error Fiture | ||
``` | ||
@@ -28,5 +27,10 @@ | ||
# 🛑 `Announcement !!!` | ||
> Please Do Not Spam Because Our Server Is Only On Vercel With Free Billing, If You Want To Help Donate, You Can Do It On The Homepage Link!!!. | ||
--------- | ||
# 📍 `MORE INFO` | ||
- [DOCS](https://github.com/NeofetchNpc/NeastooAPI/wiki/Documentation) | ||
- [DONASI](https://saweria.co/INSDV) | ||
- [DOCS ID](https://github.com/NeofetchNpc/NeastooAPI/wiki/Documentation) | ||
- [DONASI ID](https://saweria.co/YUSUP909) | ||
@@ -39,3 +43,4 @@ --------- | ||
[![NeastooID](https://github.com/NeeasTooID.png?size=100)](https://github.com/NeeasTooID) | ||
[![GZZ](https://github.com/glospotnew.png?size=100)](https://github.com/glospotnew) | ||
--------- |
/* | ||
import nessid from './index.js'; | ||
nessid.SimiAi('haloo') | ||
nessid.ytmp4DL('https://youtu.be/TUo_zDKN4bM?si=jBWElayEnBA8WJkW') | ||
.then(result => console.log(result)); | ||
*/ | ||
import nessid from 'neastooapi'; | ||
nessid.baLogo('ini text nya') | ||
.then(result => console.log(result)); |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
44
0
1
10270
24
232