Changeset 26

Show
Ignore:
Timestamp:
10/04/06 21:31:47 (7 years ago)
Author:
max
Message:

oztivo: Don't log password.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • grabbers/oztivo

    r1 r26  
    33# OzTivo grabber 
    44 
    5 my $version = '0.2'; 
     5my $version = '0.3'; 
    66 
    77# Requires configuration! 
     
    1313# 0.1   : Yucky little initial version 
    1414# 0.2   : --ready option 
     15# 0.3.  : Don't log password 
    1516 
    1617use strict; 
     
    7475print "Channels: @clist.\n"; 
    7576 
    76 my $fn = "http://$user:$pw\@minnie.tuhs.org/tivo-bin/xmlguide.pl"; 
     77my $fn = "http://$user:YOURPASSWORD\@minnie.tuhs.org/tivo-bin/xmlguide.pl"; 
    7778print "Retrieving $fn... "; 
     79 
     80$fn =~ s/YOURPASSWORD/$pw/; 
    7881 
    7982my $data = LWP::Simple::get($fn); 
  • status

    r25 r26  
    11shepherd:0.2.7:shepherd 
    22rex:3.0.1:grabber 
    3 oztivo:0.2:grabber 
     3oztivo:0.3:grabber 
    44abc_website:1.53:grabber 
    55abc2_website:1.54:grabber