mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
yt_to_org
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
fd03f23cb1
commit
8fc1e0b3a3
2
.local/bin/yt_to_ogg
Normal file → Executable file
2
.local/bin/yt_to_ogg
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
#! /usr/bin/env bash
|
||||
|
||||
youtube-dl -f 251 "${1}" --exec 'ffmpeg -i {} -acodec copy "$(basename {} .webm).ogg" && rm "$(basename {})"'
|
||||
|
|
Loading…
Reference in a new issue