안녕하세요. 카이랏입니다.
오랫만에 글을 하나 올리네요.
늘 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.
'Tech' 카테고리의 다른 글
youTube-dl 로 mp3 파일 다운로드 시 파일명 문제 해결 (0) | 2024.01.27 |
---|---|
AWS Cloud9 IDE의 python venv 환경에서 디버깅(debugging)하는 방법 (0) | 2023.05.06 |
AWS Cloud9 IDE에서 python 파일 디버깅(debugging) 하는 방법 (0) | 2023.05.06 |
우분투에서 git private repository를 가져오는 방법 (0) | 2023.05.06 |
AWS Cloud9 IDE에서 Python3.9 설치하기 (0) | 2023.05.06 |