Example #1
0
 def processtitle(self, title):
     title = BaseFeedBook.processtitle(self,title)
     if title.endswith(u'-华尔街日报'):
         return title.replace(u'-华尔街日报','')
     else:
         return title
Example #2
0
 def processtitle(self, title):
     title = BaseFeedBook.processtitle(self, title)
     if title.endswith(u'-华尔街日报'):
         return title.replace(u'-华尔街日报', '')
     else:
         return title