Hozzászólások
Ez? (van benne huro könyvtár bármi legyen is az :))
- A hozzászóláshoz be kell jelentkezni
diff -u tv_grab_huro_orig tv_grab_huro
--- tv_grab_huro_orig 2012-09-20 22:11:03.000000000 +0200
+++ tv_grab_huro 2014-10-20 22:50:07.000000000 +0200
@@ -310,7 +310,7 @@
my $basedateday = UnixDate(parse_date($basedate), '%e');
my $urlfmt = "http://www." . domain() .
- "/pls/tv/tv.channel?i_ch=$ch_port_id" .
+ "/pls/tv/oldtv.channel?i_ch=$ch_port_id" .
"&i_date=%d&i_xday=".$days_to_request."&i_where=1";
my $url = "$urlfmt";
my $currday = $baseday + $FETCHOFFSET - 1;
@@ -807,7 +807,7 @@
my $d = domain();
my $bar = new XMLTV::ProgressBar('getting list of channels', 1)
if not $opt_quiet;
- my $url="http://www.$d/pls/tv/tv.prog";
+ my $url="http://www.$d/pls/tv/oldtv.prog";
worker("base-downloading");
t "fetching $url...";
@@ -1308,7 +1308,7 @@
# two sprintf parameters: first: channel_id,, second how many days grabbed
my $churlfmt = "http://www." . domain() .
- "/pls/tv/tv.channel?i_ch=%d&" .
+ "/pls/tv/oldtv.channel?i_ch=%d&" .
"i_days=1&i_xday=%d&i_where=1";
# url to grab now (4 days - this is the minimum)
- A hozzászóláshoz be kell jelentkezni