diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-04 02:53:41 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-04 02:53:41 +0200 | 
| commit | 7c2ca44c48680be360d378bf76b35c6f5dec5a9f (patch) | |
| tree | a9dad81bc110429b6095c916eace7afa35f6a0a1 /bin/common/ytclipo | |
| parent | 14c41cc89367b13d0d9d9f360428582954e8be3d (diff) | |
added embedding chapters option
Diffstat (limited to 'bin/common/ytclipo')
| -rwxr-xr-x | bin/common/ytclipo | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 7e7b9cc..fc98b6e 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -18,6 +18,7 @@ notify-send "ytclipo" "<b>downloading</b> $inp"  yt-dlp "$inp" \  	--restrict-filenames \ +	--embed-chapters \  	-f "b" \  	-S "res:1080" \  	-P "$HOME/vids/youtube/" \  | 
