コード例 #1
0
        public async Task GetVideoCommentsNetAsync()
        {
            List <string> res = await YouTubeSite.GetVideoCommentsNetAsync("-wA6Qj4oF2E", 0).ConfigureAwait(false);

            Assert.IsTrue(res.Any());
        }