It downloads the xml file, and marks everything in it as downloaded. I experimented by deleting lines referring to this on out of the 'done' logfile, but after rerunning, it puts them back in and says on the command line 'Marking as downloaded'. Without ever downloading them...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, I've tested it here and looked at the XML file. It downloads just fine and there's nothing unusual in the XML file to create the behavior you describe.
However, this could happen if you have the most_recent variable set to anything other than 0 in your $HOME/.podget/podgetrc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello --
I'm happy with podget - it runs as a cron job twice a day, and the only thing I need to do is listening to my podcasts.
Except there's one podcast it doesn't want to get. This one: http://podcast.hr2.de/derTag/podcast.xml
It downloads the xml file, and marks everything in it as downloaded. I experimented by deleting lines referring to this on out of the 'done' logfile, but after rerunning, it puts them back in and says on the command line 'Marking as downloaded'. Without ever downloading them...
OK, I've tested it here and looked at the XML file. It downloads just fine and there's nothing unusual in the XML file to create the behavior you describe.
However, this could happen if you have the most_recent variable set to anything other than 0 in your $HOME/.podget/podgetrc.
That was it - I had it set to 3, in order to make sure newly added podcasts wouldn't download dozens of files.
Reset to 0, and it downloads as I write. Thanks.