- Modify the collect_urls method to accept a recently_updated
parameter for filtering.
- Update the queries for City and WeatherArt models
to only include records updated after the specified time.
- This change improves the efficiency of URL collection by
ensuring that outdated entries are not submitted, thus
aligning with IndexNow requirements.