Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapCategory ¶
type NewznabCaps ¶
type NewznabCaps struct {
XMLName xml.Name `xml:"caps"`
Server ServerInfo `xml:"server"`
Limits Limits `xml:"limits"`
Retention Retention `xml:"retention"`
Categories []CapCategory `xml:"categories>category"`
}
-- CAPABILITIES (t=caps) ---
type NewznabController ¶
func (*NewznabController) Handle ¶
func (ctrl *NewznabController) Handle(c *echo.Context) error
Handle is the main Newznab entry point
func (*NewznabController) HandleDownload ¶
func (ctrl *NewznabController) HandleDownload(c *echo.Context) error
handleDownload serves the actual NZB file from cache or source
type NewznabRSS ¶
type NewznabRSS struct {
XMLName xml.Name `xml:"rss"`
Version string `xml:"version,attr"`
NS string `xml:"xmlns:newznab,attr"`
Channel Channel `xml:"channel"`
}
-- SEARCH RESULTS (t=search/tv/movie)
type ServerInfo ¶
Click to show internal directories.
Click to hide internal directories.