Versions in this module Expand all Collapse all v1 v1.0.216 Jul 5, 2024 Changes in this version + const LogTable + type AnalysisResponse struct + ImageLinkList []string + VideoLink string + type AnalysisResult struct + Err error + Result AnalysisResponse + type Client struct + func NewClient(config *ClientConfig) (*Client, error) + func (c *Client) Analysis(ctx context.Context, content string) *AnalysisResult + func (c *Client) ConfigSLogClientFun(apiSLogFun golog.ApiSLogFun) + func (c *Client) DefaultHttp() + func (c *Client) ExtractImageLink(content string) []string + func (c *Client) ExtractVideoLink(content string) string + func (c *Client) GetVideoHtml(url string, cookieStr string) (string, error) + func (c *Client) GetVideoLink(url string) Response + func (c *Client) SetHttp(app *gorequest.App) + type ClientConfig struct + type Response struct + Cookies string + Err error + Link string