azlyrics-scrape-api
Advanced tools
Comparing version 1.1.1-beta to 1.1.2-beta
@@ -59,3 +59,3 @@ let cheerio = require('cheerio'); | ||
module.exports = async function searchSong(q) { | ||
let searchSong = async(q) => { | ||
//THIS FUNC. IS FOR GETTING THE COOKIES AND AVAILABLE SERVERS & IP'S TO BE USED ON REQ. | ||
@@ -78,3 +78,3 @@ let {proxy_list,cookie} = await getConfig() | ||
module.exports = async function getLyrics(url) { | ||
let getLyrics = async(url) => { | ||
let {proxy_list,cookie} = await getConfig() | ||
@@ -101,1 +101,6 @@ let formData = { | ||
} | ||
module.exports = { | ||
getLyrics, | ||
searchSong | ||
} |
{ | ||
"name": "azlyrics-scrape-api", | ||
"version": "1.1.1-beta", | ||
"version": "1.1.2-beta", | ||
"description": "AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
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
33435
446