Changeset 26
- Timestamp:
- 10/04/06 21:31:47 (7 years ago)
- Files:
-
- 2 modified
-
grabbers/oztivo (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabbers/oztivo
r1 r26 3 3 # OzTivo grabber 4 4 5 my $version = '0. 2';5 my $version = '0.3'; 6 6 7 7 # Requires configuration! … … 13 13 # 0.1 : Yucky little initial version 14 14 # 0.2 : --ready option 15 # 0.3. : Don't log password 15 16 16 17 use strict; … … 74 75 print "Channels: @clist.\n"; 75 76 76 my $fn = "http://$user: $pw\@minnie.tuhs.org/tivo-bin/xmlguide.pl";77 my $fn = "http://$user:YOURPASSWORD\@minnie.tuhs.org/tivo-bin/xmlguide.pl"; 77 78 print "Retrieving $fn... "; 79 80 $fn =~ s/YOURPASSWORD/$pw/; 78 81 79 82 my $data = LWP::Simple::get($fn); -
status
r25 r26 1 1 shepherd:0.2.7:shepherd 2 2 rex:3.0.1:grabber 3 oztivo:0. 2:grabber3 oztivo:0.3:grabber 4 4 abc_website:1.53:grabber 5 5 abc2_website:1.54:grabber
