Added yt-dlp support

Simplified update youtube-dl code
This commit is contained in:
Isaac Abadi
2021-01-20 08:32:16 -05:00
parent af58854f0e
commit a1b32e2851
2 changed files with 43 additions and 18 deletions

View File

@@ -286,8 +286,9 @@
<mat-form-field>
<mat-label><ng-container i18n="Default downloader select label">Select a downloader</ng-container></mat-label>
<mat-select color="accent" [(ngModel)]="new_config['Advanced']['default_downloader']">
<mat-option value="youtube-dlc">youtube-dlc</mat-option>
<mat-option value="youtube-dl">youtube-dl</mat-option>
<mat-option value="youtube-dlc">youtube-dlc</mat-option>
<mat-option value="yt-dlp">yt-dlp</mat-option>
</mat-select>
</mat-form-field>
</div>