playdl-music-extractor
Advanced tools
Comparing version 2.4.7 to 2.4.8
{ | ||
"name": "playdl-music-extractor", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"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", |
@@ -153,3 +153,5 @@ const { getData, getPreview } = require('spotify-url-info'); | ||
const CompleteTracks = await PlayDLExtractor.DataExtractorYoutube( | ||
`${track.title}`, | ||
track.title && track.title.length >= 10 | ||
? `${track.title}` | ||
: `${track.title} | ${track.author}`, | ||
'spotify', | ||
@@ -156,0 +158,0 @@ YoutubeStreamOptions, |
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
38174
962
12