Sha256: 0d0a5ced0040a1a4ef122f34c90e259113a91e511c91ea4bc0651618ef283daf
Contents?: true
Size: 351 Bytes
Versions: 4
Compression:
Stored size: 351 Bytes
Contents
# coding: utf-8 #require 'cgi' #puts CGI.escape(url) File.open('./list.txt', "r:UTF-8") do |file| file.each_line do |line| arr = line.split(",") ENV['MAKERID'] = arr[3] ENV['MAKERTYPE'] = arr[4] require './crawler.rb' require './analysis.rb' crawl(arr[1], arr[2]) end end analysis()
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
weget-0.1.6 | lib/weget/test.rb |
weget-0.1.5 | lib/weget/test.rb |
weget-0.1.4 | lib/weget/test.rb |
weget-0.1.3 | lib/weget/test.rb |