Hello!
I am having a problem extracting the data from these pages as the tags change throughout the page.
Can someone help me with the regex?
http://en.wikipedia.org/wiki/List_of_Billboard_Hot_100_number-one_singles_of_1990
What I need is the "Song" and "Artist" text only so that I can save to csv file.
Example data output desired:
"Another Day in Paradise","Phil Collins"
"How Am I Supposed to Live Without You","Michael Bolton"
Thanks for your help!
I am having a problem extracting the data from these pages as the tags change throughout the page.
Can someone help me with the regex?
http://en.wikipedia.org/wiki/List_of_Billboard_Hot_100_number-one_singles_of_1990
What I need is the "Song" and "Artist" text only so that I can save to csv file.
Example data output desired:
"Another Day in Paradise","Phil Collins"
"How Am I Supposed to Live Without You","Michael Bolton"
Thanks for your help!