Casvt / Kapowarr

Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.
https://casvt.github.io/Kapowarr/
GNU General Public License v3.0
348 stars 12 forks source link

Download from WeTransfer #160

Closed Casvt closed 1 month ago

Casvt commented 2 months ago

Is your feature request related to a problem? Please describe.

Kapowarr supports downloading from GC servers, MediaFire and Mega. WeTransfer is not possible however.

Describe the solution you'd like

Implement a built-in client for downloading from WeTransfer.

Additional context

It's actually very easy. See here for all needed code. Just convert the page link to a direct download link (see linked code) and then use the direct-link-client to download it, very similar to how MediaFire downloads are handled.