23Jun25
FYI:
In the NextPVR forum, a user posted that AWS now requires a more recent User Agent Header.
https://forums.nextpvr.com/showthread.php?tid=66253&page=10
They recommended the following change to the zap2xml.pl script:
Change:
Code:
$ua->agent('Mozilla/4.0');
To:
Code...