Skip to content

Commit

Permalink
Remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AudricV committed Jul 17, 2021
1 parent 8f52d72 commit 1c763a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ public Response execute(@Nonnull final Request request) throws IOException,
response.responseCode(),
response.responseMessage(),
response.responseHeaders(),
// Uncomment this when running with the RecordingDownloader YoutubeLiveStreamExtractorTest
// response.responseBody(),
cleanedResponseBody,
response.latestUrl()
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public class YoutubeStreamExtractorLivestreamTest extends DefaultStreamExtractor
private static final String URL = YoutubeStreamExtractorDefaultTest.BASE_URL + ID + "&t=" + TIMESTAMP;
private static StreamExtractor extractor;

// When you run this test with the RecordingDownloader, please uncomment line 80 and comment
// line 81. Otherwise, the test will fail because parsing the DASH manifest requires your IP
// address. You will have to remove it manually in the mocks.
@BeforeClass
public static void setUp() throws Exception {
YoutubeParsingHelper.resetClientVersionAndKey();
Expand Down

0 comments on commit 1c763a7

Please sign in to comment.