mirror of
https://github.com/ReviveMii/riivivetube
synced 2025-09-03 20:11:13 +02:00
bugfix
This commit is contained in:
parent
d4c8f66166
commit
8d38195097
@ -211,7 +211,7 @@ def get_video():
|
|||||||
|
|
||||||
subprocess.run(ffmpeg_cmd)
|
subprocess.run(ffmpeg_cmd)
|
||||||
|
|
||||||
return send_file(webm_path, as_attachment=True) if os.path.exists(webm_path) else "", 500
|
return send_file(webm_path, as_attachment=True)
|
||||||
|
|
||||||
|
|
||||||
@app.route('/apiplayer-loader')
|
@app.route('/apiplayer-loader')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user