From 51586c0957d10cd995ff7af986e187f2ffb41883 Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Sun, 9 Feb 2025 20:21:52 +0100 Subject: [PATCH] Disable YT Shorts UI https://github.com/TeamNewPipe/NewPipeExtractor/issues/1273 --- .../extractor/services/youtube/YoutubePlaylistExtractorTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java index e2c7a6413..39111c3d3 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java @@ -445,6 +445,7 @@ public class YoutubePlaylistExtractorTest { extractor.getOriginalUrl()); } + @Disabled("Known problem, see https://github.com/TeamNewPipe/NewPipeExtractor/issues/1273") @Test @Override public void testRelatedItems() throws Exception {