Slow web page => 503 error

6 views
Skip to first unread message

Philip Rhoades P

unread,
Dec 10, 2017, 5:40:49 PM12/10/17
to nokogiri-talk
People,

This page is slow to load in Chrome but it does eventually display - but I keep getting 503 errors with this script:

#!/usr/bin/ruby
                                                         
require 'rubygems'
require 'nokogiri'
require 'open-uri'

node = Nokogiri::HTML(open('https://localbitcoins.com')).css(table tbody tr td)

node.each {|child| puts child.text}


Any solutions? - a lot of Googling didn't help . .

Thanks,

Phil.
Reply all
Reply to author
Forward
0 new messages