mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
add: www. (again)
This commit is contained in:
parent
d6abe3a680
commit
661bf51111
@ -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`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user