コード例 #1
0
ファイル: animenzb.py プロジェクト: djenniex/SickBeard-TVRage
 def _get_season_search_strings(self, ep_obj):
     return [x for x in show_names.makeSceneSeasonSearchString(self.show, ep_obj)]
コード例 #2
0
ファイル: tokyotoshokan.py プロジェクト: stuff2600/SiCKRAGE
 def _get_season_search_strings(self, ep_obj):
     return [
         x.replace('.', ' ')
         for x in show_names.makeSceneSeasonSearchString(self.show, ep_obj)
     ]
コード例 #3
0
ファイル: omgwtfnzbs.py プロジェクト: eviljones/SiCKRAGE
 def _get_season_search_strings(self, ep_obj):
     return [x for x in makeSceneSeasonSearchString(self.show, ep_obj)]