kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
[YouTube] Enable YoutubePlaylistExtractorTest.ShortsUI.testMoreRelatedItems
As continuations are now again available for playlists with Shorts UI, more items' tests can be enabled.pull/1104/head
rodzic
9415e1bbef
commit
88efec6e4d
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue