add comment to clarify channel tab param

This commit is contained in:
ThetaDev 2023-04-05 20:20:03 +02:00
parent e57d43f92d
commit 750f1585a5
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
throws IOException, ExtractionException {
final String channelPath = super.getId();
final String id = resolveChannelId(channelPath);
// Fetch video tab
final ChannelResponseData data = getChannelResponse(id, "EgZ2aWRlb3M%3D",
getExtractorLocalization(), getExtractorContentCountry());