mirror of
https://github.com/Dvorinka/bizoni.git
synced 2026-06-04 02:32:57 +00:00
4c904a1546
Implement fallback mechanisms for YouTube video data and add startup validation for blog post ordering. - Add `loadVideosJSON` to persist and reload video data from disk. - Update `refreshVideos` to retain existing local videos if the YouTube API returns an empty response. - Add `validateBlogOrdering` to perform a health check on blog post sequence during startup. - Call video loading and blog validation in `main`.