Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2020-08-02 10:52:02 +08:00
parent 159bd2369d
commit d1d6883cba

View file

@ -39,7 +39,10 @@ async def im(str1):
itw = 'f'
print(c)
print(pagename)
w = d.group(1)
try:
w = d.group(1)
except Exception:
w = str1
metaurl = 'https://'+c+'/api.php?action=query&format=json&prop=info&inprop=url&redirects&titles='
url1 = 'https://'+c+'/'
try: