Skip to content

Instantly share code, notes, and snippets.

@mimosz
Created November 9, 2012 01:34
Show Gist options
  • Save mimosz/4043163 to your computer and use it in GitHub Desktop.
Save mimosz/4043163 to your computer and use it in GitHub Desktop.
urls = ['http://adidas.tmall.com', 'http://asics.tmall.com', 'http://vans.tmall.com', 'http://skomart.tmall.com', 'http://lining.tmall.com']
urls.each do |url|
Seller.sync(url)
end
urls = ['http://mentholatum.tmall.com', 'http://marubi.tmall.com', 'http://loreal.tmall.com', 'http://olay.tmall.com', 'http://nivea.tmall.com', 'http://xybc.tmall.com']
urls.each do |url|
Seller.sync(url)
end
urls = ['http://jinliufu.tmall.com', 'http://jiuxian.tmall.com', 'http://jiujiajiu.tmall.com', 'http://gjwjl.tmall.com', 'http://yanghe.tmall.com', 'http://guoyujl.tmall.com', 'http://sutanjl.tmall.com']
urls.each do |url|
Seller.sync(url)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment