Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TVNameParseResult ¶
type TVNameParseResult struct {
Name string
CleanedName string
Country string
Episode string
Season string
Airdate string
}
TVNameParseResult represents extracted information from a tv release name
func ParseInfo ¶
func ParseInfo(name string) (*TVNameParseResult, error)
ParseInfo returns information about the given tv show release
Click to show internal directories.
Click to hide internal directories.