Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when a YouTube URL does not point at anything the API can find. ErrNotFound = errors.New("not found") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
APIKey string
}
Config contains the configurable fields for the YouTube parser.
Click to show internal directories.
Click to hide internal directories.