jiren / raspar

A html parsing library
MIT License
3 stars 5 forks source link

Parse multiple domains using single parser class. #2

Open jiren opened 9 years ago

jiren commented 9 years ago

This is useful when website has subdomains.

class ExampleParser
  include Raspar

  domain 'test.example.com', 'test1.example.com'
end