mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Update date find regex
This commit is contained in:
parent
057135022f
commit
a4c518bf4c
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class IliasCrawler:
|
|||
# out of it
|
||||
all_properties_text = properties_parent.getText().strip()
|
||||
modification_date_match = re.search(
|
||||
r"(((\d+\. \w+ \d+)|(Gestern)|(Heute)), \d+:\d+)",
|
||||
r"(((\d+\. \w+ \d+)|(Gestern|Yesterday)|(Heute|Today)|(Morgen|Tomorrow)), \d+:\d+)",
|
||||
all_properties_text
|
||||
)
|
||||
if modification_date_match is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue