[ITALY] New grabber for RAI channels (1 Viewer)

BertTRP

Portal Member
June 11, 2010
40
1
Home Country
Italy Italy
In attachemnt a new WebEPG grabber for the Italian channels of RAI for your evaluation and eventual inclusion in the default set.

It reports errors while grabbing due to the fact that on the site not all channels present 7 days of program info.

It could be further improved by replacing the annoying "&ugrave", "&egrave" strings with the correct ones ("ù", "è", etc.), but i tried with the following code, without success:

Code:
  <Actions>
    <Modify channel="*" field="#DESCRIPTION" search="&egrave;" action="Replace">"è"</Modify>
    <Modify channel="*" field="#DESCRIPTION" search="&agrave;" action="Replace">"à"</Modify>
    <Modify channel="*" field="#DESCRIPTION" search="&ugrave;" action="Replace">"ù"</Modify>
    <Modify channel="*" field="#DESCRIPTION" search="&ograve;" action="Replace">"ò"</Modify>
    <Modify channel="*" field="#DESCRIPTION" search="&igrave;" action="Replace">"ì"</Modify>
  </Actions>
 

Attachments

  • rai.xml
    1.6 KB

Users who are viewing this thread

Top Bottom