@sidislive/soundcloud-scraper
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@sidislive/soundcloud-scraper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get data from soundcloud easily.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,3 +39,3 @@ const fetch = require("node-fetch").default; | ||
case "track": | ||
return Constants.REGEX_TRACK.test(url) || url.match(/soundcloud.app.goo.gl/) && url.split("/").pop().length > 5; | ||
return Constants.REGEX_TRACK.test(url) || url.match(/soundcloud.app.goo.gl/) && url.split("/").pop().length >= 5; | ||
default: | ||
@@ -42,0 +42,0 @@ return Constants.SOUNDCLOUD_URL_REGEX.test(url) || url.match(/soundcloud.app.goo.gl/); |
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
59639