Skip to content

Commit

Permalink
suppress playwright import error
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush committed Nov 17, 2024
1 parent a9d7077 commit 166bd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aniworld/extractors/jav/jav.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def capture_response(response, m3u8_counts):


def fetch_m3u8_urls(url, browser_type):
from playwright.sync_api import sync_playwright, Error # pylint: disable=import-outside-toplevel
from playwright.sync_api import sync_playwright, Error # pylint: disable=import-outside-toplevel, import-error
m3u8_counts = {}
referrer_data = {"referrer": None}

Expand Down

0 comments on commit 166bd5e

Please sign in to comment.