Displaying 1 result from an estimated 1 matches for "wikistyl".
Did you mean:
wikistyle
2009 Sep 13
0
regrex_crawler -- a crawler which uses regular expression to catch data from website
...ass="title"><b><a href="(/
flyerhzm/.*?)">}m,
:capture_regexp => %r{<a href="http://github.com/flyerhzm/[^/"]*?(?:/
tree)?">(.*?)</a>.*<span id="repository_description".*?>(.*?)</span>.*
(<div class="(?:wikistyle|plain)">.*?</div>)</div>}m,
:named_captures => [''title'', ''description'', ''body''],
:save_method => Proc.new do |result, page|
puts ''=============================''
puts pageĀ·
puts result[...