Allow exclusive editions

example Rough Trade Exclusives
This commit is contained in:
Ade
2012-10-04 07:59:12 +13:00
parent 31eaf1e416
commit 235e7ab5d6
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ class Rutracker():
if trackcount == hptrackcount:
valid = True
elif trackcount > hptrackcount:
if 'deluxe' in title or 'edition' in title or 'japanese' in title:
if 'deluxe' in title or 'edition' in title or 'japanese' or 'exclusive' in title:
valid = True
# return 1st valid torrent if not checking by bitrate, else add to list and return at end

View File

@@ -20,7 +20,7 @@ from headphones import logger, version
import lib.simplejson as simplejson
user = "AdeHub"
user = "rembo10"
branch = "master"
def runGit(args):