2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

[YouTube] Enable YoutubePlaylistExtractorTest.ShortsUI.testMoreRelatedItems

As continuations are now again available for playlists with Shorts UI, more
items' tests can be enabled.
This commit is contained in:
AudricV
2025-04-18 15:29:20 +02:00
committed by Stypox
parent 9415e1bbef
commit 88efec6e4d

View File

@@ -481,17 +481,12 @@ public class YoutubePlaylistExtractorTest {
extractor.getOriginalUrl());
}
@Disabled("Known problem, see https://github.com/TeamNewPipe/NewPipeExtractor/issues/1273")
@Test
@Override
public void testRelatedItems() throws Exception {
defaultTestRelatedItems(extractor);
}
// TODO: enable test when continuations are available
@Disabled("Shorts UI doesn't return any continuation, even if when there are more than 100 "
+ "items: this is a bug on YouTube's side, which is not related to the requirement "
+ "of a valid visitorData like it is for Shorts channel tab")
@Test
@Override
public void testMoreRelatedItems() throws Exception {