Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Jun 29, 2024
1 parent 6d6552a commit bd2f12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions senpwai/scrapers/pahe/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def get_kwik_page_link(
pahewin_html_page = driver.page_source
else:
pahewin_html_page = response.text
print(pahewin_html_page)
kwik_page_link = cast(
re.Match[str], KWIK_PAGE_REGEX.search(pahewin_html_page)
).group()
Expand Down

0 comments on commit bd2f12a

Please sign in to comment.