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