README ¶ CWTV https://play.google.com/store/apps/details?id=com.cw.fullepisodes.android Why does this exist? 2022-03-06 https://github.com/ytdl-org/youtube-dl/issues/30662 Also I am interested to use it. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func GetPlay(addr string) (string, error) type Video func NewVideo(play string) (*Video, error) func (v Video) Base() string func (v Video) Media() (*url.URL, error) Constants ¶ This section is empty. Variables ¶ View Source var LogLevel format.LogLevel Functions ¶ func GetPlay ¶ func GetPlay(addr string) (string, error) Types ¶ type Video ¶ type Video struct { Video struct { MPX_URL string Series_Name string Title string } } func NewVideo ¶ func NewVideo(play string) (*Video, error) func (Video) Base ¶ added in v1.49.2 func (v Video) Base() string func (Video) Media ¶ func (v Video) Media() (*url.URL, error) Source Files ¶ View all Source files cwtv.go Click to show internal directories. Click to hide internal directories.