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 985fb3e commit b54c657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion senpwai/scrapers/pahe/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def get_kwik_page_link(
) -> str:
use_selenium = browser_name is not None
headers = CLIENT.append_headers({"Referer": "https://animepahe.ru/play/882b2558-5755-b40b-88cf-7ec89b2b86b1/927faf1494e51b36f03f21e9476d917eebec820aa1f712b8f4645cf528374918"})
response = CLIENT.get(pahewin_link)
response = CLIENT.get(pahewin_link, headers=headers)
pahewin_html_page = response.text
print(pahewin_html_page)
print(response.status_code)
Expand Down

0 comments on commit b54c657

Please sign in to comment.