EXPORT

@if (isExportEnabled()) {

You can request an archive of your account containing:

The exported data will contain multiple directories:

Videos and playlists from collaborated channels, as well as your channel collaborators, will not be included in the archive.

You can only request one archive at a time.

@if (isEmailEnabled()) {

An email will be sent when the export archive is available.

} @if (userExports && userExports.length !== 0) { @for (export of userExports; track export) { }
Date State Size Expires on
{{ export.createdAt | ptDate: 'medium' }} {{ export.state.label }} @if (export.size) { {{ export.size | bytes }} } @if (export.expiresOn) { {{ export.expiresOn | ptDate: 'medium' }} } @if (export.privateDownloadUrl) { Download your archive }
}
} @else {

User export is not enabled by your administrator.

}