Return empty set, not list, when no links found
This commit is contained in:
parent
64cefb1f9a
commit
7f8ad24e81
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
(let ((x (html->xexp (bytes->string/utf-8 body))))
|
||||
(handler url x)
|
||||
(extract-links (string->url url) x)))
|
||||
(_ '())))
|
||||
(_ (set))))
|
||||
|
||||
(define (host=? host)
|
||||
(lambda (u) (string=? host (url-host (string->url u)))))
|
||||
|
|
Loading…
Reference in a new issue