Add script for downloading youtube videos from "Interessant" playlist

This commit is contained in:
RealStickman 2021-07-31 13:12:08 +02:00
parent 50067db38b
commit 2033f72637

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
cd $HOME/Videos/Interessant
youtube-dl --cookies "$HOME/Nextcloud/youtube-cookie.txt" PLw1D9N29TD5IoVg0O-nWroc0lB28o2lsG
exit 0