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,