-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Need to be able to get the tracklist section from album page #32
Comments
That sounds like a cool feature! Could you give me a few wikipedia page examples please? |
https://en.wikipedia.org/wiki/Scorpion_(Drake_album) Generally any page for an album. |
So, this is an interesting and difficult problem. First of all, the track listings are not ever in a That being said, I may try and refactor out my data-types to common components which can be used to parse infoboxes, page sections, or even entire page sources. It's a complex problem, like many that come up in wiki-text parsing. By the way, how was the parsed version of the album when you did it manually? If it was nice, I may just hack that together for now. |
i did a regex match for the tracklist section heres the link to the repository |
i'm writing an app for get album information. right now i'm using an hackby first using regex to get the "tracklist" section , then parsing that.
it would be cool to be able to parse tracklist easily - espcially for double albums where you have 2 or more "{{tracklist...}}" sections
The text was updated successfully, but these errors were encountered: