1 Commits
A-0.2 ... dev

Author SHA1 Message Date
Lukas Blacha
a3c818a963 Changed version and branch (0.2, main) 2023-02-08 13:16:51 +01:00

View File

@@ -1,7 +1,6 @@
import asyncio
import re
from datetime import timedelta
from urllib.parse import quote_plus
import aiohttp
import yt_dlp
@@ -18,9 +17,8 @@ banner = """
| | | | \__ \ | ( _____| | | ( | |
_| _| \__,_| ____/ _| \___| ____/ \___/ \__|
"""
version = "0.1"
branch = "dev"
version = "0.2"
branch = "main"
success = "**Success ✅**\n"
warning = "**Warning **\n"
error = "**Error ❗️**\n"