Successfully loaded config file C:\Documents and
Settings\Sam\Application Data\iPodder\ipodder.cfg
Performing a self-check of the state database...
Self-check complete.
Loaded 3 feeds from the state database.
Loaded 0 new feeds from C:\Documents and
Settings\Sam\Application Data\iPodder\favorites.txt
Bloglines not configured.
Wrote 3 entries to C:\Documents and
Settings\Sam\Application Data\iPodder\favorites.txt
Pass #1: downloading feeds and looking for enclosures
Figuring out which feeds to scan...
We have one feed to scan.
Scanning...
Pass #1 ended with 4 enclosures discovered.
Pass #2: downloading enclosures...
Filtering 4 discovered enclosures...
1 enclosures need more work.
That looks like a BitTorrent response file to me.
Downloading http://leoville.tv/twit-hi/btdownload.php?
type=torrent&file=TWIT0003H.mp3.torrent
BasicGrabber 29952048 u'btdownload.php?
type=torrent&file=TWIT0003H.mp3.torrent.partial'
reports: Problem downloading http://leoville.tv/twit-
hi/btdownload.php?
type=torrent&file=TWIT0003H.mp3.torrent
Traceback (most recent call last):
File "ipodder\grabbers.pyc", line 958, in download
IOError: [Errno 2] No such file or directory:
u'C:\\Documents and Settings\\Sam\\My
Documents\\My Received Podcasts\\TWIT 64kbps MP3
Torrents\\btdownload.php?
type=torrent&file=TWIT0003H.mp3.torrent.partial'
Can't grab http://leoville.tv/twit-hi/btdownload.php?
type=torrent&file=TWIT0003H.mp3.torrent: unexpected
error <exceptions.IOError instance at 0x01C8CA30>
Pass #2 ended.
Last check completed at Mon May 02 21:13:29 2005
Logged In: YES
user_id=96197
This looks *very* similar to this:
http://groups.yahoo.com/group/podcasters/message/4880
I just tried to create an empty file named 'btdownload.php?
type=torrent&file=TWIT0003H.mp3.torrent.partial', and I
notice that the '?' has disappeared from the name. Might I
suggest encoding all the 'special' characters in a
filename? '?' isn't allowed in Windows and '&' may be
problematic in Unix, but using % escapes should be OK
everywhere.