1 Commits
dev ... A-0.2

Author SHA1 Message Date
Lukas Blacha
71e76d754d Changed Version and Branch (0.2, main) 2023-02-08 13:19:49 +01:00

View File

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