Send cached V1.0.8
This commit is contained in:
@@ -40,7 +40,7 @@ def download_video(yt_url: str) -> dict:
|
||||
return {
|
||||
'status': 'success',
|
||||
'filename': os.path.join(DOWNLOADS, existing[0]),
|
||||
'title': {existing[0]},
|
||||
'title': existing[0],
|
||||
'cached': True,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user