54 55 56 57 58 59 60
# File 'lib/apollo_crawler/crawler/base_crawler.rb', line 54 def self.try_get_url(root, url) begin return URI.join(root, url) rescue return nil end end