mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
8fc1e0b3a3
Signed-off-by: Magic_RB <magic_rb@redalder.org>
4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
youtube-dl -f 251 "${1}" --exec 'ffmpeg -i {} -acodec copy "$(basename {} .webm).ogg" && rm "$(basename {})"'
|