移除js2py依赖

This commit is contained in:
Jing Ling
2020-05-11 16:29:57 +08:00
parent 6d1e8d8fb1
commit f0e3a343bf
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ class BufferOver(Query):
"""
# 绕过cloudFlare验证
scraper = cloudscraper.create_scraper()
scraper.interpreter = 'js2py'
scraper.proxies = self.get_proxy(self.source)
url = self.addr + self.domain
try:
-1
View File
@@ -16,7 +16,6 @@ class ThreatCrowd(Query):
def query(self):
# 绕过cloudFlare验证
scraper = cloudscraper.create_scraper()
scraper.interpreter = 'js2py'
scraper.proxies = self.get_proxy(self.source)
url = self.addr + self.domain
try: