diff --git a/headphones/searcher_rutracker.py b/headphones/searcher_rutracker.py index 8bde0d1a..7cdbd949 100644 --- a/headphones/searcher_rutracker.py +++ b/headphones/searcher_rutracker.py @@ -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 diff --git a/headphones/versioncheck.py b/headphones/versioncheck.py index e1440fd8..429ec8b9 100644 --- a/headphones/versioncheck.py +++ b/headphones/versioncheck.py @@ -20,7 +20,7 @@ from headphones import logger, version import lib.simplejson as simplejson -user = "AdeHub" +user = "rembo10" branch = "master" def runGit(args):