pouriap / Grabby

A browser extension for downloading files and media from websites
Mozilla Public License 2.0
34 stars 2 forks source link

A native host for linux? #2

Closed tazihad closed 2 years ago

tazihad commented 2 years ago

I come from flashgot forum

pouriap commented 2 years ago

The native host actually consists of two parts. The main part that communicates with download managers, which is flashgot.exe and a client which is basically a bridge between the browser addon and flashgot.exe

The bridge is cross-platform because it's based on Node.js

The problem is with flashgot.exe. The thing is I never used it on Linux before so I'm not sure exactly how it works. I'm gonna have to take a deeper look to figure it out. But technically speaking if it worked before I should be able to get it to work again.

pouriap commented 2 years ago

Linux support is of course something I plan to do but as you can tell I got lazy and didn't add the missing features after the addon became good enough for me.

And currently I'm pretty busy with work and a side project I have. But I totally plan to complete this addon in the future.