From 8de5d5a5a31426428c8b73864093aa3c6c107fab Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:59:10 +0200 Subject: [PATCH] bugfix --- riivivetube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riivivetube.py b/riivivetube.py index fe997f8..6bf84e4 100644 --- a/riivivetube.py +++ b/riivivetube.py @@ -259,7 +259,7 @@ def completesearch(): except Exception as e: return jsonify({"error": f"Error processing suggestions: {str(e)}"}), 500 -CONTENT_LENGTH = 50000000 +CONTENT_LENGTH = 500000000 @app.route('/git_video', methods=['GET']) def git_video():