changed cdn template
This commit is contained in:
parent
e8e6b78ce9
commit
a07c256fe2
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
|
@ -38,7 +38,7 @@ async function url_gen(md5_origin, format, id, media_version) {
|
|||
}, '')
|
||||
|
||||
// cdn template with first character of md5 string + hash
|
||||
return `https://e-cdns-proxy-${md5_origin[0]}.dzcdn.net/api/1/${result}`
|
||||
return `https://cdns-proxy-${md5_origin[0]}.dzcdn.net/api/1/${result}`
|
||||
}
|
||||
|
||||
const format_string_to_num = {
|
||||
|
|
Loading…
Reference in New Issue