mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 15:30:34 +05:30
Update frameset extractor test
This commit is contained in:
parent
ab32b0ed84
commit
b55c05d04f
@ -253,6 +253,7 @@ public class YoutubeStreamExtractorDefaultTest {
|
|||||||
for (final Frameset f : frames) {
|
for (final Frameset f : frames) {
|
||||||
for (final String url : f.getUrls()) {
|
for (final String url : f.getUrls()) {
|
||||||
ExtractorAsserts.assertIsValidUrl(url);
|
ExtractorAsserts.assertIsValidUrl(url);
|
||||||
|
ExtractorAsserts.assertIsSecureUrl(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user