[clean] update ytdlp
This commit is contained in:
parent
5623ef5a94
commit
6f7e4f9c5d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue