Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
View Source
const (
IPTV_API_URL = "https://iptv-org.github.io/api"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPTVOrgChannel ¶
type IPTVOrgConfig ¶
type IPTVOrgProvider ¶
type IPTVOrgProvider struct {
types.M3UProvider
// contains filtered or unexported fields
}
func NewIPTVOrgProvider ¶
func NewIPTVOrgProvider(config json.RawMessage) *IPTVOrgProvider
func (*IPTVOrgProvider) GetPlaylist ¶
func (p *IPTVOrgProvider) GetPlaylist() *m3uparser.M3UPlaylist
Click to show internal directories.
Click to hide internal directories.