Skip to content
Snippets Groups Projects
Commit b41cfa4a authored by Tianyi Liang's avatar Tianyi Liang
Browse files

[SD-235] static-dev

parent 966236a1
No related branches found
No related tags found
1 merge request!562Resolve SD-235 "Feat/ booth screen video"
......@@ -310,11 +310,11 @@ export class VideosService {
}
await this.downloadFile(
`https://static.igem.org/${videoFileKey}`,
`https://static-igem-dev.s3.eu-west-3.amazonaws.com/${videoFileKey}`,
`./tmp/${teamID}-${slug}.mp4`,
)
await this.downloadFile(
`https://static.igem.org/${mainCaptionFileKey}`,
`https://static-igem-dev.s3.eu-west-3.amazonaws.com/${mainCaptionFileKey}`,
`./tmp/${teamID}-${slug}.vtt`,
)
await this.downloadFile(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment