rockdaboot / mget

Multithreaded metalink/file/website downloader (like Wget) and C library
GNU Lesser General Public License v3.0
112 stars 19 forks source link

Ability to open each page on website without saving to disk #11

Closed magemore closed 10 years ago

magemore commented 10 years ago

Maybe it's already exists... Possible use to pre-generate cache.

Multithreading in this case really nice, wget too slow.

magemore commented 10 years ago

i have found it :) --delete-after Don't save downloaded files. (default: off)

magemore commented 10 years ago

But "--delete-after" does it mean file actually downloaded to disk? And then deleted from disk? Isn't it faster download just into RAM.

rockdaboot commented 10 years ago

Mget doesn't save the file to disk just to delete it afterwards (Wget does this). BUT: Mget creates the directory structure needed to save the file if it were saved. For some it may be a feature, for others a bug ;-)