Skip to content

Commit

Permalink
Merge pull request #214 from EinAuslander/dev
Browse files Browse the repository at this point in the history
Update Vaders URL
  • Loading branch information
chazlarson authored Jan 2, 2019
2 parents 3b9b551 + 54e03e8 commit 567f906
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 567f906

Please sign in to comment.