lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.52k stars 259 forks source link

Remove the single downloader function and put everything into the queue #1061

Open makedir opened 1 month ago

makedir commented 1 month ago

Checklist

Write your feature request here

Please remove the single downloader, it makes zero sense. I often accidentally click on download and then have to wait ages for it to finish, where I wanted to add several jobs to the queue.

Just put every job into the queue, instead of blocking the gui with a single job.