feat: 50 channels, daily 3AM cron sync, countdown timer, remove manual button

This commit is contained in:
Gan, Jimmy
2026-06-24 02:35:22 +08:00
parent 1c4f9dc713
commit 8ce359764f
3 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ async def fetch_subscriptions():
# Step 2: For each channel, get latest videos
new_count = 0
async with aiosqlite.connect(DB_PATH) as db:
for cid in channel_ids[:20]:
for cid in channel_ids[:50]:
try:
req = youtube.search().list(
part="snippet",