Unique Downloader
1.0.0
这个下载器是我创建的,它的工作方式非常独特。我分享这个代码是因为我在制作这个程序时遇到了很多问题,所以我不想让其他人面对我遇到的问题。它是用于非商业用途的,我想要你学习我的代码,然后编写您自己的下载器。谢谢!
--------------------------------How it works--------------------------------------
1.It first gets the info of the file which you want to download using the Url
2.Then it creats a folder and 6 different files named 1.ud, 2.ud ,3.ud ,4.ud, 5.ud and Info.txt
3.It uses five threads to download files in parts by dividing the size of the file into 5 parts the
last part can be big
4.And after completing the download process then it creats the master file of all the other 5 five files
and saves the whole bytes into one file