Example #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)
Example #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)
Example #3
0
 def set_known_host_remove_selectors(self):
     self.known_host_remove_selectors = HostUtils.host_selectors(KNOWN_HOST_REMOVE_SELECTORS,
                                                                 self.article.domain)
Example #4
0
 def set_known_host_content_tags(self):
     self.known_host_content_tags = HostUtils.host_selectors(KNOWN_HOST_CONTENT_TAGS,
                                                             self.article.domain)