Chrunos commited on
Commit
53c66b2
·
verified ·
1 Parent(s): 673b9fd

Update app.py

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