Add missing call.

This commit is contained in:
Lampros Smyrnaios 2024-11-13 19:59:48 +02:00
parent ef33e91553
commit 40ffc572e3
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class PublicationsRetrieverPlugin {
ConnSupportUtils.shouldBlockMost5XXDomains = false; // If this is "true", all but the "503" will be blocked. Otherwise, only the "511" will be blocked.
LoaderAndChecker.setCouldRetryRegex();
UrlTypeChecker.setURLDirectoryFilterRegex();
cookieStore = HttpConnUtils.cookieManager.getCookieStore();