I am trying to get certain values from different channels using
request = youtube.channels().list(part = "statistics",id = ChannelID)responseYT = request.execute()print(responseYT)The statistics part is showing a lot of information like views, subscriber count etc. but its doing it in an unreadable way.How could I take, for example just the subscriber count and display that?