TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

On Downloading Files

2 pointsby mkathurialmost 5 years ago

1 comment

hrishiosalmost 5 years ago
It still amazes me why this has not gotten better. I had gotten used to presuming that there was a better ecosystem of tools that connected curl, wget or aria2c to the browser that I was incapable of finding. None of the extensions I&#x27;ve tried provide anything close to reliable performance.<p>The problem with using curl and wget directly is encountering websites that generate a one-time, non resumable link which they then communicate to the browser. In most of these cases, it requires a fair bit of reverse engineering and mocking requests to get the link in bash, in an unspoiled state so curl can download it.<p>The best option I&#x27;ve found at the moment is JDownloader2. It&#x27;s been the most reliable downloader for complex files while being simple enough to use with its integrations.