Skip to content

Commit

Permalink
Use configured episode words in RemoveWeak rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Aug 30, 2019
1 parent d056323 commit 4886863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guessit/rules/properties/episodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ class RemoveWeak(Rule):

def __init__(self, episode_words):
super(RemoveWeak, self).__init__()
self.episode_words = ['ep']
self.episode_words = episode_words

def when(self, matches, context):
to_remove = []
Expand Down

0 comments on commit 4886863

Please sign in to comment.