mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-25 07:44:13 +08:00
Update config.py
This commit is contained in:
parent
2b6fb38c5c
commit
37f1d4c2ba
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ PLAYLIST_SUPPORT = os.getenv("PLAYLIST_SUPPORT", False)
|
|||
M3U8_SUPPORT = os.getenv("M3U8_SUPPORT", 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
|
||||
|
||||
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")
|
||||
RCLONE_PATH = os.getenv("RCLONE")
|
||||
|
|
Loading…
Reference in a new issue