Skip to content
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

Fix LyricsWiki scraping code #1912

Merged
merged 1 commit into from Mar 18, 2016

Conversation

jackwilsdon
Copy link
Member

LyricsWiki now escapes song lyrics using HTML entities (presumably to prevent scraping), so we now unescape these before parsing.

LyricsWiki has also added a script tag inside the div we are scraping, so we have to remove this using scrape_lyrics_from_html.

LyricsWiki now escapes song lyrics using HTML entities (presumably to
prevent scraping), so we now unescape these before parsing.

LyricsWiki has also added a script tag inside the div we are scraping,
so we have to remove this using `scrape_lyrics_from_html`.
@jackwilsdon
Copy link
Member Author

So it looks like Travis is off on one again, only AppVeyor is building this PR.

Looking at the requests page on Travis, it's almost as if the Git hook was never executed?

@sampsyo sampsyo merged commit 6014891 into beetbox:master Mar 18, 2016
sampsyo added a commit that referenced this pull request Mar 18, 2016
sampsyo added a commit that referenced this pull request Mar 18, 2016
@sampsyo
Copy link
Member

sampsyo commented Mar 18, 2016

What is up with Travis? Maybe they're having some kind of outage? Looks like it finally triggered for the other PR…

Anyway, this looks great to me, so I'm merging now (with a changelog entry).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants