Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListResponse ¶
type ListResponse struct { Status string `json:"status"` StatusMessage string `json:"status_message"` Data struct { Movies []struct { TitleLong string `json:"title_long"` MediumCoverImage string `json:"medium_cover_image"` Torrents []struct { URL string `json:"url"` } `json:"torrents"` } `json:"movies"` } `json:"data"` }
type YTS ¶
type YTS struct {
// contains filtered or unexported fields
}
func (*YTS) SetHTTPClient ¶
Click to show internal directories.
Click to hide internal directories.