erickutcher / httpdownloader

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

Adding Mega.co.nz support #91

Open Zero3K opened 5 years ago

Zero3K commented 5 years ago

It would be nice if it could download files hosted on that site. You can look at the source of megatools (which is a collection of functions that involve Mega.co.nz, such as downloading from/uploading to it), which is available at https://megous.com/git/megatools/tree/.

erickutcher commented 5 years ago

It seems like their protocol is subject to change. I'm going to have to pass on this. SFTP is probably the last protocol I'm going to add.

Zero3K commented 5 years ago

It don't think its a protocol. Anyways, someone else could add it and maintain it.

c-sanchez commented 5 years ago

Add mega can be nice indeed, althought maybe as an optional "plugin" or something? Check megatools https://megatools.megous.com/ Anyway I think use megatools is enough too :p