Skip to content

Commit

Permalink
Added "[req] " as prefix that needs to be removed in removewords.
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles authored and fernandog committed May 11, 2016
1 parent 1670c06 commit b9f0c3d
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 @@ -182,7 +182,7 @@ def remove_non_release_groups(name, clean_proper=False):
_name = re.sub(r'(?i)' + remove_string, '', _name)

if clean_proper:
_name = remove_strings(_name, ['.mkv', '.avi', '.mp4'])
_name = remove_strings(_name, ['.mkv', '.avi', '.mp4', '[req] '])

return _name

Expand Down

0 comments on commit b9f0c3d

Please sign in to comment.