Ejemplo n.º 1
0
        public async void RetrieveVideoTest()
        {
            Video video = await twixel.RetrieveVideo("v50248541");

            Assert.Equal(27, video.length);
            Assert.Equal("League of Legends", video.game);
        }
Ejemplo n.º 2
0
        public async void RetrieveVideoTest()
        {
            Video video = await twixel.RetrieveVideo("c2543719");

            Assert.Equal(20, video.length);
            Assert.Equal("League of Legends", video.game);
        }