Class: Crawline::BaseParser

Inherits:
Object
  • Object
show all
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

Returns:

  • (Boolean)


449
450
451
# File 'lib/crawline.rb', line 449

def redownload?
  raise "Not implemented."
end


453
454
455
# File 'lib/crawline.rb', line 453

def related_links
  raise "Not implemented."
end