Back to Peertube

Video Files Download.Component

client/src/app/shared/shared-video-miniature/download/video-files-download.component.html

8.1.5885 B
Original Source

@if (isConfidentialVideo()) { The following link contains a private token and should not be shared with anyone.}

@if (originalVideoFile()) { Original file } @for (file of video().getFilesForDownload(); track file) { {{ file.resolution.label }} }

{{ item.value.label }} @if (item.value.value) { {{ item.value.value }} } @else { Unknown } Format @for (item of videoFileMetadataFormat | keyvalue; track item.key) { } @if (videoFileMetadataVideoStream !== undefined) { Video stream @for (item of videoFileMetadataVideoStream | keyvalue; track item.key) { } } @if (videoFileMetadataAudioStream !== undefined) { Audio stream @for (item of videoFileMetadataAudioStream | keyvalue; track item.key) { } } @if (hasMetadata()) {

}

Direct download

Torrent (.torrent file)

@if (isAdvancedCustomizationCollapsed) { More information/options } @else { Less information/options }