Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client ...
func (*Client) GetDownloadLink ¶
func (c *Client) GetDownloadLink(link string) (*LinkUnlock, error)
GetDownloadLink ...
type LinkUnlock ¶
type LinkUnlock struct { Success bool `json:"success,omitempty"` Infos struct { Link string `json:"link,omitempty"` Host string `json:"host,omitempty"` Filename string `json:"filename,omitempty"` Streaming interface{} `json:"streaming,omitempty"` Paws bool `json:"paws,omitempty"` } `json:"infos,omitempty"` Error *string `json:"error,omitempty"` }
LinkUnlock ...
type Pin ¶
type Pin struct { Success bool `json:"success,omitempty"` Pin string `json:"pin,omitempty"` ExpiredIn int64 `json:"expired_in,omitempty"` UserURL string `json:"user_url,omitempty"` BaseURL string `json:"base_url,omitempty"` CheckURL string `json:"check_url,omitempty"` Error *string `json:"error,omitempty"` }
Pin ...
Click to show internal directories.
Click to hide internal directories.