redesign channel activity
This commit is contained in:
parent
89e70626eb
commit
c14771534f
14 changed files with 528 additions and 162 deletions
|
|
@ -87,6 +87,11 @@ public class YoutubeChannelExtractorTest {
|
|||
assertTrue("no next page link found", extractor.hasNextPage());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetSubscriberCount() throws Exception {
|
||||
assertTrue("wrong subscriber count", extractor.getSubscriberCount() >= 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetNextPage() throws Exception {
|
||||
extractor = NewPipe.getService("Youtube")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue