ugetdm / uget-integrator

Native messaging host to integrate uGet Download Manager with web browsers
GNU General Public License v3.0
339 stars 38 forks source link

Intercept must always ignore "blob:" downloads #28

Open ghost opened 6 years ago

ghost commented 6 years ago

mega.nz uses a unique file downloading method in which all the downloading is done on the page and the final stage launches the download and decrypts it.

if uGet intercepts it, it just appears as 'blob' and will save as a blank file with the error Unsupported protocol

hkchakladar commented 5 years ago

I'm also looking for this.