[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fwd: WGET Script Problem]
- To: tvdevel@xxxxxxxx
- Subject: [Fwd: WGET Script Problem]
- From: Brian_Dorling@xxxxxxxxxxx (Brian Dorling)
- Date: Fri, 27 Feb 2004 14:13:58 +0100
- Delivery-date: Fri, 27 Feb 2004 13:13:33 +0000
- Envelope-to: tvdevel@xxxxxxxx
- User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007
-------- Original Message --------
Subject: WGET Script Problem
Date: Fri, 27 Feb 2004 13:57:34 +0100
From: Brian Dorling <Brian_Dorling@xxxxxxxxxxx>
To: tvdevel-request@xxxxxxxx
Hi,
as I am new to this, maybe someone can help even thought it is slightly
off-topic:
My BBC WGET Script 27/02/2004 V1.00
wget -U'For Linux VDR from Germany (brian_dorling@xxxxxxxxxxx)'
-O'bleb-xmltv.bz2'
'http://bleb.org/tv/data/listings?days=3D-1,1,1&format=3DXMLTV&file=3DBZI=
P2&channels=3Dbbc1,bbc2,bbc3,bbc4'
--13:30:57-- http://linux/
=3D> `'bleb-xmltv.bz2''
Resolving linux... failed: Host not found.
--13:30:58-- http://vdr/
=3D> `'bleb-xmltv.bz2''
Resolving vdr... failed: Host not found.
--13:30:58-- http://from/
=3D> `'bleb-xmltv.bz2''
Resolving from... failed: Host not found.
--13:30:58-- http://germany/
=3D> `'bleb-xmltv.bz2''
Resolving germany... failed: Host not found.
--13:30:58-- http://(brian_dorling@xxxxxxxxxxx)'/
=3D> `'bleb-xmltv.bz2''
Resolving t-online.de)'... failed: Host not found.
--13:30:58--
ftp://'http//bleb.org/tv/data/listings?days=3D-1,1,1&format=3DXMLTV&file=3D=
BZIP2&channels=3Dbbc1,bbc2,bbc3,bbc4'
=3D> `'bleb-xmltv.bz2''
Resolving 'http... failed: Host not found.
My WGET script fails as shown above. But just issuing the command in a
shell works OK as shown below:
vdrpc:/usr/local/src/XMLTV # wget -U'For Linux VDR from Germany
(brian_dorling@xxxxxxxxxxx)' -O'bleb-xmltv.bz2'
'http://bleb.org/tv/data/listings?days=3D-1,1,1&format=3DXMLTV&file=3DBZI=
P2&channels=3Dbbc1,bbc2,bbc3,bbc4'
--13:30:22--
http://bleb.org/tv/data/listings?days=3D-1,1,1&format=3DXMLTV&file=3DBZIP=
2&channels=3Dbbc1,bbc2,bbc3,bbc4
=3D> `bleb-xmltv.bz2'
Resolving bleb.org... done.
Connecting to bleb.org[163.1.215.97]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-bzip]
[ <=3D>
] 19,114 37.94K/s
13:30:24 (37.94 KB/s) - `bleb-xmltv.bz2' saved [19114]
Has anyone any ideas what is wrong? Obviously its staring to parse the -U
parameters as a URL, but why?