create dir if doesnt exist
This commit is contained in:
parent
998e76a8e1
commit
e26ecd9efa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
cd /home/stev/Videos/Twitch/$username
|
cd /home/stev/Videos/Twitch/$username || mkdir -v ~/Videos/Twitch/$username
|
||||||
yt-dlp -q -f $format "https://www.twitch.tv/$username/videos?filter=archives&sort=time"
|
yt-dlp -q -f $format "https://www.twitch.tv/$username/videos?filter=archives&sort=time"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue