Removed Mac specific info that did not work.

Lauri Ojansivu 2022-09-25 20:04:48 +03:00
parent f5f82b0260
commit 6b9b95e09d

@ -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