We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528470c commit 9d01db9Copy full SHA for 9d01db9
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java
@@ -481,17 +481,12 @@ public void testOriginalUrl() throws Exception {
481
extractor.getOriginalUrl());
482
}
483
484
- @Disabled("Known problem, see https://github.com/TeamNewPipe/NewPipeExtractor/issues/1273")
485
@Test
486
@Override
487
public void testRelatedItems() throws Exception {
488
defaultTestRelatedItems(extractor);
489
490
491
- // TODO: enable test when continuations are available
492
- @Disabled("Shorts UI doesn't return any continuation, even if when there are more than 100 "
493
- + "items: this is a bug on YouTube's side, which is not related to the requirement "
494
- + "of a valid visitorData like it is for Shorts channel tab")
495
496
497
public void testMoreRelatedItems() throws Exception {
0 commit comments