Skip to content

Commit

Permalink
Replace cpasbien regex with more generic one
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Jul 21, 2016
1 parent 3b1fc49 commit ca05bd7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sickbeard/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,14 @@ def remove_non_release_groups(name, clean_proper=False):
r'-RP$': 'searchre',
r'-20-40$': 'searchre',
r'\.\[www\.usabit\.com\]$': 'searchre',
r'^\[www\.Cpasbien\.pe\] ': 'searchre',
r'^\[www\.Cpasbien\.com\] ': 'searchre',
r'^\[ www\.Cpasbien\.pw \] ': 'searchre',
r'^\.www\.Cpasbien\.pw': 'searchre',
r'^\[www\.newpct1\.com\]': 'searchre',
r'^\[ www\.Cpasbien\.com \] ': 'searchre',
r'- \{ www\.SceneTime\.com \}$': 'searchre',
r'^\{ www\.SceneTime\.com \} - ': 'searchre',
r'^\]\.\[www\.tensiontorrent.com\] - ': 'searchre',
r'^\]\.\[ www\.tensiontorrent.com \] - ': 'searchre',
r'- \[ www\.torrentday\.com \]$': 'searchre',
r'^\[ www\.TorrentDay\.com \] - ': 'searchre',
r'^\[ ?www\.Cpas[B|b]ien\.\w{2,3} ?\] ': 'searchre',
r'\[NO-RAR\] - \[ www\.torrentday\.com \]$': 'searchre',
}

Expand Down

0 comments on commit ca05bd7

Please sign in to comment.