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
b873c7fcc7
commit
647f6ed4d5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue