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

Title class fetchData() added wikipedia info #27

Open
duck7000 opened this issue Jan 11, 2025 · 0 comments
Open

Title class fetchData() added wikipedia info #27

duck7000 opened this issue Jan 11, 2025 · 0 comments

Comments

@duck7000
Copy link
Owner

I added Wikipedia info for the specific title, so only for this title, not for artist or others.
All anchor tags are removed (the link text is of course not stripped out) as are the supplement anchors, those are removed completely.

It includes all the text sections like background, release, critics, etc. Every paragraph of a section is in a separate array element in a categorized array like this:

    [wikipedia] => Array
            [summary] => Array
                    [0] => Dirty Deeds Done Dirt Cheap is the third studio album 
            [background] => Array
                    [0] => AC/DC began recording Dirty Deeds Done Dirt Cheap in December 1975
            [composition] => Array
                    [0] => The title track would become one of the band's most famous songs.
                    [1] => In 1981, after the album was released in the U.S.,
                    [2] => Another fan favorite from the album is "Ride On".
                    [3] => Record World said of "Problem Child" that the group "rocks hard.
            [personnel] => Array
                    [0] => Bon Scott – lead vocals
                    [1] => Angus Young – lead guitar
                    [2] => Malcolm Young – rhythm guitar, backing vocals
                    [3] => Mark Evans – bass guitar
                    [4] => Phil Rudd – drums
                    [5] => George Young – production, bass guitar on track 3
                    [6] => Harry Vanda – production 

Excluded sections:

  • Track_listing
  • Charts
  • Certifications
  • Notes
  • References
  • Bibliography
  • See_also
  • Release_history
  • Certifications_and_sales
  • External_links

First element is always summary

All info will be in the wiki but for now i first want to make sure it all works like it should.

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

No branches or pull requests

1 participant