- New SCRAPER_REPRISE.md: Complete documentation for resume script
* Explains the problem: Chrome crashes and 'invalid session id' errors
* Describes the solution: Resume scraping from specific date
* Detailed usage instructions with examples
* Configuration guide for custom dates
* Performance estimates and troubleshooting
* Security guarantees (no data loss)
* Connection to other documentation files
- Covers:
* How to launch and monitor the resume script
* How to modify resume and end dates
* Behavior (appends to existing CSV files)
* Performance estimates
* Troubleshooting common issues
* Backup recommendations
- New scraper_jour_par_jour.py: Day-by-day scraping approach
* Fixes 403/404 errors from previous method
* Uses frmsaisonffa= (empty) parameter to avoid season filtering
* Scrapes courses and results for each day from 01/01/2024 to 01/08/2026
* Progressive CSV saving with 'jour_recupere' column for traceability
- New scraper_jour_par_jour_cli.py: CLI version with customizable dates
* --start-date: Custom start date (default: 2024-01-01)
* --end-date: Custom end date (default: 2026-08-01)
* --no-results: Skip result fetching for faster scraping
* --output-dir: Custom output directory
- Documentation in docs/NOUVEAU_SCRAPER.md
* Explains problems with old approach
* Details new day-by-day methodology
* Usage instructions and examples
- Cleaned up: Removed temporary test scripts and debug files