Updating ProxiTok pathname scheme #207

This commit is contained in:
ManeraKai 2022-04-19 16:52:22 +03:00
parent 1c5ff30f26
commit c767a39b2c
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function redirect(url, type) {
let pathName = url.pathname.replace(/@.*\/(?=video)/, "");
return `${randomInstance}${pathName}`;
return `${randomInstance}${url.pathname}`;
}
function reverse(url) {