Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
Should be fWebmLow instead of fM4aLow
  • Loading branch information
xslook authored May 11, 2020
1 parent 424f8de commit ead8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractors/youtube/youtube.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func extractVideoURLS(data playerResponseType, videoInfo *ytdl.VideoInfo) (map[s
return nil, err
}
audioWebm = audioURL
} else if fM4aLow != nil {
} else if fWebmLow != nil {
audioURL, err := getRealURL(fWebmLow, videoInfo, "webm")
if err != nil {
return nil, err
Expand Down

0 comments on commit ead8902

Please sign in to comment.