diff --git a/YouTube.md b/YouTube.md index ed51c85..b0267bb 100644 --- a/YouTube.md +++ b/YouTube.md @@ -23,30 +23,6 @@ Add to .bashrc: ``` alias yd="~/.local/bin/yt-dlp -f 'bv+ba/b' --sub-langs all,-live_chat --compat-options no-youtube-unavailable-videos --audio-multistreams --video-multistreams --no-clean-infojson --embed-subs" ``` -## Install on Mac - -``` -brew install python3 ffmpeg -``` -Create yd.sh -``` -cd Movies -nano yd.sh -``` -There add text: -``` -~/.local/bin/yt-dlp -f 'bv+ba/b' --sub-langs all,-live_chat --compat-options no-youtube-unavailable-videos --audio-multistreams --video-multistreams --no-clean-infojson --embed-subs $1 -``` -Save and Exit: Ctrl-o Enter Ctrl-x Enter - -Change script to be executeable: -``` -chmod +x yd.sh -``` -Then download video: -``` -./yd.sh https://youtube.com/... -``` ## Download one or more videos from YouTube