You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add photos_count field and optional extra-photos extraction
- Add PhotosCount field to Entry struct, extracted from darray[37][1]
- Add Date field to Image struct for photo publication dates
- Add -extra-photos CLI flag to enable enhanced photo extraction
- When enabled, extracts dates for category images and individual photos
- Wire ExtractExtraPhotos through job chain (GmapJob → PlaceJob)
- Update all runners (file, database, web, lambda) to support new flag
Photo dates are extracted from [21][6][8] as [year, month, day] and
formatted as YYYY-MM-DD.
0 commit comments