Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ app = FastAPI(title="Deezer API")
|
|
9 |
DEEZER_API_URL = "https://api.deezer.com"
|
10 |
|
11 |
# Deezer ARL token (required for deezspot downloads)
|
12 |
-
ARL_TOKEN = "
|
13 |
dl = DeeLogin(arl=ARL_TOKEN)
|
14 |
|
15 |
@app.get("/")
|
|
|
9 |
DEEZER_API_URL = "https://api.deezer.com"
|
10 |
|
11 |
# Deezer ARL token (required for deezspot downloads)
|
12 |
+
ARL_TOKEN = "f10b97c01d087e29c71e1b1950f220244f57e199e923e5fc975b45533a497daac4831349242ea9dbc9ee56b6c27970c28314dfe7777be10cc516a1e91125f2b322521b83644e1a7c533709f29453ab44414466cc8a1bdebdd37240c8c84a2a"
|
13 |
dl = DeeLogin(arl=ARL_TOKEN)
|
14 |
|
15 |
@app.get("/")
|