Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohai-78 committed Jan 19, 2025
1 parent aee0eaa commit 1d8aba6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public String getSubtitleInfo(String videoId) throws IOException {
// Decode the URL to avoid \u0026 issues
String decodedUrl = URLDecoder.decode(urlEncoded, StandardCharsets.UTF_8);

System.out.println(decodedUrl);
String subtitleText = fetchSubtitleText(decodedUrl);
subtitleInfo.append("Language: ").append(language).append("\n").append(subtitleText).append("\n\n");

Expand Down

0 comments on commit 1d8aba6

Please sign in to comment.