You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: deduplicate scraper/entity IDs and add type hints
- Add _deduplicate_id() for scraper names that collide (appends _2, _3, etc.)
- Add _deduplicate_entity_key() for entity names that collide within a scraper
- Use enumerate index for unnamed scrapers without a resource URL
- Add proper TYPE_CHECKING type hints for ScraperInstance fields
- Add contains() method to ScraperRegistry
- Add tests for duplicate scraper names and duplicate entity names
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments