remove HTTP

This commit is contained in:
Szymon Parafiński 2022-04-17 22:58:47 +02:00
parent d6f50c859b
commit e9a2d312cf
1 changed files with 0 additions and 2 deletions

View File

@ -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,