Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
This section is empty.
Types ¶
type AwemeDetail ¶ added in v1.42.4
type AwemeDetail struct {
Author struct {
Unique_ID string
}
Aweme_ID string
Create_Time int64
// height field here is invalid
Video struct {
Duration int64
Play_Addr struct {
Width int
Height int
URL_List []string
}
}
}
func NewAwemeDetail ¶ added in v1.42.4
func NewAwemeDetail(id int64) (*AwemeDetail, error)
func (AwemeDetail) Duration ¶ added in v1.43.1
func (a AwemeDetail) Duration() time.Duration
func (AwemeDetail) Time ¶ added in v1.43.1
func (a AwemeDetail) Time() time.Time
func (AwemeDetail) URL ¶ added in v1.42.4
func (a AwemeDetail) URL() string
Click to show internal directories.
Click to hide internal directories.