Skip to content

Commit

Permalink
Handle all qualities on non release group
Browse files Browse the repository at this point in the history
  • Loading branch information
duramato committed Mar 24, 2016
1 parent b966d39 commit 9be1512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def remove_non_release_groups(name):
r'\[NO.RAR\]$': 'searchre',
r'-\=\{SPARROW\}\=-$': 'searchre',
r'\=\{SPARR$': 'searchre',
r'\.\[720P\]\[HEVC\]$': 'searchre',
r'\.\[\d*(P|p)\]\[HEVC\]$': 'searchre',
r'\[AndroidTwoU\]$': 'searchre',
r'\[brassetv\]$': 'searchre',
r'\[Talamasca32\]$': 'searchre',
Expand Down

0 comments on commit 9be1512

Please sign in to comment.