mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
something
This commit is contained in:
parent
f190171497
commit
9f981abb2f
2 changed files with 0 additions and 8 deletions
0
push.sh
Normal file → Executable file
0
push.sh
Normal file → Executable file
|
@ -557,14 +557,6 @@ def get_video_duration_from_file(video_path):
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
@app.route("/fullscreen", methods=["GET"])
|
|
||||||
def fullscreen():
|
|
||||||
video_id = request.args.get("video_id")
|
|
||||||
if not video_id:
|
|
||||||
return "Missing Video-ID.", 400
|
|
||||||
|
|
||||||
return render_template_string(FULLSCREEN, video_id=video_id)
|
|
||||||
|
|
||||||
@app.route("/watch", methods=["GET"])
|
@app.route("/watch", methods=["GET"])
|
||||||
def watch():
|
def watch():
|
||||||
video_id = request.args.get("video_id")
|
video_id = request.args.get("video_id")
|
||||||
|
|
Loading…
Add table
Reference in a new issue