xmltv/grab/fi/fi/source iltapulu.pm,2.08,2.09

Stefan Becker <[email protected]> Fri, 20 Nov 2015 20:19:24 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/grab/fi/fi/source
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11701/grab/fi/fi/source

Modified Files:
	iltapulu.pm 
Log Message:
- programme: add another season/episode extraction
- iltapulu: fix programme detection


Index: iltapulu.pm
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/fi/fi/source/iltapulu.pm,v
retrieving revision 2.08
retrieving revision 2.09
diff -C2 -d -r2.08 -r2.09
*** iltapulu.pm	23 Feb 2015 18:09:21 -0000	2.08
--- iltapulu.pm	20 Nov 2015 20:19:21 -0000	2.09
***************
*** 146,150 ****
  		if ($children) {
  		  my $td = $children->[$index];
! 		  push(@divs, $td->look_down("class" => "full-row"))
  		    if defined($td);
  		}
--- 146,150 ----
  		if ($children) {
  		  my $td = $children->[$index];
! 		  push(@divs, $td->look_down("class" => qr/full-row/))
  		    if defined($td);
  		}


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