def _get_season_search_strings(self, ep_obj):
     return [x for x in show_names.makeSceneSeasonSearchString(self.show, ep_obj)]
Exemple #2
0
 def _get_season_search_strings(self, ep_obj):
     return [
         x.replace('.', ' ')
         for x in show_names.makeSceneSeasonSearchString(self.show, ep_obj)
     ]
Exemple #3
0
 def _get_season_search_strings(self, ep_obj):
     return [x for x in makeSceneSeasonSearchString(self.show, ep_obj)]