xmltv/grab/uk_rt tv_grab_uk_rt,1.39,1.40
Nick Morrott <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/uk_rt
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32632/grab/uk_rt
Modified Files:
tv_grab_uk_rt
Log Message:
Debug: Include film status and missing genre info in regular programme debug output
Index: tv_grab_uk_rt
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/uk_rt/tv_grab_uk_rt,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** tv_grab_uk_rt 9 Jan 2015 01:03:30 -0000 1.39
--- tv_grab_uk_rt 9 Jan 2015 01:18:08 -0000 1.40
***************
*** 1128,1131 ****
--- 1128,1134 ----
t(" Processing programme title '" . $prog{'_title'} . "'");
+ t(" Is flagged as a film.") if ($prog{'_film'});
+ t(" Has no genre provided.") if (! defined $prog{'_genre'});
+
# Check for DST-related information in title
check_explicit_tz_in_title(\%prog);
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net