Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)