mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
不使用全搜索
This commit is contained in:
@@ -68,7 +68,7 @@ class Github(Search):
|
|||||||
return None
|
return None
|
||||||
return match.group(1)
|
return match.group(1)
|
||||||
|
|
||||||
def search(self, full_search=True):
|
def search(self, full_search=False):
|
||||||
"""
|
"""
|
||||||
向接口查询子域并做子域匹配
|
向接口查询子域并做子域匹配
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user