diff --git a/couchpotato/core/providers/nzb/newzbin/main.py b/couchpotato/core/providers/nzb/newzbin/main.py index b5fb616..afd5a80 100644 --- a/couchpotato/core/providers/nzb/newzbin/main.py +++ b/couchpotato/core/providers/nzb/newzbin/main.py @@ -86,7 +86,7 @@ class Newzbin(NZBProvider, RSS): title = self.getTextElement(nzb, "title") if 'error' in title.lower(): continue - REPORT_NS = 'http://www.newzbin2.es/DTD/2007/feeds/report/'; + REPORT_NS = 'http://www.newzbin.com/DTD/2007/feeds/report/'; # Add attributes to name for attr in nzb.find('{%s}attributes' % REPORT_NS):