Exemplo n.º 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
Exemplo n.º 2
0
 def __init__(self, content):
     self.content = to_unicode(content)
Exemplo n.º 3
0
 def __init__(self, content):
     self.content = to_unicode(content)
Exemplo n.º 4
0
Arquivo: yandex.py Projeto: klekot/YaP
 def __init__(self, content, snippet_fileds=("d", "p", "u", "t", "s", "m")):
     self.content = to_unicode(content)
     self.snippet_fileds = snippet_fileds
Exemplo n.º 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