Update Gemini.py

pull/1572/head
H Lohaus 5 months ago committed by GitHub
parent af204c31cb
commit 33b247305c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -101,7 +101,6 @@ class Gemini(AsyncGeneratorProvider):
) as session:
async with session.get(cls.url, proxy=proxy) as response:
text = await response.text()
open("test.html", "w").write(text)
match = re.search(r'SNlM0e\":\"(.*?)\"', text)
if match:
snlm0e = match.group(1)

Loading…
Cancel
Save