@@ -430,11 +430,11 @@ sub stationToChannel {
430
430
if (defined ($options {z })) {
431
431
return sprintf (" I%s .%s .tvguide.com" , $stations {$s }{number },$stations {$s }{stnNum });
432
432
} elsif (defined ($options {O })) {
433
- return sprintf (" C%s%s .zap2it .com" ,$stations {$s }{number },lc ($stations {$s }{name }));
433
+ return sprintf (" C%s%s .gracenote .com" ,$stations {$s }{number },lc ($stations {$s }{name }));
434
434
} elsif (defined ($options {9 })) {
435
- return sprintf (" I%s .labs.zap2it .com" ,$stations {$s }{stnNum });
435
+ return sprintf (" I%s .labs.gracenote .com" ,$stations {$s }{stnNum });
436
436
}
437
- return sprintf (" I%s .%s .zap2it .com" , $stations {$s }{number },$stations {$s }{stnNum });
437
+ return sprintf (" I%s .%s .gracenote .com" , $stations {$s }{number },$stations {$s }{stnNum });
438
438
}
439
439
440
440
sub sortChan {
@@ -468,7 +468,7 @@ sub printHeader {
468
468
if (defined ($options {z })) {
469
469
print $FH " <tv source-info-url=\" http://tvguide.com/\" source-info-name=\" tvguide.com\" " ;
470
470
} else {
471
- print $FH " <tv source-info-url=\" http://tvlistings.zap2it .com/\" source-info-name=\" zap2it .com\" " ;
471
+ print $FH " <tv source-info-url=\" http://tvlistings.gracenote .com/\" source-info-name=\" gracenote .com\" " ;
472
472
}
473
473
print $FH " generator-info-name=\" zap2xml\" generator-info-url=\" zap2xml\@ gmail.com\" >\n " ;
474
474
}
@@ -1343,7 +1343,7 @@ sub parseJSON {
1343
1343
$programs {$cp }{imageUrl } = $turl ;
1344
1344
}
1345
1345
if ($program -> {' seriesId' } ne ' ' && $program -> {' tmsId' } ne ' ' ) {
1346
- $programs {$cp }{url } = $urlRoot . " / overview.html?programSeriesId="
1346
+ $programs {$cp }{url } = $urlRoot . " overview-affiliates .html?programSeriesId="
1347
1347
. $program -> {seriesId } . " &tmsId=" . $program -> {tmsId };
1348
1348
}
1349
1349
@@ -1571,7 +1571,7 @@ sub HELP_MESSAGE {
1571
1571
-e = hex encode entities (html special characters like accents)
1572
1572
-E "amp apos quot lt gt" = selectively encode standard XML entities
1573
1573
-F = output channel names first (rather than "number name")
1574
- -O = use old tv_grab_na style channel ids (C###nnnn.zap2it .com)
1574
+ -O = use old tv_grab_na style channel ids (C###nnnn.gracenote .com)
1575
1575
-A "new live" = append " *" to program titles that are "new" and/or "live"
1576
1576
-M = copy movie_year to empty movie sub-title tags
1577
1577
-U = UTF-8 encoding (default = "ISO-8859-1")
@@ -1585,7 +1585,7 @@ sub HELP_MESSAGE {
1585
1585
-J <xmltv> = include xmltv file in output
1586
1586
-Y <lineupId> (if not using username/password)
1587
1587
-Z <zipcode> (if not using username/password)
1588
- -z = use tvguide.com instead of zap2it .com
1588
+ -z = use tvguide.com instead of gracenote .com
1589
1589
-a = output all channels (not just favorites)
1590
1590
-j = add "series" category to all non-movie programs
1591
1591
END
0 commit comments