mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 18:44:51 +00:00
FIx
This commit is contained in:
parent
f34fb179a8
commit
fe494f3131
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from misskaty.helper.localization import use_chat_lang
|
|||
from misskaty.vars import COMMAND_HANDLER, LOG_CHANNEL, FF_MPEG_NAME
|
||||
|
||||
LOGGER = getLogger(__name__)
|
||||
regex = "^(https?://)?(www\.)?(youtube|youtu|youtube-nocookie)\.(com|be)/(watch\?v=|embed/|v/|.+\?v=)?(?P<id>[A-Za-z0-9\-=_]{11})"
|
||||
YT_REGEX = "^(https?://)?(www\.)?(youtube|youtu|youtube-nocookie)\.(com|be)/(watch\?v=|embed/|v/|.+\?v=)?(?P<id>[A-Za-z0-9\-=_]{11})"
|
||||
YT_DB = {}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue