mirror of
https://github.com/ReviveMii/revivetube
synced 2025-09-04 04:20:59 +02:00
Update revivetube.py
This commit is contained in:
parent
09ae1fa051
commit
f39acd0421
@ -139,6 +139,14 @@ def get_video_comments(video_id, max_results=20):
|
|||||||
def cookies():
|
def cookies():
|
||||||
return "403 Forbidden", 403
|
return "403 Forbidden", 403
|
||||||
|
|
||||||
|
@app.route("/token.txt", methods=["GET"])
|
||||||
|
def token():
|
||||||
|
return "403 Forbidden", 403
|
||||||
|
|
||||||
|
@app.route("/nohup.out", methods=["GET"])
|
||||||
|
def nohup():
|
||||||
|
return "403 Forbidden", 403
|
||||||
|
|
||||||
|
|
||||||
@app.route("/", methods=["GET"])
|
@app.route("/", methods=["GET"])
|
||||||
def index():
|
def index():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user