mirror of
https://github.com/vale981/kindle_fetch
synced 2025-03-04 16:41:38 -05:00
fix stupid typo
This commit is contained in:
parent
a6772285f8
commit
538afac03e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def get_download_link(text):
|
||||||
r"\[Download PDF\]\((.*?)\)", text.replace("\n", " ").replace("\r", "")
|
r"\[Download PDF\]\((.*?)\)", text.replace("\n", " ").replace("\r", "")
|
||||||
)
|
)
|
||||||
|
|
||||||
IF not m:
|
if not m:
|
||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
p = re.search(r"([0-9]+) page", text)
|
p = re.search(r"([0-9]+) page", text)
|
||||||
|
|
Loading…
Add table
Reference in a new issue