xmltv/grab/it tv_grab_it.in, 1.106, 1.107 tv_grab_it.PL, 1.16, 1.17 test.conf, 1.8, 1.9

Nick Morrott <[email protected]> Sun, 23 Aug 2015 01:59:56 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/grab/it
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1742/grab/it

Modified Files:
	tv_grab_it.in tv_grab_it.PL test.conf 
Log Message:
Disable the mtvit backend which is no longer providing listings

Index: tv_grab_it.PL
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/it/tv_grab_it.PL,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** tv_grab_it.PL	23 Jun 2015 20:05:25 -0000	1.16
--- tv_grab_it.PL	23 Aug 2015 01:59:54 -0000	1.17
***************
*** 65,70 ****
  =item B<boingtv>  - grabs data from www.boingtv.it
  
- =item B<mtvit>    - grabs data from www.mtv.it
- 
  =item B<la7>    - grabs data from www.la7.it
  
--- 65,68 ----
***************
*** 134,140 ****
  =over 
  
! =item tv_grab_it --backend mtvit --configure
  
! configures tv_grab_it using only the backend mtvit
  
  =item tv_grab_it --backend skylife,wfactory --days 1
--- 132,138 ----
  =over 
  
! =item tv_grab_it --backend skylife --configure
  
! configures tv_grab_it using only the backend skylife
  
  =item tv_grab_it --backend skylife,wfactory --days 1
***************
*** 207,212 ****
  =item B<skylife>  - prende i dati da www.skylife.it
  
- =item B<mtvit>    - prende i dati da www.mtv.it
- 
  =item B<boingtv>  - prende i dati da www.boingtv.it
  
--- 205,208 ----
***************
*** 273,279 ****
  =over 
  
! =item tv_grab_it --backend mtvit --configure
  
! configura tv_grab_it usando solo la sorgente mtvit
  
  =item tv_grab_it --backend skylife,wfactory --days 1
--- 269,275 ----
  =over 
  
! =item tv_grab_it --backend skylife --configure
  
! configura tv_grab_it usando solo la sorgente skylife
  
  =item tv_grab_it --backend skylife,wfactory --days 1

Index: test.conf
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/it/test.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test.conf	4 Nov 2014 12:00:56 -0000	1.8
--- test.conf	23 Aug 2015 01:59:54 -0000	1.9
***************
*** 3,7 ****
  channel www.raitre.rai.it # Rai 3
  channel www.raiuno.rai.it # Rai Uno
- channel www.mtv.it # MTV
  channel mtvmusic.guidatv.sky.it # MTV Music
  channel www.la7.it # LA7
--- 3,6 ----

Index: tv_grab_it.in
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/it/tv_grab_it.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** tv_grab_it.in	19 Jun 2015 15:05:50 -0000	1.106
--- tv_grab_it.in	23 Aug 2015 01:59:54 -0000	1.107
***************
*** 151,155 ****
  my $date_today = UnixDate("today", '%Y-%m-%d');
  
! my @default_backends = ('mediaset', 'skylife', 'raiit', 'mediaset_guidatv', 'mediasetpremium', 'iris', 'boingtv', 'mtvit', 'la7');
  
  
--- 151,155 ----
  my $date_today = UnixDate("today", '%Y-%m-%d');
  
! my @default_backends = ('mediaset', 'skylife', 'raiit', 'mediaset_guidatv', 'mediasetpremium', 'iris', 'boingtv', 'la7');
  
  
***************
*** 217,230 ****
       },
  
!      'mtvit' =>
!      { domain => 'www.mtv.it',
!        base_chan => 'http://www.mtv.it/',
!        base_data => 'http://www.mtv.it/',
!        rturl => "http://www.mtv.it/tv/guida-tv/",
!        needs_login => 0,
!        needs_cookies => 0,
!        fetch_data_sub =>   \&mtvit_fetch_data,
!        channel_list_sub => \&mtvit_get_channels_list,
!      },
  
       'mediasetpremium' =>
--- 217,231 ----
       },
  
!      # Disabled 2015-08-23 by knowledgejunkie: site no longer provides listings
!      # 'mtvit' =>
!      # { domain => 'www.mtv.it',
!      #   base_chan => 'http://www.mtv.it/',
!      #   base_data => 'http://www.mtv.it/',
!      #   rturl => "http://www.mtv.it/tv/guida-tv/",
!      #   needs_login => 0,
!      #   needs_cookies => 0,
!      #   fetch_data_sub =>   \&mtvit_fetch_data,
!      #   channel_list_sub => \&mtvit_get_channels_list,
!      # },
  
       'mediasetpremium' =>


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