International film festival

Watch films RUS

Video - Title The Daily Special Superporn Link

return jsonify({"message": "Video info generated."}), 200

@app.route('/generate', methods=['POST']) def generate_video_info(): data = request.json title = data.get('title', '') description = data.get('description', '') link = data.get('link', '') video title the daily special superporn link

app = Flask(__name__)