Compare commits
1 Commits
A-0.3
...
a3c818a963
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c818a963 |
@@ -1,7 +1,6 @@
|
||||
import asyncio
|
||||
import re
|
||||
from datetime import timedelta
|
||||
from urllib.parse import quote_plus
|
||||
|
||||
import aiohttp
|
||||
import yt_dlp
|
||||
@@ -18,8 +17,8 @@ banner = """
|
||||
| | | | \__ \ | ( _____| | | ( | |
|
||||
_| _| \__,_| ____/ _| \___| ____/ \___/ \__|
|
||||
"""
|
||||
version = "0.1"
|
||||
branch = "dev"
|
||||
version = "0.2"
|
||||
branch = "main"
|
||||
success = "**Success ✅**\n"
|
||||
warning = "**Warning ℹ️**\n"
|
||||
error = "**Error ❗️**\n"
|
||||
|
||||
Reference in New Issue
Block a user