@onepunya/yt-converter-js
Advanced tools
Comparing version 1.0.5-a to 1.0.6-a
{ | ||
"name": "@onepunya/yt-converter-js", | ||
"version": "1.0.5a", | ||
"version": "1.0.6a", | ||
"main": "index.cjs", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
@@ -56,18 +56,18 @@ ```markdown | ||
{ | ||
status: 'ok', | ||
mess: '', | ||
q: 'faded', | ||
items: [ | ||
"status": "ok", | ||
"message": "", | ||
"query": "faded", | ||
"items": [ | ||
{ | ||
v: '60ItHLz5WEA', | ||
t: 'Alan Walker - Faded', | ||
youtubeUrl: 'https://youtu.be/60ItHLz5WEA' | ||
"videoId": "60ItHLz5WEA", | ||
"title": "Alan Walker - Faded", | ||
"youtubeUrl": "https://youtu.be/60ItHLz5WEA" | ||
}, | ||
{ | ||
v: 'jlKOSk-tXFQ', | ||
t: 'Alan Walker - Fade (Official Music Video)', | ||
youtubeUrl: 'https://youtu.be/jlKOSk-tXFQ' | ||
"videoId": "jlKOSk-tXFQ", | ||
"title": "Alan Walker - Fade (Official Music Video)", | ||
"youtubeUrl": "https://youtu.be/jlKOSk-tXFQ" | ||
} | ||
], | ||
p: 'search' | ||
"platform": "YouTube" | ||
} | ||
@@ -78,3 +78,3 @@ ``` | ||
Use the `ytdlnew` method to convert a YouTube video to MP3 or MP4. | ||
Use the `download` method to convert a YouTube video to MP3 or MP4. | ||
@@ -101,4 +101,4 @@ ```javascript | ||
"title": "video_title", | ||
duration": "duration", | ||
thumbnail: "thumbnail" | ||
"duration": "duration", | ||
"thumbnail": "thumbnail", | ||
"mp4DownloadLink": "link_to_mp4_file", | ||
@@ -115,3 +115,3 @@ "mp3DownloadLink": "link_to_mp3_file" | ||
This project is licensed under the MIT License | ||
This project is licensed under the MIT License. | ||
@@ -121,5 +121,4 @@ ## Follow Me | ||
- [GitHub](https://github.com/onepunya) | ||
- [Instagram](https://Instagram.com/mr.one.id) | ||
- [Instagram](https://instagram.com/mr.one.id) | ||
- [Community](https://chat.whatsapp.com/FRL4FzReE0X4qf8Yy80RkW) | ||
``` | ||
``` |
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
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
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
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
17247
119