[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with listings data download
- To: tvdevel@xxxxxxxx
- Subject: Problem with listings data download
- From: fat mike <punkrockisdead@xxxxxxxxx>
- Date: Wed, 19 Oct 2005 11:46:47 -0400
- Delivery-date: Wed, 19 Oct 2005 16:46:56 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VyGn+om406UiHzgXe9M9dKMVFDo/pr1amvsj5UGCTPQ71oSqYsJxFk5bAWZdYy3J3pNp7D+WUB2h/K9I2T7Diee0joUXoNFtMocZQgZiOFs2SwlrYP8ABSEu11DSfW9W4joIQIoLGsPp4gkVytKHBTkWTM2A9tMZ0JAGpeaz5Vw=
- Envelope-to: tvdevel@xxxxxxxx
Hi there,
I've just started trying to use your site for downloading XMLTV data,
and for some reason even though I've specified that I want data for all
the available channels I only get data for 10. Here's the URL I
am using to get the data with:
http://www.bleb.org/tv/data/listings?format=XMLTV&file=zip&channels=bbc1,bbc2,itv1,ch4,five,abc1,bbc1_n_ireland,bbc1_scotland,bbc1_wales,bbc2_n_ireland,bbc2_scotland,bbc2_wales,bbc3,bbc4,bbc7,bbc_6music,bbc_news24,bbc_parliament,bbc_radio1,bbc_radio1_xtra,bbc_radio2,bbc_radio3,bbc_radio4,bbc_radio5_live,bbc_radio5_live_sports_extra,bbc_radio_scotland,boomerang,bravo,british_eurosport,cartoon_network,cbbc,cbeebies,challenge,discovery,discovery_kids,disney,e4,film_four,ftn,itv2,itv3,living_tv,men_and_motors,more4,mtv,nick_junior,nickelodeon,oneword,paramount,paramount2,s4c,scifi,sky_cinema1,sky_cinema2,sky_movies1,sky_movies2,sky_movies3,sky_movies4,sky_movies5,sky_movies6,sky_movies7,sky_movies8,sky_movies9,sky_movies_cinema,sky_movies_cinema2,sky_one,sky_one_mix,sky_sports1,sky_sports2,sky_sports3,sky_sports_news,sky_sports_xtra,sky_travel,tcm,uk_bright_ideas,uk_drama,uk_gold,uk_history,uk_style,uktv_documentary,uktv_people&days=2
When I get the zip it only contains the following 10 channel definitions though:
<channel id="south.bbc1.bbc.co.uk">
<display-name>BBC 1</display-name>
</channel>
<channel id="south.bbc2.bbc.co.uk">
<display-name>BBC 2</display-name>
</channel>
<channel id="itv1.itv.co.uk">
<display-name>ITV 1</display-name>
</channel>
<channel id="channel4.com">
<display-name>Channel 4</display-name>
</channel>
<channel id="channel5.co.uk">
<display-name>Five</display-name>
</channel>
<channel id="abc1">
<display-name>Abc 1</display-name>
</channel>
<channel id="bbc1_n_ireland">
<display-name>BBC 1 N Ireland</display-name>
</channel>
<channel id="bbc1_scotland">
<display-name>BBC 1 Scotland</display-name>
</channel>
<channel id="bbc1_wales">
<display-name>BBC 1 Wales</display-name>
</channel>
<channel id="bbc2_n_ireland">
<display-name>BBC 2 N Ireland</display-name>
</channel>
Is there something I'm doing wrong, or am I not understanding how the CGI request works?
Thanks.