kierse / mediarover

Automated media download scheduler and catalogue maintainer
GNU General Public License v3.0
12 stars 1 forks source link

newzbin doesn't work with delayed scheduling #39

Closed yalon closed 13 years ago

yalon commented 14 years ago

Hi there,

First and foremost, let me say it's a great project and I enjoy using it very much!

Now, for the bug: if I use the new cool delayed scheduling with newzbin, sabnzbd reports "URL Fetching failed; Unusable NZB file". I did some research and this is due to the following bug:

I didn't have too much time to fix this (probably involves adding a column to the DB to store the ID, etc.), so I created a quick & dirty fix: In source/item.py, under DelayedItem's init function I've added: match = re.search('browse/post/(\d+)/nzb', url) if match is not None: self.id = match.group(1) You also need to add 'import re' at the file's beginning.

Again - great project! I hope I'll have some time later on to assist a bit and maybe add some new features...

Thanks, Tal

kierse commented 13 years ago

This issue was closed by 89186d2608614f97df5c