Documentation ¶
Index ¶
Constants ¶
View Source
const ( FeedURL = "http://rss.rrys.tv/rss/feed/" SearchURL = "http://pc.zmzapi.com/index.php?g=api/pv2&m=index&a=search&accesskey=519f9cab85c8059d17544947k361a827&limit=200&k=" DetailURL = "http://pc.zmzapi.com/index.php?g=api/pv2&m=index&a=resource&accesskey=519f9cab85c8059d17544947k361a827&id=" LoginURL = "http://www.zmz2019.com/User/Login/ajaxLogin" FavURL = "http://www.zmz2019.com/user/fav" ResourceURL = "http://www.zmz2019.com/resource/" UserAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type Detail struct { ID string `json:"id"` Cnname string `json:"cnname"` Enname string `json:"enname"` Channel string `json:"channel"` ChannelCN string `json:"channel_cn"` Category string `json:"category"` CloseResource string `json:"close_resource"` PlayStatus string `json:"play_status"` Poster string `json:"poster"` URL string `json:"url"` }
Click to show internal directories.
Click to hide internal directories.