Skip to content

Commit

Permalink
Properly set LiveURL state value after finding a stream
Browse files Browse the repository at this point in the history
Should fix #171
  • Loading branch information
Kethsar committed Feb 1, 2024
1 parent 9dbed6c commit 156f023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ func (di *DownloadInfo) GetPlayablePlayerResponse() (retrieved int, pr *PlayerRe
if isLiveURL {
di.URL = fmt.Sprintf("https://www.youtube.com/watch?v=%s", di.VideoID)
di.MembersOnly = false
isLiveURL = false
di.LiveURL = false
continue
}

Expand Down

0 comments on commit 156f023

Please sign in to comment.