Class: Extractula::Vimeo

Inherits:
Extractor show all
Includes:
OEmbed
Defined in:
lib/extractula/custom_extractors/vimeo.rb

Instance Attribute Summary

Attributes inherited from Extractor

#html, #url

Instance Method Summary collapse

Methods included from OEmbed

included, max_height, max_width, request

Methods inherited from Extractor

can_extract?, domain, #extract, #image_urls, inherited, #initialize, media_type, #media_type, #summary, #title, #video_embed

Constructor Details

This class inherits a constructor from Extractula::Extractor

Instance Method Details

#contentObject



8
9
10
# File 'lib/extractula/custom_extractors/vimeo.rb', line 8

def content
  oembed['description']
end