mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
GitHub登录页面发生了变化
This commit is contained in:
@@ -67,7 +67,7 @@ class Github(Search):
|
|||||||
result = re.findall(pattern, resp.text)
|
result = re.findall(pattern, resp.text)
|
||||||
if not result:
|
if not result:
|
||||||
return None
|
return None
|
||||||
return result[1]
|
return result[0]
|
||||||
|
|
||||||
def search(self, full_search=False):
|
def search(self, full_search=False):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user