We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8f7c8 commit ae2b8b3Copy full SHA for ae2b8b3
common/src/main/java/dev/lavalink/youtube/cipher/SignatureCipherManager.java
@@ -177,7 +177,7 @@ private CachedPlayerScript getPlayerScript(@NotNull HttpInterface httpInterface)
177
if (scriptUrl.contains("/player_ias_tce.vflset/")) {
178
// TODO: tce player scripts need proper support
179
// see https://github.com/yt-dlp/yt-dlp/issues/12398
180
- log.debug("jsUrl URL points to tce-variant player script, rewriting to non-tce.");
+ log.debug("jsUrl points to tce-variant player script, rewriting to non-tce.");
181
scriptUrl = scriptUrl.replace("/player_ias_tce.vflset/", "/player_ias.vflset/");
182
}
183
0 commit comments