remove unavailable params

This commit is contained in:
Owen Roberts 2022-11-25 15:40:55 -07:00
parent eac850ca10
commit 2960adb97b
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ public class YoutubePlaylistExtractor extends PlaylistExtractor {
final byte[] body = JsonWriter.string(prepareDesktopJsonBuilder(localization,
getExtractorContentCountry())
.value("browseId", "VL" + getId())
.value("params", "wgYCCAA%3D") // Show unavailable videos
.done())
.getBytes(StandardCharsets.UTF_8);