[YouTube] Cache deobfuscation and improve requests made

Fix age restriction extraction
Automatically fixes more things
This commit is contained in:
Stypox
2020-10-29 18:44:05 +01:00
parent b42a196f35
commit 827f7bd137
3 changed files with 180 additions and 253 deletions

View File

@@ -209,6 +209,7 @@ public abstract class DefaultStreamExtractorTest extends DefaultExtractorTest<St
final StreamInfoItemsCollector relatedStreams = extractor().getRelatedStreams();
if (expectedHasRelatedStreams()) {
assertNotNull(relatedStreams);
defaultTestListOfItems(extractor().getService(), relatedStreams.getItems(),
relatedStreams.getErrors());
} else {