]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/analyzer/analyzer.factor
Fix load errors
[factor.git] / extra / html / parser / analyzer / analyzer.factor
index 9ce45b5c470adb4a9647319c44f2cff9984f0ed6..47d352b6b806ba54a90111518737547db300a1ef 100755 (executable)
@@ -1,6 +1,6 @@
 USING: assocs html.parser kernel math sequences strings ascii
 arrays shuffle unicode.case namespaces splitting http
-sequences.lib accessors io combinators http.client ;
+sequences.lib accessors io combinators http.client urls ;
 IN: html.parser.analyzer
 
 TUPLE: link attributes clickable ;