Skip to content

Commit b55c05d

Browse files
committed
Update frameset extractor test
1 parent ab32b0e commit b55c05d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeStreamExtractorDefaultTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ public void testGetFrames() throws ExtractionException {
253253
for (final Frameset f : frames) {
254254
for (final String url : f.getUrls()) {
255255
ExtractorAsserts.assertIsValidUrl(url);
256+
ExtractorAsserts.assertIsSecureUrl(url);
256257
}
257258
}
258259
}

0 commit comments

Comments
 (0)