It would be great to make it possible to grab the xmltv- data through a proxy.
Example:
xmltv.exe -proxy=my.proxy.de:3128 tv_grab_de_tvtoday >listings.xml
Thanks a lot, eck
Logged In: YES user_id=270469
I think I'll add this to the README...
Proxy server support is provide by the LWP modules.
You can define a proxy server via enviornment variables http_proxy=http://somehost.somedomain:port
More info is available in the documentation for the perl LWP::UserAgent module.
http://search.cpan.org/~gaas/libwww-perl-5.803/lib/LWP/UserAgent.pm#$ua->env_proxy
Robert
Log in to post a comment.
Logged In: YES
user_id=270469
I think I'll add this to the README...
Proxy server support is provide by the LWP modules.
You can define a proxy server via enviornment variables
http_proxy=http://somehost.somedomain:port
More info is available in the documentation for the perl
LWP::UserAgent module.
http://search.cpan.org/~gaas/libwww-perl-5.803/lib/LWP/UserAgent.pm#$ua->env_proxy
Robert