✨ Add drop:tmdb command for adding shows/movies to watched log
This commit is contained in:
parent
21d27f8068
commit
88802020fe
10 changed files with 377 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -4,6 +4,7 @@ go 1.26.0
|
|||
|
||||
require (
|
||||
codeberg.org/danjones000/my-log v0.1.1
|
||||
github.com/cyruzin/golang-tmdb v1.9.2
|
||||
github.com/lrstanley/go-ytdlp v1.3.1
|
||||
github.com/spf13/cobra v1.8.0
|
||||
)
|
||||
|
|
@ -14,6 +15,7 @@ require (
|
|||
github.com/caarlos0/env/v10 v10.0.0 // indirect
|
||||
github.com/cloudflare/circl v1.6.3 // indirect
|
||||
github.com/elliotchance/pie/v2 v2.7.0 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/hablullah/go-hijri v1.0.2 // indirect
|
||||
github.com/hablullah/go-juliandays v1.0.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue