Update revivetube.py

This commit is contained in:
TheErrorExe 2025-03-23 12:04:12 +01:00 committed by GitHub
parent f6a2cf3214
commit 09ae1fa051
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,6 +135,10 @@ def get_video_comments(video_id, max_results=20):
return []
@app.route("/cookies.txt", methods=["GET"])
def cookies():
return "403 Forbidden", 403
@app.route("/", methods=["GET"])
def index():