Skip to content

Commit 8c25359

Browse files
fix: playwright.sync
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent 6feb5f1 commit 8c25359

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def run(self):
215215
"pdfplumber >= 0.11.1",
216216
"pdf2image >= 1.17.0",
217217
# URL / web loading (default, since urls are the most common filetype)
218-
"playwright >= 1.45.0", # for online_media and urls
218+
"playwright >= 1.60.0", # for online_media and urls
219219
"goose3 >= 3.1.20",
220220
"tldextract>=5.1.2",
221221
# online search via 'filetype=web'

wdoc/utils/loaders/online_media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55
import ffmpeg
6-
import playwright
6+
import playwright.sync_api
77
import pydub
88
import uuid6
99
import yt_dlp as youtube_dl

0 commit comments

Comments
 (0)