Class: MangafoxPage

Inherits:
PageCrawler show all
Defined in:
lib/yamd/mangafox.rb

Instance Attribute Summary

Attributes inherited from PageCrawler

#chapter, #custom_data, #number, #parsed_html, #uri, #url

Instance Method Summary collapse

Methods inherited from PageCrawler

#clean_image_url, #initialize

Constructor Details

This class inherits a constructor from PageCrawler

Instance Method Details

#image_urlObject



5
6
7
# File 'lib/yamd/mangafox.rb', line 5

def image_url
  @parsed_html.at_css('#viewer a img')['src']
end