diff --git a/couchpotato/core/providers/nzb/x264/main.py b/couchpotato/core/providers/nzb/x264/main.py index 2d728d3..9224acc 100644 --- a/couchpotato/core/providers/nzb/x264/main.py +++ b/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§ion=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 = '(?P.*?)(?P.*?)</td>.+?<td class="age">(?P<age>.*?)</td>'