<mat-chip-row[matTooltip]="argsByKey[arg]?argsByKey[arg]['description']:null"*ngFor="let arg of args_array; let i = index;"[selectable]="selectable"[removable]="removable"(removed)="remove(i)"cdkDrag>
<mat-chip-row[matTooltip]="argsByKey[arg]?argsByKey[arg]['description']:null"*ngFor="let arg of args_array; let i = index;"[removable]="removable"(removed)="remove(i)"cdkDrag>
{'key':'--hls-prefer-ffmpeg','description':'Use ffmpeg instead of the native HLS downloader'},
{'key':'--hls-use-mpegts','description':'Use the mpegts container for HLS videos, allowing to play the video while downloading (some players may not be able to play it)'},
{'key':'--external-downloader','description':'Use the specified external downloader. Currently supports aria2c,avconv,axel,curl,ffmpeg,httpie,wget'},
{'key':'--external-downloader-args'}
{'key':'--external-downloader-args', 'description':'Give these arguments to the external downloader'}
];
constfilesystem=[
@ -195,7 +195,7 @@ const post_processing = [
{'key':'--convert-subs','description':'Convert the subtitles to other format (currently supported: srt|ass|vtt|lrc)'}
<mat-button-togglecdkDrag*ngFor="let playlist_item of playlist; let i = index"[checked]="currentItem.title ===playlist_item.title"(click)="onClickPlaylistItem(playlist_item,i)"class="toggle-button"[value]="playlist_item.title">{{playlist_item.label}}</mat-button-toggle>