package
Version:
v2.2.1
Opens a new window with list of versions in this module.
Published: Oct 30, 2019
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Channel struct {
ID string `json:"id"`
Title string `json:"title"`
URL string `json:"url"`
}
A Channel represents the channel of YouTube.
A Client represents the client of CLI.
NewClient returns a new CLI client.
Run executes a client tasks and returns an exit code.
type Video struct {
Channel *Channel `json:"channel"`
ID string `json:"id"`
ObjectID string `json:"objectID"`
PublishedAt int64 `json:"publishedAt"`
Title string `json:"title"`
URL string `json:"url"`
}
A Video represents the video of YouTube.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.