playdl-music-extractor
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "playdl-music-extractor", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "PlayDL Music Extractor is a Extractor/Scrapper and Helps Players to fetch data from play-dl or Custom Extractors , as Per reduces extra work and credentials", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -63,2 +63,3 @@ <div align="center"> | ||
title: String, | ||
video_Id: String, | ||
author: String, | ||
@@ -65,0 +66,0 @@ author_link: String, |
@@ -98,2 +98,6 @@ const { search, validate, stream } = require('play-dl'); | ||
title: ExtraValue.title ?? YoutubeVideoRawData.title ?? undefined, | ||
video_Id: | ||
ExtraValue && ExtraValue.id !== 0 | ||
? ExtraValue.id | ||
: YoutubeVideoRawData.id ?? undefined, | ||
author: | ||
@@ -100,0 +104,0 @@ ExtraValue.author ?? YoutubeVideoRawData.channel |
@@ -5,2 +5,3 @@ var YoutubeTrack = { | ||
title: null, | ||
video_Id: null, | ||
author: null, | ||
@@ -7,0 +8,0 @@ author_link: null, |
@@ -5,2 +5,3 @@ export type YoutubeTrack = { | ||
title: String | ||
video_Id: String | ||
author: String | ||
@@ -7,0 +8,0 @@ author_link: String |
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
26133
610
122