updated yt-dlp[default] --pre to pull nightly
This commit is contained in:
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@@ -43,7 +43,7 @@ def create_hook(ctx,loop):
|
|||||||
global title
|
global title
|
||||||
status = d.get('status')
|
status = d.get('status')
|
||||||
if status == 'error':
|
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)
|
asyncio.run_coroutine_threadsafe(send_message(ctx,msg),loop)
|
||||||
elif d.get('info_dict').get('title') != title:
|
elif d.get('info_dict').get('title') != title:
|
||||||
title = d.get('info_dict').get('title')
|
title = d.get('info_dict').get('title')
|
||||||
|
|||||||
Reference in New Issue
Block a user