add: www. (again)

This commit is contained in:
ihatespawn 2024-06-05 08:10:14 +02:00
parent d6abe3a680
commit 661bf51111

View File

@ -21,7 +21,7 @@ export default async function({ id }) {
if (videoSource) { if (videoSource) {
return { return {
urls: "https://" + videoSource, urls: "https://www." + videoSource,
filename: `videoclip_${modifiedId}.mp4`, filename: `videoclip_${modifiedId}.mp4`,
audioFilename: `videoclip_${modifiedId}_audio` audioFilename: `videoclip_${modifiedId}_audio`
} }