bin/kds in kdwatch-0.5.6 vs bin/kds in kdwatch-0.5.7
- old
+ new
@@ -48,9 +48,10 @@
end
(loport..hiport).each do |p|
uri.port = p
url = uri.to_s
+ print "#{p}\r" if $stdout.tty?
URI(url).open do |f|
s = f.readpartial(40000)
sc = s.scan(/id="title".*?<|Internal server error/)
sc.each do |scl|
scl.sub!(/id="title">/, "")