subdigital / kv-downloader

A utility that automates a workflow for downloading individual tracks from Karaoke Version.
MIT License
3 stars 0 forks source link

Request: multiple urls from text file #4

Closed bascurtiz closed 1 week ago

bascurtiz commented 2 weeks ago

Handy tool! Why they don't have such function on the site itself, beats me.

Could u make it so, that it accepts a text-file with urls per line to download multiple ones after another?

It takes around 4 mins to download one now, but I have around 50 multitracks tops. I'd like to just download them overnight in one-go.

subdigital commented 1 week ago

Thank you! Though I am not sure I want to offer this for a few reasons:

while IFS= read -r SONG; do
  kv-downloader download $SONG
  sleep 30
done < songs.txt