Skip to content

Commit

Permalink
upgrade ural to benefit from better is_url working with all IPs (closes
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Sep 3, 2021
1 parent 1573e4f commit 764aaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hyphe_backend/crawler/hcicrawler/spiders/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium.common.exceptions import WebDriverException, TimeoutException as SeleniumTimeout

from ural.lru import LRUTrie
from ural.lru.trie import LRUTrie

from hcicrawler.linkextractor import RegexpLinkExtractor
from hcicrawler.urllru import url_to_lru_clean, lru_get_host_url, lru_get_path_url, has_prefix, lru_to_url
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ txJSON-RPC==0.5
jsonrpclib
pymongo==3.8
txmongo>=18,<=19
ural==0.20.0
ural==0.30.5
tld==0.11.10

0 comments on commit 764aaab

Please sign in to comment.