Update app.py
Browse files
app.py
CHANGED
@@ -201,12 +201,13 @@ class ApiRotator:
|
|
201 |
# In your function:
|
202 |
api_rotator = ApiRotator([
|
203 |
"https://cobalt-api.kwiatekmiki.com",
|
|
|
|
|
204 |
"http://109.107.189.229:9000",
|
205 |
"http://34.107.254.11",
|
206 |
"https://dl01.yt-dl.click",
|
207 |
-
"
|
208 |
-
|
209 |
-
"https://dwnld.nichind.dev"
|
210 |
|
211 |
])
|
212 |
|
|
|
201 |
# In your function:
|
202 |
api_rotator = ApiRotator([
|
203 |
"https://cobalt-api.kwiatekmiki.com",
|
204 |
+
"https://dwnld.nichind.dev",
|
205 |
+
"http://2.56.214.74:9000",
|
206 |
"http://109.107.189.229:9000",
|
207 |
"http://34.107.254.11",
|
208 |
"https://dl01.yt-dl.click",
|
209 |
+
"https://cobalt-api.ayo.tf"
|
210 |
+
|
|
|
211 |
|
212 |
])
|
213 |
|