[YouTube] Parse watching count in live streams items
This commit is contained in:
@@ -68,7 +68,7 @@ public class YoutubeStreamExtractorLivestreamTest {
|
||||
@Test
|
||||
public void testGetViewCount() throws ParsingException {
|
||||
long count = extractor.getViewCount();
|
||||
assertTrue(Long.toString(count), count >= 7148995);
|
||||
assertTrue(Long.toString(count), count > -1);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user