mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
Allow exclusive editions
example Rough Trade Exclusives
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -20,7 +20,7 @@ from headphones import logger, version
|
||||
|
||||
import lib.simplejson as simplejson
|
||||
|
||||
user = "AdeHub"
|
||||
user = "rembo10"
|
||||
branch = "master"
|
||||
|
||||
def runGit(args):
|
||||
|
||||
Reference in New Issue
Block a user