Class: ESearchy::OtherEngines::Usenet
- Inherits:
-
GenericEngine
- Object
- GenericEngine
- ESearchy::OtherEngines::Usenet
- Defined in:
- lib/esearchy/OtherEngines/usenet.rb
Constant Summary collapse
- ENGINE =
"usenet-addresses.mit.edu"
- PORT =
80
- NUM =
Do not really ned it :)
0
- TYPE =
1
Instance Attribute Summary
Attributes inherited from GenericEngine
#documents, #emails, #people, #results
Instance Method Summary collapse
Methods inherited from GenericEngine
#company=, #initialize, #maxhits=, #start=
Constructor Details
This class inherits a constructor from ESearchy::GenericEngine
Instance Method Details
#parse(html) ⇒ Object
17 18 19 |
# File 'lib/esearchy/OtherEngines/usenet.rb', line 17 def parse( html ) super html.scan(/href=["|']([0-9A-Za-z:\\\/?&=@+%.;"'()_-]+)["|']/) end |