From 460efe192a317eb2de04d41c86a250e8ff27cbf1 Mon Sep 17 00:00:00 2001 From: eulaly Date: Tue, 19 Aug 2025 15:53:15 -0400 Subject: [PATCH] updated yt-dlp[default] --pre to pull nightly --- requirements.txt | Bin 802 -> 800 bytes youdis.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee440f0e47ac12e0e329255411b8ea925a07031b..049f12a5f9c7e6cfebcc5b2d7b7560890a270152 100644 GIT binary patch delta 24 ecmZ3)wt#Je0JDGsgDwyjFcdMQGVn5RF#rHRZUg!N delta 26 ccmZ3$wuo(m0JD%CgDryrgB}#~GH@{f07O^=q5uE@ diff --git a/youdis.py b/youdis.py index 103f0c3..1c1410b 100644 --- a/youdis.py +++ b/youdis.py @@ -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')