~ubuntu-branches/ubuntu/raring/xmltv/raring

« back to all changes in this revision

Viewing changes to grab/dtv_la/tv_grab_dtv_la

  • Committer: Bazaar Package Importer
  • Author(s): Chris Butler
  • Date: 2010-11-29 19:43:10 UTC
  • mfrom: (1.4.1 upstream) (20.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101129194310-o2lptjn26an5lq77
Tags: 0.5.59-1
* New upstream release
  - added new grabbers: pt_meo and fi_sv
* Refreshed patches
* Fixed tv_grab_fi by updating to revision 1.58 from upstream CVS 
  (closes: #605467)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
error.
62
62
 
63
63
B<--capabilities> Show which capabilities the grabber supports. For more
64
 
information, see L<http://membled.com/twiki/bin/view/Main/XmltvCapabilities>
 
64
information, see L<http://wiki.xmltv.org/index.php/XmltvCapabilities>
65
65
 
66
66
B<--version> Show the version of the grabber.
67
67
 
91
91
## REQUIRED LIBRARIES
92
92
######################################################################
93
93
use XMLTV;
94
 
use XMLTV::Version '$Id: tv_grab_dtv_la,v 1.2 2007/09/23 07:25:37 mattiasholmlund Exp $ ';
 
94
use XMLTV::Version '$Id: tv_grab_dtv_la,v 1.3 2010/09/02 05:07:40 rmeden Exp $ ';
95
95
use XMLTV::Capabilities qw/baseline manualconfig/;
96
96
use XMLTV::Description 'Latin America Direct TV listings';
97
97
use XMLTV::Memoize;
132
132
         'source-info-url'     => 'http://directstage.directvla.com/opgnet/setcss.aspx',
133
133
             'source-data-url'     => 'http://directstage.directvla.com/opgnet/cssbit.aspx',
134
134
             'generator-info-name' => 'XMLTV',
135
 
             'generator-info-url'  => 'http://membled.com/work/apps/xmltv/',
 
135
             'generator-info-url'  => 'http://xmltv.org/',
136
136
           };
137
137
my $channels_icon_url="http://www.lyngsat.com/packages/directvlatin.html";
138
138