update deps
This commit is contained in:
parent
c71594f2ad
commit
b7dacda5b3
42
README.md
42
README.md
@ -24,27 +24,27 @@ Usage
|
||||
-----
|
||||
|
||||
❯ ~/go/bin/ytui -h
|
||||
2022/08/25 17:43:36 Youtube UI
|
||||
Usage of /home/balki/go/bin/ytui:
|
||||
-assetspath string
|
||||
Path where css files are saved and served (default "./assets")
|
||||
-cachepath string
|
||||
Path where temporary download files are saved (default "./cache")
|
||||
-dbpath string
|
||||
Path where downloaded info is saved (default "./db.json")
|
||||
-port int
|
||||
Port to listen on (default 8080)
|
||||
-saveassets
|
||||
Should the assets be saved in dir, so can be served by web server
|
||||
-title string
|
||||
Title of the page (default "Youtube Downloader")
|
||||
-videospath string
|
||||
Path where videos are saved (default "./vids")
|
||||
-videosurl string
|
||||
Prefix of the url, i.e. https://domain.com/<this var>/<video filename> (default "/vids")
|
||||
-ytdlcmd string
|
||||
youtube-dl command seperated by spaces (default "youtube-dl")
|
||||
|
||||
2022/11/21 11:30:40 Youtube UI
|
||||
Usage of ./ytui:
|
||||
-assetspath string
|
||||
Path where css files are saved and served (default "./assets")
|
||||
-cachepath string
|
||||
Path where temporary download files are saved (default "./cache")
|
||||
-dbpath string
|
||||
Path where downloaded info is saved (default "./db.json")
|
||||
-port int
|
||||
Port to listen on (default 8080)
|
||||
-saveassets
|
||||
Should the assets be saved in dir, so can be served by web server
|
||||
-title string
|
||||
Title of the page (default "Youtube Downloader")
|
||||
-videospath string
|
||||
Path where videos are saved (default "./vids")
|
||||
-videosurl string
|
||||
Prefix of the url, i.e. https://domain.com/<this var>/<video filename> (default "/vids")
|
||||
-ytdlcmd string
|
||||
youtube-dl command seperated by spaces (default "youtube-dl")
|
||||
|
||||
My Deployment setup
|
||||
-------------------
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module gitlab.com/balki/ytui
|
||||
|
||||
go 1.18
|
||||
|
||||
require golang.org/x/net v0.1.0
|
||||
require golang.org/x/net v0.2.0
|
||||
|
4
go.sum
4
go.sum
@ -1,2 +1,2 @@
|
||||
golang.org/x/net v0.1.0 h1:hZ/3BUoy5aId7sCpA/Tc5lt8DkFgdVS2onTpJsZ/fl0=
|
||||
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
|
||||
golang.org/x/net v0.2.0 h1:sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
|
||||
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
|
||||
|
Loading…
Reference in New Issue
Block a user