更新Spyse查询接口

This commit is contained in:
Jing Ling
2020-07-30 00:05:19 +08:00
parent 876e2fe39d
commit 573a0ba47b
+1 -1
View File
@@ -21,7 +21,7 @@ class SpyseAPI(Query):
self.header = self.get_header()
self.header.update({'Authorization': 'Bearer ' + self.token})
self.proxy = self.get_proxy(self.source)
addr = 'https://api.spyse.com/v2/data/domain/subdomain'
addr = 'https://api.spyse.com/v3/data/domain/subdomain'
params = {'domain': self.domain, 'offset': offset, 'limit': limit}
resp = self.get(addr, params)
if not resp: