added quiet parameter
This commit is contained in:
parent
93c6fb77f5
commit
d81ad7b2d4
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd /home/stev/Videos/Twitch/Kodykins
|
cd /home/stev/Videos/Twitch/Kodykins
|
||||||
yt-dlp -f 720p60 https://www.twitch.tv/curlykody/videos
|
yt-dlp -q -f 720p60 https://www.twitch.tv/curlykody/videos
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd /home/stev/Videos/Twitch/spaceyeen
|
cd /home/stev/Videos/Twitch/spaceyeen
|
||||||
yt-dlp -f 720p60 https://www.twitch.tv/spaceyeen/videos
|
yt-dlp -q -f 720p60 https://www.twitch.tv/spaceyeen/videos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue