feat: 50 channels, daily 3AM cron sync, countdown timer, remove manual button
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user