Set max size for downloads.
This commit is contained in:
parent
6d675a93e6
commit
c15c3d6d13
|
|
@ -0,0 +1,10 @@
|
|||
apt-get -y install youtube-dl
|
||||
|
||||
|
||||
## https://github.com/rg3/youtube-dl/blob/master/README.md#configuration
|
||||
# Reduce maximum video quality
|
||||
echo "-f 'bestvideo[height<=720]+bestaudio/best[height<=720]'" >> /etc/youtube-dl.conf
|
||||
|
||||
echo "-f 'bestvideo[height<=720]+bestaudio/best[height<=720]'" >> ~/.config/youtube-dl/config
|
||||
|
||||
|
||||
Loading…
Reference in New Issue