[clean] update ytdlp
This commit is contained in:
parent
292e25a9af
commit
e992f6096f
|
|
@ -64,6 +64,9 @@ class DLServices {
|
||||||
if (Platform.isLinux || Platform.isMacOS) {
|
if (Platform.isLinux || Platform.isMacOS) {
|
||||||
await Process.run('chmod', ['+x', ytDlpPath]);
|
await Process.run('chmod', ['+x', ytDlpPath]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await Process.run(ytDlpPath, ['-U'])
|
||||||
|
.then((result) => {debugPrint('yt-dlp version: ${result.stdout}')});
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> checkFFmpeg() async {
|
Future<void> checkFFmpeg() async {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue