Skip to content

Commit 6e82a80

Browse files
committed
Disabled age restricted test as it's currently not working
1 parent f0ed76c commit 6e82a80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorAgeRestrictedTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import static org.schabi.newpipe.extractor.ServiceList.YouTube;
44

55
import org.junit.jupiter.api.BeforeAll;
6+
import org.junit.jupiter.api.Disabled;
67
import org.schabi.newpipe.downloader.DownloaderFactory;
78
import org.schabi.newpipe.extractor.NewPipe;
89
import org.schabi.newpipe.extractor.StreamingService;
@@ -16,6 +17,7 @@
1617

1718
import javax.annotation.Nullable;
1819

20+
@Disabled("There is currently no way to extract age-restricted videos")
1921
public class YoutubeStreamExtractorAgeRestrictedTest extends DefaultStreamExtractorTest {
2022
private static final String RESOURCE_PATH = DownloaderFactory.RESOURCE_PATH + "services/youtube/extractor/stream/";
2123
private static final String ID = "rwcfPqbAx-0";

0 commit comments

Comments
 (0)