Hello,
i'm trying to parse all Tracks from this webpage: The Worlds Leading Radio Station in the Harder Styles of Music - Fear.FM into a ListView and used the FlickrViewer as a base.
I thought it would be an easy task...switching some words and the regex but i was wrong :signOops:
It downloads the website and i can see that it finds the correct lines in the loop, or atleast about the right amount of lines.
However the regex doesn't seem to match anything and therefore the ListView isn't populated
I guess my regex and / or class is set up wrong and probably more... cause im new to regex and all the parsing stuff :sign0104:
Can anyone tell me what i did wrong or forgot to change?
I basically just want to parse the Trackname to the ListView for now.
The Page also contains the Time the Track was played and on some Tracks even a corresponding image.
It would be ideal if i could parse all at once and then populate the ListView with: Time, Trackname & Image
I've been playing around with this for hours and all combinations of regex stuff as far as i could figure out but im stuck
I have attached the modified (hacked together ) Example.
i'm trying to parse all Tracks from this webpage: The Worlds Leading Radio Station in the Harder Styles of Music - Fear.FM into a ListView and used the FlickrViewer as a base.
I thought it would be an easy task...switching some words and the regex but i was wrong :signOops:
It downloads the website and i can see that it finds the correct lines in the loop, or atleast about the right amount of lines.
However the regex doesn't seem to match anything and therefore the ListView isn't populated
I guess my regex and / or class is set up wrong and probably more... cause im new to regex and all the parsing stuff :sign0104:
Can anyone tell me what i did wrong or forgot to change?
I basically just want to parse the Trackname to the ListView for now.
The Page also contains the Time the Track was played and on some Tracks even a corresponding image.
It would be ideal if i could parse all at once and then populate the ListView with: Time, Trackname & Image
I've been playing around with this for hours and all combinations of regex stuff as far as i could figure out but im stuck
I have attached the modified (hacked together ) Example.