yt-dlp 를 이용, 유튜브에서 mp3 파일 다운로드 오토메이터 (Automator for downloading mp3 files from YouTube using "yt-dlp")
안녕하세요. 카이랏입니다.
오랫만에 글을 하나 올리네요.
늘 yt-dlp 를 이용하여 음악 파일을 다운하여 듣고는 합니다. 그런데 항상 터미널을 열고 일일히 스크립트를 찾고 링크를 붙이는 것이 너무 불편하다고 생각했습니다. 그래서 맥에 있는 오토메이터를 이용하여 그런 절차 없이 URL만 입력하면 자동으로 다운로드 폴더로 mp3 파일을 다운로드 할 수 있는 자동화 파일을 하나 만들어서 공유합니다.
참고로 이는 m1 맥에서 만들었고 맥에서만 동작을 하고 yt-dlp 를 미리 설치하셔야 합니다.
yt-dlp 는 brew 를 통해서 설치가 가능합니다.
brew를 모르신다면 찾아보시고 다시 방문해 주시면 될 것 같습니다.
감사합니다.
------------------------------------
Hello. This is Kairat.
It's been a while since I posted a post.
I always use "yt-dlp" to download and listen to music files. However, I thought it was too inconvenient to always open the terminal, find the script, and paste the link. So, I created an automation file that can automatically download mp3 files to the "download folder" by simply entering the "URL" without going through the above steps using "Automator" on my Mac.
This was created on my m1 Mac, and it only works on Macs. "yt-dlp" must be installed in advance.
"yt-dlp" can be installed through "brew".
If you don't know "brew", please look it up and visit again.
Thank you.