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