xmltv/lib IMDB.pm,1.59,1.60

Geoff <[email protected]>
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/lib
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15124

Modified Files:
	IMDB.pm 
Log Message:
(minor) ignore dots when title matching (FR #18)

Index: IMDB.pm
===================================================================
RCS file: /cvsroot/xmltv/xmltv/lib/IMDB.pm,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** IMDB.pm	16 Dec 2013 01:38:58 -0000	1.59
--- IMDB.pm	2 May 2014 06:12:54 -0000	1.60
***************
*** 610,613 ****
--- 610,622 ----
      }
  
+     # strip some punctuation
+     foreach (@titles) {
+         if ( m/[\.]/io ) {
+ 	    my $t=$_;
+             $t=~s/\.//gio;
+                 push(@titles, $t);
+         }
+     }
+ 
      return(\@titles);
  }


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.