kewlbear / YoutubeDL

An iOS app using youtube-dl Python module with PythonKit Swift package
MIT License
207 stars 35 forks source link

Downloading some videos at the same time conflicts. #7

Open cfcor opened 2 years ago

cfcor commented 2 years ago

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

kewlbear commented 2 years ago

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

cfcor commented 2 years ago

OK I'll try.Thank you.