pinchflat/test/support/fixtures
Amadeus Mader 426c80fa92 feat(indexing): auto-advance download_cutoff_date after successful indexing
After each successful indexing run, the source's download_cutoff_date is
automatically advanced to 7 days ago if the current cutoff date is older
(or nil). This prevents yt-dlp from scanning through months of old videos
on every index run, significantly improving indexing performance for
channels with large backlogs.

The 7-day buffer ensures recent videos are still checked on subsequent
index runs while keeping indexing fast (minutes instead of hours).

Also updates AGENTS.md to document Docker-based development workflow
and adds Pinchflat_improvements.md for tracking known issues.
2026-03-07 18:31:45 +01:00
..
job_fixtures.ex Download video(s) (first iteration) (#5) 2024-01-30 20:15:59 -08:00
media_fixtures.ex Went back to using original_url over webpage_url to improve short detection (#447) 2024-10-30 14:09:28 -07:00
profiles_fixtures.ex Download video(s) (first iteration) (#5) 2024-01-30 20:15:59 -08:00
sources_fixtures.ex feat(indexing): auto-advance download_cutoff_date after successful indexing 2026-03-07 18:31:45 +01:00
tasks_fixtures.ex Rename media sources (#25) 2024-02-20 17:48:20 -08:00