2021-09-21 08:31:51 +09:30
|
|
|
# gropple
|
2021-09-21 08:32:50 +09:30
|
|
|
|
|
|
|
## Pre-requisites
|
|
|
|
|
2021-09-21 18:10:52 +09:30
|
|
|
* youtube-dl (plus any of its required dependencies, like ffmpeg)
|
2021-09-21 08:32:50 +09:30
|
|
|
* golang compiler
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
2021-09-21 18:10:52 +09:30
|
|
|
go build
|
2021-09-21 08:32:50 +09:30
|
|
|
|
|
|
|
## Running
|
|
|
|
|
2021-09-21 18:10:52 +09:30
|
|
|
./gropple -port 8000 -address http://hostname:8000 -path /downloads
|
|
|
|
|
|
|
|
With no arguments, it will listen on port 8000 and use an address of 'http://localhost:8000'.
|
|
|
|
|
|
|
|
The address must be specified so that the bookmarklet can refer to the correct
|
|
|
|
host when it is not running on your local machine. You may also need to specify
|
|
|
|
a different address if you are running it behind a proxy server or similar.
|
|
|
|
|
|
|
|
## Using
|
|
|
|
|
|
|
|
|