Skip to content

Commit b7ea744

Browse files
committed
[YouTube] Enable YoutubePlaylistExtractorTest.ShortsUI.testMoreRelatedItems
As continuations are now again available for playlists with Shorts UI, more items' tests can be enabled.
1 parent 68febad commit b7ea744

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,17 +481,12 @@ public void testOriginalUrl() throws Exception {
481481
extractor.getOriginalUrl());
482482
}
483483

484-
@Disabled("Known problem, see https://github.com/TeamNewPipe/NewPipeExtractor/issues/1273")
485484
@Test
486485
@Override
487486
public void testRelatedItems() throws Exception {
488487
defaultTestRelatedItems(extractor);
489488
}
490489

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")
495490
@Test
496491
@Override
497492
public void testMoreRelatedItems() throws Exception {

0 commit comments

Comments
 (0)