Class: Crawline::BaseParser
- Inherits:
-
Object
- Object
- Crawline::BaseParser
- Defined in:
- lib/crawline.rb
Instance Method Summary collapse
Instance Method Details
#parse(context) ⇒ Object
457 458 459 |
# File 'lib/crawline.rb', line 457 def parse(context) raise "Not implemented." end |
#redownload? ⇒ Boolean
449 450 451 |
# File 'lib/crawline.rb', line 449 def redownload? raise "Not implemented." end |
#related_links ⇒ Object
453 454 455 |
# File 'lib/crawline.rb', line 453 def raise "Not implemented." end |