Skip to content

Commit

Permalink
Merge pull request #426 from RaginBajin/master
Browse files Browse the repository at this point in the history
Newzbin DTD Name Space Error
  • Loading branch information
RuudBurger committed Jan 25, 2012
2 parents 0da61ed + 2851d1d commit 62a0507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/provider/yarr/sources/newzbin.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def find(self, movie, quality, type, retry = False):
title = self.gettextelement(item, "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 item.find('{%s}attributes' % REPORT_NS):
Expand Down

0 comments on commit 62a0507

Please sign in to comment.