Use quality size for newzbin. fix #429

This commit is contained in:
Ruud
2012-06-10 19:14:07 +02:00
parent 350185b9fd
commit 49a386106f
@@ -57,6 +57,8 @@ class Newzbin(NZBProvider, RSS):
'category': '6',
'ps_rb_video_format': str(cat_id),
'ps_rb_source': str(format_id),
'u_post_larger_than': quality.get('size_min'),
'u_post_smaller_than': quality.get('size_max'),
})
url = "%s?%s" % (self.urls['search'], arguments)