From: Sergey Avseyev Date: 2011-08-04T23:16:23+09:00 Subject: Re: Ruby web crawler for https change this line if %r{http://([^/]+)/([^/]+)}i =~ $_ to this if %r{https?://([^/]+)/([^/]+)}i =~ $_ -- Sergey Avseyev On Thu, Aug 4, 2011 at 14:42, Temur Fatkulin wrote: > Actually there is code in ruby which collects all the URLs from your > site and stores them in a file. > I took him out http://snippets.dzone.com/posts/show/1893 > I understand that code is relevant for http connection, and uses GET and > HTTP requests. > I'll scan the address type: https://site.domain.ru > How to edit this code? > > -- > Posted via http://www.ruby-forum.com/. > >