mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Removed Mac specific info that did not work.
parent
f5f82b0260
commit
6b9b95e09d
1 changed files with 0 additions and 24 deletions
24
YouTube.md
24
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"
|
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
|
## Download one or more videos from YouTube
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue