diff --git a/gjo_requests.py b/gjo_requests.py index b873fbd..e2cebb5 100644 --- a/gjo_requests.py +++ b/gjo_requests.py @@ -86,7 +86,7 @@ def _extract_forecasts_from_page(page): looking_for_a_forecast = True for line in page.split("\n"): if looking_for_a_forecast: - hit = re.findall("made a forecast", line) + hit = re.findall("made their \d+(st|nd|rd|th) forecast", line) if hit: looking_for_a_forecast = False