fish cached source

ima genius
This commit is contained in:
2026-01-02 14:38:41 +02:00
parent 0c526b070d
commit 1ccccfc2de
3 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
function remux --wraps ffmpeg --description 'remux to mp4'
mkdir -p /tmp/remux
test -e /tmp/remux; or mkdir /tmp/remux
# download file if input path is a url
if string match -qr '^(https?://|youtu\.?be|[a-zA-Z0-9]{11}$)' $argv[1]