mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-07 12:19:29 +01:00
Merge branch 'develop'
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
|
||||
|
||||
Reference in New Issue
Block a user