ブログ - youtube-dl
誰もが考える.Youtubeをダウンロードしてオフラインで観てみたい.
それっぽいコマンドがbrewで用意されていたので,入れてみる.
パラメータにYoutubeのURLをつけて実行するだけで良いらしいので,実行して見る.
ダウンロードしたファイルを確認.
何ということでしょう...
それっぽいコマンドがbrewで用意されていたので,入れてみる.
MBP2017:Documents ujpadmin$ brew info youtube-dl🆑
youtube-dl: stable 2018.05.18, HEAD
Download YouTube videos from the command-line
https://rg3.github.io/youtube-dl/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/youtube-dl.rb
==> Options
--HEAD
Install HEAD version
MBP2017:Documents ujpadmin$
MBP2017:Documents ujpadmin$ which youtube-dl🆑
/usr/local/bin/youtube-dl
MBP2017:Documents ujpadmin$
MBP2017:Documents ujpadmin$ youtube-dl https://www.youtube.com/watch?v=9L3LJqhyfFY
[youtube] 9L3LJqhyfFY: Downloading webpage
[youtube] 9L3LJqhyfFY: Downloading video info webpage
[youtube] 9L3LJqhyfFY: Extracting video information
[youtube] 9L3LJqhyfFY: Downloading js player vfllWbVhi
[download] Destination: 西城秀樹 ブルースカイ ブルー-9L3LJqhyfFY.mp4
[download] 100% of 32.00MiB in 00:16
MBP2017:Documents ujpadmin$
MBP2017:Documents ujpadmin$ ls -lah *.mp4
-rw-r--r--@ 1 ujpadmin staff 32M 5 17 15:26 西城秀樹 ブルースカイ ブルー-9L3LJqhyfFY.mp4
MBP2017:Documents ujpadmin$