mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
Update revivetube.py
This commit is contained in:
parent
f6a2cf3214
commit
09ae1fa051
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ def get_video_comments(video_id, max_results=20):
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
|
@app.route("/cookies.txt", methods=["GET"])
|
||||||
|
def cookies():
|
||||||
|
return "403 Forbidden", 403
|
||||||
|
|
||||||
|
|
||||||
@app.route("/", methods=["GET"])
|
@app.route("/", methods=["GET"])
|
||||||
def index():
|
def index():
|
||||||
|
|
Loading…
Add table
Reference in a new issue