MCPcopy Create free account

hub / github.com/Xelckis/yt-fs / functions

Functions20 in github.com/Xelckis/yt-fs

↓ 2 callersFunctionhandleError
(err error, message string)
internal/youtube/youtube.go:137
↓ 1 callersFunctionCreateWatcher
(folder string)
internal/watcher/watcher.go:12
↓ 1 callersFunctionDecodeVideo
(videoLink string, outputPath string)
internal/decoder/decoder.go:44
↓ 1 callersFunctionNibbleExtractor
(file *os.File, colorChan chan<- color.RGBA)
internal/encoder/encoder.go:181
↓ 1 callersFunctionPixelDrawer
(pixelColor <-chan color.RGBA, pngFrames chan<- []byte)
internal/encoder/encoder.go:207
↓ 1 callersFunctionUploadVideo
(service *youtube.Service, filename, title, description, category, privacy, keywords string)
internal/youtube/youtube.go:146
↓ 1 callersFunctionVideoCreator
(images <-chan []byte)
internal/encoder/encoder.go:141
↓ 1 callersFunctionYoutubeAuthInit
(credentialFile string)
internal/youtube/youtube.go:25
↓ 1 callersFunctionframesReceiver
(images <-chan []byte, stdin io.WriteCloser)
internal/encoder/encoder.go:127
↓ 1 callersFunctiongenerateBaseBackground
(ctx *gg.Context)
internal/encoder/encoder.go:39
↓ 1 callersFunctiongetClient
(ctx context.Context, config *oauth2.Config, credencialFile string)
internal/youtube/youtube.go:71
↓ 1 callersFunctiongetTokenFromWeb
(ctx context.Context, config *oauth2.Config)
internal/youtube/youtube.go:80
↓ 1 callersFunctionmatchColor
(r, g, b uint8)
internal/decoder/decoder.go:24
↓ 1 callersMethodnewCallbackServer
()
internal/youtube/youtube.go:46
↓ 1 callersFunctionsaveToken
(file string, token *oauth2.Token)
internal/youtube/youtube.go:127
↓ 1 callersFunctiontokenFromFile
(file string)
internal/youtube/youtube.go:116
↓ 1 callersFunctionvideoDownloader
(videoLink string)
internal/decoder/decoder.go:16
↓ 1 callersFunctionwatchListener
(watcher *fsnotify.Watcher, fileName chan<- string)
internal/watcher/watcher.go:29
Functionmain
()
cmd/encoder/main.go:15
Functionmain
()
cmd/decoder/main.go:12