updated yt-dlp[default] --pre to pull nightly

This commit is contained in:
2025-08-19 15:53:15 -04:00
parent 18a95da9b1
commit 460efe192a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -43,7 +43,7 @@ def create_hook(ctx,loop):
global title
status = d.get('status')
if status == 'error':
msg = f'error; video probably already exists'
msg = f'error; video probably already exists, have you checked archive.txt'
asyncio.run_coroutine_threadsafe(send_message(ctx,msg),loop)
elif d.get('info_dict').get('title') != title:
title = d.get('info_dict').get('title')