crawler: drop 'basic' toggle

Can't even remember the use case
This commit is contained in:
2020-04-05 16:03:06 +02:00
parent e6811138fd
commit 8a4d68d72c
2 changed files with 3 additions and 5 deletions

View File

@@ -336,7 +336,7 @@ def FeedFetch(url, options):
try:
con = crawler.custom_handler(accept='xml', strict=True, delay=delay,
encoding=options.encoding, basic=not options.items) \
encoding=options.encoding) \
.open(url, timeout=TIMEOUT * 2)
xml = con.read()