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