Ejemplo n.º 1
0
 def set_known_host_remove_selectors(self):
     self.known_host_remove_selectors = HostUtils.host_selectors(_Const().get_known_host_remove_selectors,
                                                                 self.article.domain)
Ejemplo n.º 2
0
 def set_known_host_content_tags(self):
     self.known_host_content_tags = HostUtils.host_selectors(_Const().get_known_host_content_tags,
                                                             self.article.domain)
Ejemplo n.º 3
0
 def set_known_host_remove_selectors(self):
     self.known_host_remove_selectors = HostUtils.host_selectors(KNOWN_HOST_REMOVE_SELECTORS,
                                                                 self.article.domain)
Ejemplo n.º 4
0
 def set_known_host_content_tags(self):
     self.known_host_content_tags = HostUtils.host_selectors(KNOWN_HOST_CONTENT_TAGS,
                                                             self.article.domain)