Difference between revisions of "BBC Backstage"

From XMLTV
Jump to: navigation, search
m (add some categories)
m (remove categories, doesn't work like expected)
Line 12: Line 12:
  
 
[[User:ChrisB|ChrisB]] 09:47, 13 November 2008 (CET)
 
[[User:ChrisB|ChrisB]] 09:47, 13 November 2008 (CET)
[[Category:Grabbers_by_Country|United Kingdom]]
 
[[Category:Grabbers_by_Name|tv_grab_uk_bbcbackstage]]
 

Revision as of 12:03, 1 September 2010

I've put together a quick script that grabs data from the listings service available from BBC Backstage.

Download

It's available from my git repository. It's very rough-and-ready right now, but it basically works.

License

Like the rest of XMLTV, I've put my code under the GPL. The data is subject to the backstage API terms of use.

Developer notes

It uses the XML web service API, rather than the download. I originally started with the download, but I had problems with the archives not being update, which is when I switched to using the web service. The code for the web service is also simpler.

ChrisB 09:47, 13 November 2008 (CET)