reddit_scraper/scraper
Marvin 278ed10adf feat: Add thread-safe browser access with RLock to prevent concurrent request conflicts
- Added threading.RLock() for reentrant locking in RedditScraper class
- Wrapped _ensure_browser() initialization in lock to protect browser setup
- Improved error handling in _ensure_helpers_injected() with try/except
- Prevents 'Connection refused' errors when multiple requests hit concurrently
2026-03-15 11:40:44 -03:00
..
__init__.py Add request caching and further JS optimizations 2026-03-15 10:10:41 -03:00
cache.py Add request caching and further JS optimizations 2026-03-15 10:10:41 -03:00
selenium_scrapers.py feat: Add thread-safe browser access with RLock to prevent concurrent request conflicts 2026-03-15 11:40:44 -03:00