xmltv Makefile.PL,1.447,1.448

Nick Morrott <[email protected]> Sat, 15 Aug 2015 06:09:50 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24355

Modified Files:
	Makefile.PL 
Log Message:
tv_grab_fr: Add (initial) support for new telestar.fr listings site

This is a significant update and requires channels to be reconfigured
via tv_grab_fr --configure. Sorry.

The new telestar.fr site supports 160+ channels with 14 days of data.

Most of the available programme data is parsed and made available in the
XML output. I'm sure there are data which could be included that the script
does not currently handle. Details/patches appreciated.

Please report any issues to the xmltv-users mailing list.


Index: Makefile.PL
===================================================================
RCS file: /cvsroot/xmltv/xmltv/Makefile.PL,v
retrieving revision 1.447
retrieving revision 1.448
diff -C2 -d -r1.447 -r1.448
*** Makefile.PL	10 Aug 2015 10:45:25 -0000	1.447
--- Makefile.PL	15 Aug 2015 06:09:48 -0000	1.448
***************
*** 499,504 ****
         blurb => 'Grabber for France',
         exes => [ 'grab/fr/tv_grab_fr' ],
!        prereqs => { 'HTML::Entities'    => 1.27,
!                     'HTML::TreeBuilder' => 0, },
       },
  
--- 499,507 ----
         blurb => 'Grabber for France',
         exes => [ 'grab/fr/tv_grab_fr' ],
!        prereqs => { 'DateTime'           => 0,
!                     'DateTime::Duration' => 0,
!                     'DateTime::TimeZone' => 0,
!                     'HTML::Entities'     => 1.27,
!                     'HTML::TreeBuilder'  => 0, },
       },
  


------------------------------------------------------------------------------