Update revivetube.py

This commit is contained in:
TheErrorExe 2025-04-01 21:39:49 +02:00 committed by GitHub
parent b873c7fcc7
commit 647f6ed4d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ import asyncio
import yt_dlp
from bs4 import BeautifulSoup
from quart import Quart, request, render_template_string, send_file, Response, abort, jsonify
from helper import *
app = Quart(__name__)