Sha256: 83e1c6e4a64ba2e51049820fc12408b696ffd4b159ce464f7aa08e1c0679cffe

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

# Minotaur

Extract images, videos, and iframes from html strings.

![William Blake's image of the Minotaur to illustrate Inferno
XII](http://upload.wikimedia.org/wikipedia/commons/d/db/Blake_Dante_Hell_XII.jpg)

## Usage

```ruby
html = # download or build an html string
Minotaur::Document.new(html).preview_elements
# => ['<img>', '<video></video>', '<iframe></iframe>']
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
minotaur-0.0.3 README.md
minotaur-0.0.2 README.md
minotaur-0.0.1 README.md