slim_maikel wrote: > Can you tell me a way how to find valid catID's for all Jazzfm on demand > shows. Try and error is a bit time consuming ;) > I wrote a shell script that extracts the streaming URLs starting from > jazzfm.com/player. > The use of the mobile pages seems to be a lot more elegant and might > open the way to maintain the jazzfm plugin
Welcome to the horrible world of screen scraping. wget the URL www.jazzfm.com/player/od/# Then in the file all the HTML occurances <a href="#" id="cat_167" class="catOpen"> indicates each Catchup but with different IDs - the ID is after "cat_" which in this case 167. The owner of the CatID is found in the text tagged <strong> after the the "id=Cat_xxx" ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=102210 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
