Method: Apollo::Crawler::BaseCrawler#extract_links
- Defined in:
- lib/apollo_crawler/crawler/base_crawler.rb
#extract_links(doc) ⇒ Object
Extract links to another documents from this document
232 233 234 235 |
# File 'lib/apollo_crawler/crawler/base_crawler.rb', line 232 def extract_links(doc) res = [] return res end |