Browse Source

Newzbin DTD update. fixes #157

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
cdfad20cb2
  1. 2
      couchpotato/core/providers/nzb/newzbin/main.py

2
couchpotato/core/providers/nzb/newzbin/main.py

@ -89,7 +89,7 @@ class Newzbin(NZBProvider, RSS):
title = self.getTextElement(nzb, "title")
if 'error' in title.lower(): continue
REPORT_NS = 'http://www.newzbin.com/DTD/2007/feeds/report/';
REPORT_NS = 'http://www.newzbin2.es/DTD/2007/feeds/report/';
# Add attributes to name
try:

Loading…
Cancel
Save