From e9a2d312cf66b26ac46e22cc1bacbf2fa42363a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Parafi=C5=84ski?= Date: Sun, 17 Apr 2022 22:58:47 +0200 Subject: [PATCH] remove HTTP --- ShadowLibrary/Core.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ShadowLibrary/Core.hs b/ShadowLibrary/Core.hs index 2cbc0c6..f6fe919 100644 --- a/ShadowLibrary/Core.hs +++ b/ShadowLibrary/Core.hs @@ -64,7 +64,6 @@ downloadDocument = readFromDocument [withParseHTML yes, withEncodingErrors no, withPreserveComment yes, withStrictInput yes, --- withHTTP [] withCurl [("curl--user-agent","AMU Digital Libraries Indexing Agent")] ] @@ -73,7 +72,6 @@ downloadDocumentWithEncoding enc = readFromDocument [withParseHTML yes, withEncodingErrors no, withPreserveComment yes, withInputEncoding enc, --- withHTTP []] withCurl []] downloadXmlDocument = readFromDocument [withWarnings no,