xmltv/grab/fi/fi programme.pm,2.09,2.10

Stefan Becker <[email protected]> Sat, 20 Aug 2016 16:55:15 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/grab/fi/fi
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7076/grab/fi/fi

Modified Files:
	programme.pm 
Log Message:
- telkku: rewritten for update web page contents (bug #510)
- NOTE: identifiers have changed; you need to run configure again!
- test.conf: updated with new telkku.com identifiers
- programme: updated one season/episode extractor regex


Index: programme.pm
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fi/fi/programme.pm,v
retrieving revision 2.09
retrieving revision 2.10
diff -C2 -d -r2.09 -r2.10
*** programme.pm	6 Dec 2015 13:43:07 -0000	2.09
--- programme.pm	20 Aug 2016 16:55:13 -0000	2.10
***************
*** 261,267 ****
  	($left, $special, $right) = ($remainder =~ $match_description);
  
!     # Check for "<sub-title>. Kausi <season>, <episode>/<# of episodes>...."
      } elsif (($desc_subtitle, $desc_season, $desc_episode, $remainder) =
! 	     ($description =~ m!^(.+)\s+Kausi\s+(\d+),\s+(\d+)(?:/\d+)?\.\s*(.*)$!)) {
  	$left    = $desc_subtitle;
  	$season  = $desc_season;
--- 261,267 ----
  	($left, $special, $right) = ($remainder =~ $match_description);
  
!     # Check for "<sub-title>. Kausi <season>, (jakso )?<episode>/<# of episodes>...."
      } elsif (($desc_subtitle, $desc_season, $desc_episode, $remainder) =
! 	     ($description =~ m!^(.+)\s+Kausi\s+(\d+),\s+(?:jakso\s+)?(\d+)(?:/\d+)?\.\s*(.*)$!)) {
  	$left    = $desc_subtitle;
  	$season  = $desc_season;


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