A workaround was added for enclosure URLs that end in query
components.
Note: It appears wget 1.11.4 isn't continuing the download
correctly for podcast episodes that have query components
at the end of the URL. Specifically, it will re-download a
fully downloaded podcast. That or there's something wrong
with this webserver. I should ask about this in a wget forum.
ecashin@ed-cashins-computer tmp$ url='http://ht.salemweb.net/oneplace/mp3/286156
8/wi20090125.mp3?siteid=Podcast'
ecashin@ed-cashins-computer tmp$ wget -c "$url"
--2009-02-03 22:00:34-- http://ht.salemweb.net/oneplace/mp3/2861568/wi20090125.
mp3?siteid=Podcast
Resolving ht.salemweb.net... 68.142.118.4, 68.142.118.254
Connecting to ht.salemweb.net|68.142.118.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9815204 (9.4M) [audio/mpeg]
Saving to: `wi20090125.mp3?siteid=Podcast'
28% [==========> ] 2,802,917 1.43M/s ^
C
ecashin@ed-cashins-computer tmp$ wget -c "$url"
--2009-02-03 22:00:43-- http://ht.salemweb.net/oneplace/mp3/2861568/wi20090125.
mp3?siteid=Podcast
Resolving ht.salemweb.net... 68.142.118.4, 68.142.118.254
Connecting to ht.salemweb.net|68.142.118.4|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 9815204 (9.4M), 6830655 (6.5M) remaining [audio/mpeg]
Saving to: `wi20090125.mp3?siteid=Podcast'
100%[+++++++++++===========================>] 9,815,204 667K/s in 9.2s
2009-02-03 22:00:52 (725 KB/s) - `wi20090125.mp3?siteid=Podcast' saved [9815204/
9815204]
ecashin@ed-cashins-computer tmp$ wget -c "$url"
--2009-02-03 22:01:12--
http://ht.salemweb.net/oneplace/mp3/2861568/wi20090125.mp3?
siteid=Podcast
Resolving ht.salemweb.net... 68.142.118.4, 68.142.118.254
Connecting to ht.salemweb.net|68.142.118.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9815204 (9.4M) [audio/mpeg]
Saving to: `wi20090125.mp3?siteid=Podcast'
50% [====================> ] 9,815,204 1.78M/s
in 5.8s
2009-02-03 22:01:18 (1.60 MB/s) - `wi20090125.mp3?siteid=Podcast'
saved [9815204/981
5204]
ecashin@ed-cashins-computer tmp$
--
Ed Cashin <eca...@noserose.net>