You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorLivestreamTest.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,6 @@ public class YoutubeStreamExtractorLivestreamTest extends DefaultStreamExtractor
26
26
privatestaticfinalStringURL = YoutubeStreamExtractorDefaultTest.BASE_URL + ID + "&t=" + TIMESTAMP;
27
27
privatestaticStreamExtractorextractor;
28
28
29
-
// When you run this test with the RecordingDownloader, please uncomment line 80 and comment
30
-
// line 81. Otherwise, the test will fail because parsing the DASH manifest requires your IP
31
-
// address. You will have to remove it manually in the mocks.
0 commit comments