sasori Posted June 10, 2011 Share Posted June 10, 2011 Help, here's the situation, 1) get the countries(not sure if those are countries or state of africa), artist name, title of video, year, youtube links. - via this page , and clicking the african music button http://www.africanmusic24.com/ I can scrape the name of countries. now, if you i will click e.g "benin" from the bottom listings, and got redirected to this page, http://www.africatv24.com/music_video/benin how will i tell the script to 1) grab the links of each artists such as e.g "Afafa", then once grabbed, go to http://www.africatv24.com/afafa_ if by viewing the view source of http://www.africatv24.com/music_video/benin doesn't contain the url of each of the artists listed at the bottom of that page. Ok, now on this page, http://www.africatv24.com/afafa_ if I clicked the e.g "Love you(2008)" link to a video, I'l get redirect to this page http://www.africatv24.com/afafa_?video_feed=6870 at that page above, all I can get/scrape via php is the title, but no year and also, how will I tell the script to go to that page and scrape the title if from this page below http://www.africatv24.com/afafa_ I can't even scrape any links or url that goes to that video_feed=6870 what should I do ? how to approach this scraping for this thing ?, because the view source seems encrypted and well crafted. :'( Quote Link to comment https://forums.phpfreaks.com/topic/238984-scrape-titleartist-name-year/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.