Method: Query::Result::Baidu#next_url
- Defined in:
- lib/query/result/baidu.rb
#next_url ⇒ Object
55 56 57 58 59 |
# File 'lib/query/result/baidu.rb', line 55 def next_url next_btn = @page.search("//a[text()='下一页>']") return false if next_btn.empty? next_btn.first['href'] end |