Newsbin DTD didn't change

This commit is contained in:
Ruud
2012-01-25 15:47:22 +01:00
parent 6369293472
commit e0c841747d
@@ -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):