-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
The Anthropic scraper returns 0 deprecations:
✓ Scraped Anthropic: 0 deprecations
This could mean:
- Correct: Anthropic has no current deprecations
- Incorrect: Page structure changed and scraper can't find content
Investigation Needed
- Manually visit https://docs.anthropic.com/en/docs/about-claude/model-deprecations
- Check if there are any deprecation notices
- If yes, inspect the HTML structure and compare to scraper expectations
- Check browser console for any client-side rendering issues
Proposed Fix
If the page has changed:
- Update selectors in
src/scrapers/anthropic_scraper.py - Add logging to show what content is being found
- Add test fixtures with sample HTML
If the page is correct:
- Document that zero results is expected
- Add comment explaining this is normal when Anthropic has no active deprecations
Test Case
Create a test with cached HTML from the Anthropic page to ensure scraper works correctly regardless of live page status.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels