From 6e82a80b26ad27f7777dda1dcfd30db4c0652e31 Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Sun, 9 Feb 2025 20:08:29 +0100 Subject: [PATCH] Disabled age restricted test as it's currently not working --- .../youtube/stream/YoutubeStreamExtractorAgeRestrictedTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorAgeRestrictedTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorAgeRestrictedTest.java index 9cf42334b..7533c64d9 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorAgeRestrictedTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorAgeRestrictedTest.java @@ -3,6 +3,7 @@ package org.schabi.newpipe.extractor.services.youtube.stream; import static org.schabi.newpipe.extractor.ServiceList.YouTube; import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Disabled; import org.schabi.newpipe.downloader.DownloaderFactory; import org.schabi.newpipe.extractor.NewPipe; import org.schabi.newpipe.extractor.StreamingService; @@ -16,6 +17,7 @@ import java.util.List; import javax.annotation.Nullable; +@Disabled("There is currently no way to extract age-restricted videos") public class YoutubeStreamExtractorAgeRestrictedTest extends DefaultStreamExtractorTest { private static final String RESOURCE_PATH = DownloaderFactory.RESOURCE_PATH + "services/youtube/extractor/stream/"; private static final String ID = "rwcfPqbAx-0";