[eric] browser: fix weather.com seed URL (404; keys on internal location code, use search box)

This commit is contained in:
ciregenz
2026-07-15 14:09:45 -07:00
parent e877afd3c8
commit 78fd61475a
@@ -36,7 +36,7 @@ SEED_PLAYBOOKS: dict[str, list[str]] = {
"medium.com": ["Articles are readable but many hit a metered paywall after a few reads; search via URL: medium.com/search?q=QUERY."],
# --- news / weather ---
"news.google.com": ["Google News: news.google.com/search?q=QUERY. Works logged-out."],
"weather.com": ["Look a location up via the search box; forecasts read fine logged-out (a location page is weather.com/weather/today/l/CITY)."],
"weather.com": ["Type a city into the search box (weather.com keys pages on an internal location code, so don't hand-build a URL from a city name); forecasts read fine logged-out."],
"cnn.com": ["Readable logged-out; search via URL: cnn.com/search?q=QUERY."],
"bbc.com": ["Readable logged-out; search via URL: bbc.co.uk/search?q=QUERY."],
"nytimes.com": ["A metered paywall appears after a few articles; use the site's own search box, not a guessed URL."],