changed cdn template

This commit is contained in:
uh wot 2021-01-26 17:16:54 +01:00
parent e8e6b78ce9
commit a07c256fe2
Signed by: uhwot
GPG Key ID: CB2454984587B781
2 changed files with 2 additions and 2 deletions

2
dist/worker.js vendored

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@ async function url_gen(md5_origin, format, id, media_version) {
}, '') }, '')
// cdn template with first character of md5 string + hash // 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 = { const format_string_to_num = {