Browse Source

Use quality size for newzbin. fix #429

pull/460/merge
Ruud 13 years ago
parent
commit
49a386106f
  1. 2
      couchpotato/core/providers/nzb/newzbin/main.py

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

@ -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)

Loading…
Cancel
Save