Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liz committed Apr 13, 2024
1 parent c0278ea commit b07d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3u8-downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func Run() {
insecure := *sFlag
savePath := *spFlag

ro.Headers["Referer"] = getHost(m3u8Url, "apiv2")
ro.Headers["Referer"] = getHost(m3u8Url, "v2")
if insecure != 0 {
ro.InsecureSkipVerify = true
}
Expand Down

0 comments on commit b07d9a1

Please sign in to comment.