twitchsingstools/web/script.bat
Martyn Ranyard f7b0f074cf
All checks were successful
continuous-integration/drone/tag Build is passing
Redis refactor and video download script.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-09-05 18:14:56 +02:00

5 lines
314 B
Batchfile
Executable file

@ECHO OFF
{{ range .SongData -}}
IF NOT EXIST "{{.OtherSinger}}\" MKDIR {{.OtherSinger}}
IF NOT EXIST "{{.OtherSinger}}\{{.ShortDate}}-{{.OtherSinger}}-{{.SongTitle}}-{{.VideoNumber}}.mp4" youtube-dl -o "{{.OtherSinger}}\{{.ShortDate}}-{{.OtherSinger}}-{{.SongTitle}}-{{.VideoNumber}}.mp4" {{.VideoURL}}
{{ end }}