[clean] update ytdlp

This commit is contained in:
jscampucci 2024-07-10 12:49:35 +02:00
parent 5623ef5a94
commit 6f7e4f9c5d
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ class DLServices {
if (Platform.isLinux || Platform.isMacOS) {
await Process.run('chmod', ['+x', ytDlpPath]);
}
await Process.run(ytDlpPath, ['-U'])
.then((result) => {debugPrint('yt-dlp version: ${result.stdout}')});
}
Future<void> checkFFmpeg() async {