🚸 Download the files, including from archives
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 11 Sep 2022 11:32:58 +0000 (13:32 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 12 Sep 2022 18:07:18 +0000 (20:07 +0200)
src/main/java/net/pterodactylus/sone/core/FreenetInterface.java

index 59e790c..066747d 100644 (file)
@@ -188,6 +188,7 @@ public class FreenetInterface {
                        }
                };
                FetchContext fetchContext = client.getFetchContext();
+               fetchContext.dontEnterImplicitArchives = false;
                try {
                        ClientGetter clientGetter = client.fetch(uri, 2097152, callback, fetchContext, RequestStarter.INTERACTIVE_PRIORITY_CLASS);
                        clientGetter.setMetaSnoop(snoop);