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