erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
565 stars 61 forks source link

Other downloaders can, But HTTP Downloader can not download from this website #118

Open rayman3003 opened 4 years ago

rayman3003 commented 4 years ago

I can download with any other downloader app to download this file:

https://0bin.net/paste/E2NM+VhstTngoz+j#nviSjErZcDUxI2Ddc8XqdzMf3AUgZfYSeBmJvR8znf9

But "HTTP Downloader" can not download it.

erickutcher commented 4 years ago

That site has a ridiculous amount of redirects just to get to the file. The actual file is being hosted on uploadbox.io and once you get to that page and have it generate a download link for you, it'll download fine.

rayman3003 commented 4 years ago

That site has a ridiculous amount of redirects just to get to the file. The actual file is being hosted on uploadbox.io and once you get to that page and have it generate a download link for you, it'll download fine.

It works with other downloaders. Just try urself. For example "orbit downloader" can download it without problem & without the need for generating a download link!

Also, Its not 1 or 2 link that I go & generate it. Its more than 30 links. & maybe more in the future!

erickutcher commented 4 years ago

Those programs are probably designed to work with file hosts. My program doesn't attempt to handle sites like that. It simply receives the direct URL and any cookies and header values that are needed and downloads in the same manner that a web browser would.

If you're able to get the browser extension working and you have it override the browser's download manager, then you can just click the links like a regular download it it'll send it to HTTP Downloader. No need to copy URL(s) or anything else.