Skip to content

Commit

Permalink
Update Vaders URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EinAuslander committed Oct 16, 2018
1 parent 774adb0 commit 54e03e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/providers/vaders.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (v *vader) Name() string {
}

func (v *vader) PlaylistURL() string {
return fmt.Sprintf("http://api.vaders.tv/vget?username=%s&password=%s&vod=%t&format=ts", v.BaseConfig.Username, v.BaseConfig.Password, v.BaseConfig.VideoOnDemand)
return fmt.Sprintf("http://vaders.tv/vget?username=%s&password=%s&vod=%t&format=ts", v.BaseConfig.Username, v.BaseConfig.Password, v.BaseConfig.VideoOnDemand)
}

func (v *vader) EPGURL() string {
Expand Down

0 comments on commit 54e03e8

Please sign in to comment.