677 B
677 B
clickNgo
A minimalistic implementation of Click'n'Load 2 (as used by JDownloader) written in Go. The project is intentionally kept small, follows the KISS principle, and has zero external dependencies.
Installation
To get started with clickNgo, follow these steps:
git clone https://git.0x0001f346.de/andreas/clickNgo.git
cd clickNgo
go build -o ./build/ .
Usage
Once built, you can run clickNgo with the following command:
build/clickNgo
Simply start the application, click on a corresponding button in your browser, and admire the decrypted links in your terminal.