-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no result #2
Comments
Hello guys may this help you ;) pure js dont know more about typescript const axios = require('axios'); // Function to scrape the content from a given URL async function getLyricsByUrl(url){ // Remove all the Div inside the lyric box $(".col-md-8 div").remove(); return $(".col-md-8").text().trim() }
// console.log(data)
} catch (error) { // URL of the page you want to scrape // Scrape the content and log the result getLyricsByUrl('https://tononkira.serasera.org/hira/farakely/tiako-izy') |
I thinks the website layouts changed , we need to update the scrape selectors !!
The text was updated successfully, but these errors were encountered: