Changes in yt-video and added yt-video-cut
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp $1
|
||||
yt-dlp "$@"
|
||||
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp --external-downloader ffmpeg --external-downloader-args "ffmpeg_i:-ss $1 -to $2" "${@:3}"
|
||||
Reference in New Issue
Block a user