alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
820 stars 67 forks source link

Can we have a "download capture only" extension? #91

Closed Livy-Inverse closed 2 years ago

Livy-Inverse commented 2 years ago

As with Unix philosophy "do one thing and do it well", I would like to ask if we can have a Chrome extension which only capture download links and send them to the AriaNG server? I mean we have 3 different things:

  1. aria2c running in RPC mode on one server
  2. AriaNG running in another server, which acts as a front-end for aria2 server
  3. Chrome extensions on various client PCs, which captures the link and and send them to the AriaNG server

Of course we can combine all of them on a single PC. But personally, I think it would be better to split their functionalities into different components. The obvious benefit would be upgrading AriaNG independently of the extension.

alexhua commented 2 years ago

No, we dont.

According to my experience, common end user always likes all-in-one application whose philosophy is different from operation system module design. And as current condition, you can use aria2, ariaNG, extension separatly since you know how to config.

Thanks for your advice.

Livy-Inverse commented 2 years ago

I just realized Aria2 for Chrome does not rely on AriaNG to work. It has its own configuration parameters, and can send download links directly to aria2. AriaNG works as a "viewer" most of the time.

You're right. I think I can install another web interface such as WebUI-Aria2 and it will work just fine as another viewer. It is nice to have two GUIs at once.

alexhua commented 2 years ago

Yes. You got it.