Hi
I would like to parse the artist,song data from this table. Having trouble as there are many links on the page messing it up. Tried all kind of regex... even doing just the page.text and I am not able to figure this out.
Here is a page in question
http://en.wikipedia.org/wiki/List_of_Billboard_Hot_100_number-one_singles_of_2013
I would like to grab the data like this...
Song;Artist
Then get the next one in the table. Get all on the table. I will then go to the next page and do the same.
Thank you!
LJ
I would like to parse the artist,song data from this table. Having trouble as there are many links on the page messing it up. Tried all kind of regex... even doing just the page.text and I am not able to figure this out.
Here is a page in question
http://en.wikipedia.org/wiki/List_of_Billboard_Hot_100_number-one_singles_of_2013
I would like to grab the data like this...
Song;Artist
Then get the next one in the table. Get all on the table. I will then go to the next page and do the same.
Thank you!
LJ