def load_from_ktipp(self):
""" load the blacklist from ktipp. """
url = 'http://trick77.com/tools/latest_cc_blacklist.txt'
response = urlopen(url)
self._import_csv(codecs.iterdecode(response, 'utf-8'),
source_name='ktipp')
评论列表
文章目录