parent
c5f9a1130f
commit
b4e5d12fe4
@ -3,10 +3,12 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
from youtube_dl import YoutubeDL
|
from youtube_dl import YoutubeDL
|
||||||
from youtube_dl.utils import ExtractorError
|
from youtube_dl.utils import ExtractorError
|
||||||
|
from pytgcalls.pytgcalls import PyTgCalls
|
||||||
|
|
||||||
SIGINT: int = 2
|
SIGINT: int = 2
|
||||||
FFMPEG_PROCESS = {}
|
FFMPEG_PROCESS = {}
|
||||||
call_py = PyTgCalls(app)
|
call_py = PyTgCalls(app)
|
||||||
|
app = Client(Veez.SESSION_NAME, Veez.API_ID, Veez.API_HASH)
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Basic Utils #
|
# Basic Utils #
|
||||||
|
Loading…
Reference in New Issue
Block a user