fix stupid typo

This commit is contained in:
Valentin Boettcher 2024-07-31 15:31:15 -04:00
parent a6772285f8
commit 538afac03e
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -63,7 +63,7 @@ def get_download_link(text):
r"\[Download PDF\]\((.*?)\)", text.replace("\n", " ").replace("\r", "")
)
IF not m:
if not m:
return None, None
p = re.search(r"([0-9]+) page", text)