Skip to content

Commit

Permalink
Add lc 'f' to number regex
Browse files Browse the repository at this point in the history
  • Loading branch information
wfdd committed Sep 11, 2016
1 parent 81f941d commit d5aeca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -21,7 +21,7 @@
'Οκτωβρίου': 10,
'Νοεμβρίου': 11,
'Δεκεμβρίου': 12}
number_match = re.compile(r'\(Αρ\.\s+Φακ\.\s+([0-9-.]+)\)\.?')
number_match = re.compile(r'\(Αρ\.\s+[Φφ]ακ\.\s+([0-9-.]+)\)\.?')


def parse_date(html):
Expand Down

0 comments on commit d5aeca6

Please sign in to comment.