mirror of
https://jihulab.com/rd1/tell-ur-world.git
synced 2024-10-13 04:19:57 +00:00
4 lines
169 B
Bash
4 lines
169 B
Bash
|
yt-dlp "https://music.youtube.com/watch?v=4n94ukt15qg&feature=share" --force-overwrites -x -o "download.opus"
|
||
|
ffmpeg -y -ss 0:00:01.050 -i download.opus output.ogg
|
||
|
|