|
|
/*
|
|
|
* Copyright (C), 2016-2016, yoho
|
|
|
* FileName: CrawlerDestinationUrls.java
|
|
|
* Author: Maelk_liu
|
|
|
* Date: 2016年11月28日 下午1:49:54
|
|
|
* Description: //模块目的、功能描述
|
|
|
* History: //修改记录
|
|
|
* <author> <time> <version> <description>
|
|
|
* 修改人姓名 修改时间 版本号 描述
|
|
|
*/
|
|
|
package com.yoho.global.common.crawler.constants;
|
|
|
|
|
|
/**
|
|
|
* 〈一句话功能简述〉<br>
|
|
|
* 〈功能详细描述〉
|
|
|
*
|
|
|
* @author Maelk_liu
|
|
|
* @see [相关类/方法](可选)
|
|
|
* @since [产品/模块版本] (可选)
|
|
|
*/
|
|
|
public interface CrawlerDestinationUrls {
|
|
|
|
|
|
/*'http://zozo.jp' => '\Zozojp',
|
|
|
'http://www.stylife.co.jp' => '\Stylife',
|
|
|
'http://www.a-land.co.kr'=> '\Aland',
|
|
|
'http://www.mrporter.com|https://www.mrporter.com' => '\Mrporter', yaoxiaofeng
|
|
|
'http://www.stylife.co.jp' => '\Stylife',
|
|
|
'http://www.sneakersnstuff.com'=>'\Sneakersnstuff',wuxiao
|
|
|
'http://www.zappos.com'=>'\Zappos', yaoxiaofeng
|
|
|
'http://us.asos.com'=>'\Asos', yaoxiaofeng
|
|
|
'https://www.shopbop.com'=>'\Shopbop',
|
|
|
'http://www.endclothing.com|http://www.endclothing.co.uk' => '\Endclothing',
|
|
|
'http://www.supremenewyork.com' => '\Supreme',
|
|
|
'http://shop.visvim.tv|https://shop.visvim.tv' => '\Visvim',
|
|
|
'http://www.asos.com'=>'\Asosuk', wuxiao
|
|
|
'http://cn.alandglobal.com'=>'\Aland', wuxiao*/
|
|
|
public static final String ZOZO_URL="http://zozo.jp";
|
|
|
|
|
|
} |
...
|
...
|
|