Chrunos commited on
Commit
974c0d6
·
verified ·
1 Parent(s): 77fb7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- "http://2.56.214.74:9000",
208
- "https://cobalt-api.ayo.tf",
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