0.3.28
- Use Filmweb API for ID lookup (701fe21)
Replace DuckDuckGo HTML scraping with Filmweb's live search API to find film/serial IDs. Use fetchJsonCached and a new cache key namespace (filmweb:search:v1), filter searchHits by type, and fetch per-title info (/api/v1/title/:id/info) to verify year and title/originalTitle before returning an ID. Remove the regex-based extractFilmwebIdFromText helper and adjust request headers and variable names. Also bump package version to 0.3.28.
Full Changelog: v0.3.27...v0.3.28