YoutubeDL
YoutubeDL copied to clipboard
Downloading some videos at the same time conflicts.
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.
OK I'll try.Thank you.