Spaces:
Paused
Paused
Update config.py
Browse files
config.py
CHANGED
@@ -16,7 +16,7 @@ BOT_TOKEN = getenv("BOT_TOKEN")
|
|
16 |
|
17 |
# Vars For API End Pont.
|
18 |
YTPROXY_URL = getenv("YTPROXY_URL", 'https://tgapi.xbitcode.com') ## E.G https://yt.okflix.
|
19 |
-
YT_API_KEY = getenv("YT_API_KEY" ,
|
20 |
COOKIES_URL=getenv("COOKIES_URL" , "https://gist.githubusercontent.com/sparrow9616/f29fc6588086a3c72d92dd9c03773350/raw/4229f3f4aab4a6693fc0794d136d30f54d67ae85/gistfile1.txt")
|
21 |
|
22 |
|
|
|
16 |
|
17 |
# Vars For API End Pont.
|
18 |
YTPROXY_URL = getenv("YTPROXY_URL", 'https://tgapi.xbitcode.com') ## E.G https://yt.okflix.
|
19 |
+
YT_API_KEY = getenv("YT_API_KEY" , "xbit_0000394137419901162655" ) ## get your secret key from Mr cute x - @MR_CUTE_X
|
20 |
COOKIES_URL=getenv("COOKIES_URL" , "https://gist.githubusercontent.com/sparrow9616/f29fc6588086a3c72d92dd9c03773350/raw/4229f3f4aab4a6693fc0794d136d30f54d67ae85/gistfile1.txt")
|
21 |
|
22 |
|