Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVideoIDListByHomePageURL ¶
GetVideoIDListByHomePageURL get video id list by home page url
Types ¶
type ChannelInfo ¶
type ChannelInfo struct {
ID string
RSSLink string
Title string
ChannelURL string // home page url with channel id
}
ChannelInfo YouTube channel info struct
func GetChannelInfoByHomePageURL ¶
func GetChannelInfoByHomePageURL(url string) (*ChannelInfo, error)
GetChannelInfoByHomePageURL get channel info by home page url, e.g. https://www.youtube.com/@helloworld-cn
Click to show internal directories.
Click to hide internal directories.