Update config.py

This commit is contained in:
Benny 2023-12-07 16:28:32 +01:00 committed by GitHub
parent 2b6fb38c5c
commit 37f1d4c2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,10 +59,10 @@ PLAYLIST_SUPPORT = os.getenv("PLAYLIST_SUPPORT", False)
M3U8_SUPPORT = os.getenv("M3U8_SUPPORT", False) M3U8_SUPPORT = os.getenv("M3U8_SUPPORT", False)
ENABLE_ARIA2 = os.getenv("ENABLE_ARIA2", False) ENABLE_ARIA2 = os.getenv("ENABLE_ARIA2", False)
FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 40) FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 20)
TOKEN_PRICE = os.getenv("BUY_UNIT", 20) # one USD=20 credits TOKEN_PRICE = os.getenv("BUY_UNIT", 20) # one USD=20 credits
RATE_LIMIT = os.getenv("RATE_LIMIT", 60) RATE_LIMIT = os.getenv("RATE_LIMIT", 120)
SS_YOUTUBE = os.getenv("SS_YOUTUBE", "https://ytdlbot.dmesg.app?token=123456") SS_YOUTUBE = os.getenv("SS_YOUTUBE", "https://ytdlbot.dmesg.app?token=123456")
RCLONE_PATH = os.getenv("RCLONE") RCLONE_PATH = os.getenv("RCLONE")