7.6.1: fixed numbers in metadata and file names

also replaced the 7.6 banner with webp version
This commit is contained in:
wukko
2023-10-15 14:39:17 +06:00
parent 43bfa7cb5d
commit b093bf33bd
8 changed files with 11 additions and 11 deletions

View File

@@ -34,8 +34,8 @@ export default async function(obj) {
if (!obj.forceDash && JSON.stringify(api).includes('"progressive":[{')) downloadType = "progressive";
let fileMetadata = {
title: cleanString(api.video.title.replace(/\p{Emoji}/gu, '').trim()),
artist: cleanString(api.video.owner.name.replace(/\p{Emoji}/gu, '').trim()),
title: cleanString(api.video.title.trim()),
artist: cleanString(api.video.owner.name.trim()),
}
if (downloadType !== "dash") {