removed old function

pull/15/head
tycrek 4 years ago
parent 10e3ef7ac4
commit 49a3a11712
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -148,16 +148,3 @@ function getTrueHttp() {
function getTrueDomain(d = domain) {
return d.concat((port == 80 || port == 443 || isProxied) ? '' : `:${port}`);
}
function genHtml(resourceId) {
return `
<html>
<head>
<title>ass</title>
<meta property="og:type" content="video.other">
<meta property="og:video" content="${getTrueHttp()}${getTrueDomain()}/${resourceId}.mp4">
</head>
<body>ass</body>
</html>
`;
}

Loading…
Cancel
Save