Browse Source

700 > 1300 in x264 provider

pull/66/head
Ruud 14 years ago
parent
commit
d52271dc57
  1. 2
      couchpotato/core/providers/nzb/x264/main.py

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

@ -12,7 +12,7 @@ class X264(NZBProvider):
urls = {
'download': 'http://85.214.105.230/get_nzb.php?id=%s&section=hd',
'search': 'http://85.214.105.230/x264/requests.php?release=%s&status=FILLED&age=700&sort=ID',
'search': 'http://85.214.105.230/x264/requests.php?release=%s&status=FILLED&age=1300&sort=ID',
}
regex = '<tr class="req_filled"><td class="reqid">(?P<id>.*?)</td><td class="release">(?P<title>.*?)</td>.+?<td class="age">(?P<age>.*?)</td>'

Loading…
Cancel
Save