Add NEW badge for recent listings, text input for price filter, cleanup

- New listings (≤1 day) show yellow NEW badge instead of oversized marker
- Price filter changed from dropdown to text input (max 14M)
- Cap price filter at 14M in JS
- Remove unused regen_map.py
- Remove unused HTMLParser import in scrape_idnes.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit was merged in pull request #4.
This commit is contained in:
2026-02-26 21:14:48 +01:00
parent 0ea31d3013
commit 57a9f6f21a
3 changed files with 43 additions and 139 deletions

View File

@@ -15,7 +15,6 @@ import re
import time
import urllib.request
import urllib.parse
from html.parser import HTMLParser
from pathlib import Path
from scraper_stats import write_stats