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 9d76862 commit 492349bCopy full SHA for 492349b
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java
@@ -452,10 +452,6 @@ public void testRelatedItems() throws Exception {
452
defaultTestRelatedItems(extractor);
453
}
454
455
- // TODO: enable test when continuations are available
456
- @Disabled("Shorts UI doesn't return any continuation, even if when there are more than 100 "
457
- + "items: this is a bug on YouTube's side, which is not related to the requirement "
458
- + "of a valid visitorData like it is for Shorts channel tab")
459
@Test
460
@Override
461
public void testMoreRelatedItems() throws Exception {
0 commit comments