xmltv/grab/nl test.conf, 1.2, 1.3 tv_grab_nl, 1.75, 1.76
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/nl
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2164
Modified Files:
test.conf tv_grab_nl
Log Message:
(major) unbreak after source site changes
Index: tv_grab_nl
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/nl/tv_grab_nl,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** tv_grab_nl 8 Apr 2011 12:50:46 -0000 1.75
--- tv_grab_nl 29 Apr 2014 18:25:17 -0000 1.76
***************
*** 13,17 ****
tv_grab_nl [--config-file FILE] [--output FILE] [--days N]
! [--offset N] [--quiet] [--slow]
=head1 DESCRIPTION
--- 13,17 ----
tv_grab_nl [--config-file FILE] [--output FILE] [--days N]
! [--offset N] [--quiet] [--fast]
[...1670 lines suppressed...]
***************
*** 1515,1517 ****
--- 843,858 ----
}
+ # Get the user's home directory
+ sub get_default_dir {
+ my $winhome = $ENV{HOMEDRIVE} . $ENV{HOMEPATH}
+ if defined( $ENV{HOMEDRIVE} )
+ and defined( $ENV{HOMEPATH} );
+
+ my $home = $ENV{HOME} || $winhome || ".";
+ return $home;
+ }
+ # Set default cache dir = $HOME/.xmltv/cache
+ sub get_default_cachedir {
+ return get_default_dir() . "/.xmltv/cache";
+ }
Index: test.conf
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/nl/test.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test.conf 27 Aug 2009 04:00:27 -0000 1.2
--- test.conf 29 Apr 2014 18:25:17 -0000 1.3
***************
*** 2,6 ****
channel 1 # Nederland 1
channel 2 # Nederland 2
! channel 3 # Nederland 3
# channel 4 # RTL 4
# channel 5 # Eén
--- 2,6 ----
channel 1 # Nederland 1
channel 2 # Nederland 2
! # channel 3 # Nederland 3
# channel 4 # RTL 4
# channel 5 # Eén
------------------------------------------------------------------------------
"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
_______________________________________________
xmltv-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xmltv-commit