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
f03ce9c0ea
commit
64180e18a5
1 changed files with 6 additions and 7 deletions
|
@ -26,14 +26,13 @@ import yt_dlp
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from quart import Quart, request, render_template_string, send_file, Response, abort, jsonify
|
from quart import Quart, request, render_template_string, send_file, Response, abort, jsonify
|
||||||
from helper import (
|
from helper import (
|
||||||
read_file as async_read_file,
|
read_file,
|
||||||
get_video_duration_from_file as async_get_video_duration,
|
get_video_duration_from_file,
|
||||||
format_duration as async_format_duration,
|
format_duration,
|
||||||
get_file_size as async_get_file_size,
|
get_file_size,
|
||||||
get_range as async_get_range,
|
get_range,
|
||||||
get_api_key as async_get_api_key
|
get_api_key
|
||||||
)
|
)
|
||||||
|
|
||||||
app = Quart(__name__)
|
app = Quart(__name__)
|
||||||
|
|
||||||
VIDEO_FOLDER = "sigma/videos"
|
VIDEO_FOLDER = "sigma/videos"
|
||||||
|
|
Loading…
Add table
Reference in a new issue