Documentation ¶
Index ¶
- func BangumiDetailInfo(epId string) (body []byte, err error)
- func BangumiInfo(mediaId string) (body []byte, err error)
- func BangumiSeasonInfo(seasonId string) (body []byte, err error)
- func BangumiSectionInfo(seasonId string) (body []byte, err error)
- func DanmakuHistory(sessData, oid, date string) (body []byte, err error)
- func DanmakuOnline(oid, segmentIndex string) (body []byte, err error)
- func DanmakuOnlineOld(oid string) (body []byte, err error)
- func NewRequest(m Method, u api_url.ApiUrl, args ...interface{}) (body []byte, err error)
- func UserGetUserInfo(sessData string) (body []byte, err error)
- func VideoInfo(bvOrAv string) (body []byte, err error)
- func VideoRedirectEpisode(videoId string) (epId string, err error)
- func XSpaceAccInfo(mid string) (body []byte, err error)
- func XSpaceAccInfoSessData(mid, sessData string) (body []byte, err error)
- func XSpaceArcSearch(mid string, pn int) (body []byte, err error)
- type BanRedirect
- type Cookies
- type Method
- type ParamsGet
- type RewriteURL
- type Timeout
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BangumiDetailInfo ¶
func BangumiSeasonInfo ¶
BangumiSeasonInfo 根据season id获取数据 使用ssid获取的数据总是返回该番剧的最新一话的数据
func BangumiSectionInfo ¶
func DanmakuHistory ¶
func DanmakuOnline ¶
func DanmakuOnlineOld ¶
func NewRequest ¶
NewRequest 新建request
func UserGetUserInfo ¶
func VideoRedirectEpisode ¶
VideoRedirectEpisode 番剧的每一话也像普通视频一样有自己的av、BV号,需要跳转处理
func XSpaceAccInfo ¶
func XSpaceAccInfoSessData ¶
Types ¶
type RewriteURL ¶
type RewriteURL string
RewriteURL 重写URL
func (RewriteURL) String ¶
func (_this RewriteURL) String() string
Click to show internal directories.
Click to hide internal directories.