Update revivetube.py
This commit is contained in:
parent
b873c7fcc7
commit
647f6ed4d5
@ -24,6 +24,7 @@ import asyncio
|
|||||||
import yt_dlp
|
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 *
|
||||||
|
|
||||||
app = Quart(__name__)
|
app = Quart(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user