kewlbear / YoutubeDL

An iOS app using youtube-dl Python module with PythonKit Swift package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloading some videos at the same time conflicts.

cfcor opened this issue · comments

commented

I use tableview to display the download process of multiple videos. When I download some videos at the same time, there are conflicts. Do you have any good suggestions?@kewlbear

I didn't consider downloading multiple videos simultaneously. You should change YoutubeDL-iOS package source to handle that scenario.

commented

OK I'll try.Thank you.