ipodder is failing to download enclosures that use ftp.
typical ipodder log entry:
Downloading
ftp://media.kcm.org/mp3_files/bvov_webcasts/050318.m
p3
BasicGrabber 32702608 u'050318.mp3.partial' reports:
Problem downloading
ftp://media.kcm.org/mp3_files/bvov_webcasts/050318.m
p3
Traceback (most recent call last):
File "ipodder\grabbers.pyc", line 894, in download
File "ipodder\grabbers.pyc", line 583, in _cflush
File "ipodder\grabbers.pyc", line 573, in
_set_cachestate
File "ipodder\state.pyc", line 189, in __setitem__
File "bsddb\dbshelve.pyc", line 111, in __setitem__
File "copy_reg.pyc", line 69, in _reduce_ex
TypeError: can't pickle StringI objects
Can't grab
ftp://media.kcm.org/mp3_files/bvov_webcasts/050318.m
p3: unexpected error <exceptions.TypeError instance at
0x01F6B6C0>
Logged In: YES
user_id=30119
Check the spec for RSS 2.0
For the enclosure element it says: "The url must be an http
url" so 'ftp' is no good.
Does this feed validate using feedvalidator.org?