Skip to content

Commit

Permalink
m3utester2: ignore host for pulling mist playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Sep 15, 2022
1 parent f431212 commit 5d4a938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/testers/m3utester2.go
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ func (mut *m3utester2) manifestPullerLoop(waitForTarget time.Duration) {
return
}
misturl.RawQuery = ""
misturl.Host = ""
ress = misturl.String()
} else if !mut.followRename {
ress = variant.URI
Expand Down

0 comments on commit 5d4a938

Please sign in to comment.