Skip to content

Commit

Permalink
Fix #509
Browse files Browse the repository at this point in the history
  • Loading branch information
duramato authored and fernandog committed Apr 30, 2016
1 parent fa2da62 commit 6c5e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/name_parser/regexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
('stupid',
# tpz-abc102
r'''
(?P<release_group>.+?)-\w+?[\. ]? # tpz-abc
(?P<release_group>.+?)(?<!WEB)-\w+?[\. ]? # tpz-abc
(?!264) # don't count x264
(?P<season_num>\d{1,2}) # 1
(?P<ep_num>\d{2})$ # 02
Expand Down

0 comments on commit 6c5e5ce

Please sign in to comment.