hvac-kia-content/tests
Ben Reed c1831d3a52 feat: Implement YouTube scraper with humanized behavior
- YouTube channel scraper using yt-dlp
- Authentication and session persistence via cookies
- Humanized delays and rate limiting (2-5 seconds between requests)
- User agent rotation for stealth
- Incremental updates via state management
- Support for videos, shorts, and live streams detection
- All 11 tests passing

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 12:39:49 -03:00
..
__init__.py Initial commit: Project foundation with base scraper and tests 2025-08-18 12:15:17 -03:00
test_base_scraper.py Initial commit: Project foundation with base scraper and tests 2025-08-18 12:15:17 -03:00
test_rss_scraper.py feat: Implement RSS scrapers for MailChimp and Podcast feeds 2025-08-18 12:29:45 -03:00
test_wordpress_scraper.py feat: Implement WordPress scraper with comprehensive tests 2025-08-18 12:19:56 -03:00
test_youtube_scraper.py feat: Implement YouTube scraper with humanized behavior 2025-08-18 12:39:49 -03:00