示例#1
0
 def __init__(self,
              content,
              snippet_fileds=('d', 'p', 'u', 't', 's', 'm'),
              exclude_market_yandex=True,
              exclude_realty_yandex=True):
     self.content = to_unicode(content)
     self.snippet_fileds = snippet_fileds
     self.exclude_market_yandex = exclude_market_yandex
     self.exclude_realty_yandex = exclude_realty_yandex
示例#2
0
 def __init__(self, content):
     self.content = to_unicode(content)
示例#3
0
 def __init__(self, content):
     self.content = to_unicode(content)
示例#4
0
文件: yandex.py 项目: klekot/YaP
 def __init__(self, content, snippet_fileds=("d", "p", "u", "t", "s", "m")):
     self.content = to_unicode(content)
     self.snippet_fileds = snippet_fileds
示例#5
0
 def __init__(self, content, snippet_fileds=('d', 'p', 'u', 't', 's', 'm'), exclude_market_yandex=True):
     self.content = to_unicode(content)
     self.snippet_fileds = snippet_fileds
     self.exclude_market_yandex = exclude_market_yandex