mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
upgrade python-115
This commit is contained in:
@@ -16,7 +16,7 @@ class PlaywrightHelper:
|
|||||||
"""
|
"""
|
||||||
sync_stealth(page, pure=True)
|
sync_stealth(page, pure=True)
|
||||||
page.goto(url)
|
page.goto(url)
|
||||||
return sync_cf_retry(page)
|
return sync_cf_retry(page)[0]
|
||||||
|
|
||||||
def action(self, url: str,
|
def action(self, url: str,
|
||||||
callback: Callable,
|
callback: Callable,
|
||||||
|
|||||||
+1
-1
@@ -58,6 +58,6 @@ pystray~=0.19.5
|
|||||||
pyotp~=2.9.0
|
pyotp~=2.9.0
|
||||||
Pinyin2Hanzi~=0.1.1
|
Pinyin2Hanzi~=0.1.1
|
||||||
pywebpush~=2.0.0
|
pywebpush~=2.0.0
|
||||||
python-115~=0.0.9.8.7
|
python-115~=0.0.9.8.8.2
|
||||||
aligo~=6.2.4
|
aligo~=6.2.4
|
||||||
aiofiles~=24.1.0
|
aiofiles~=24.1.0
|
||||||
Reference in New Issue
Block a user