mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
修复误把domain替换为subdomain的问题
This commit is contained in:
@@ -21,7 +21,7 @@ class Google(Query):
|
||||
self.proxy = self.get_proxy(self.source)
|
||||
params = {'include_expired': 'true',
|
||||
'include_subdomains': 'true',
|
||||
'subdomain': self.domain}
|
||||
'domain': self.domain}
|
||||
resp = self.get(self.addr, params)
|
||||
if not resp:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user