c3640931ed
The hard date filter in the main script was double-filtering YouTube results. youtube_yt.py already applies a soft date filter that prefers recent videos but keeps older ones when < 3 are within range (for evergreen topics like "youtube thumbnails"). The hard filter then removed all of them, resulting in 0 YouTube items. YouTube content has a longer shelf life than tweets/posts, so the soft filter's fallback behavior is correct. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>