Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Jun 30, 2024
1 parent b54c657 commit 0f15941
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 @@ -324,6 +324,7 @@ def get_kwik_page_link(
response = CLIENT.get(pahewin_link, headers=headers)
pahewin_html_page = response.text
print(pahewin_html_page)
print(pahewin_link)
print(response.status_code)
kwik_page_link = cast(
re.Match[str], KWIK_PAGE_REGEX.search(pahewin_html_page)
Expand Down

0 comments on commit 0f15941

Please sign in to comment.