Only store ajaxJson for initial page and eager fetch the initial continuation.

This commit is contained in:
Kavin
2022-12-08 11:44:47 +00:00
parent 64d24aa09e
commit 2974dfaa48
2 changed files with 43 additions and 21 deletions

View File

@@ -348,7 +348,6 @@ public class YoutubeCommentsExtractorTest {
@Test
public void testCommentsCount() throws IOException, ExtractionException {
extractor.getInitialPage(); // Needs to be called first
assertTrue(extractor.getCommentsCount() > 18800);
}
}