Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Update YoutubeStreamExtractor.java
Browse files Browse the repository at this point in the history
Typing incorrect.
  • Loading branch information
hhyeok1026 authored Nov 27, 2020
1 parent 74b6f87 commit c444c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private List<YTMedia> parseUrls(YTMedia[] rawMedia)
{
if (url_part.startsWith("s="))
{
decodedSig = CipherManager.dechiperSig(URLDecoder.decode(partCipher.replace("s=", "")), playerResponse.getPlayerJs());
decodedSig = CipherManager.dechiperSig(URLDecoder.decode(url_part.replace("s=", "")), playerResponse.getPlayerJs());
}
}
}
Expand Down

0 comments on commit c444c84

Please sign in to comment.