Scraping data from Youtube Profile

Is it possible to scrape data from YouTube profiles ? I tried path but I get blank results.
What I need is:
subscribers
country
Email will be impossible I guesshttps://www.youtube.com/channel/UCc4MxE_28qxA46nLEAt4jLg/about

The youtube cconnector is currently unavailable, but these fields are available for channels:
bild

Are profiles a different thing compared to channels?

It seems that the Country is missing in the connector. Its not possible to scrape Youtube with Xpath?

I looked into the Youtube API and the country field is available. Have added it and ready when the API is back up.

Regarding scraping, try this XPath:
//span[@class='country-inline']