...
|
...
|
@@ -209,7 +209,7 @@ const getRedisKeywords = (start, end) => { |
|
|
let urls = {pc: [], wap: []};
|
|
|
|
|
|
_.forEach(res, keyword => {
|
|
|
let buff = new Buffer(keyword).toString('hex').toUpperCase();
|
|
|
let buff = new Buffer(keyword.replace('keywords_mana:', '')).toString('hex').toUpperCase();
|
|
|
|
|
|
urls.pc.push(`https://www.yohobuy.com/so/${buff}.html`);
|
|
|
urls.wap.push(`https://m.yohobuy.com/so/${buff}.html`);
|
...
|
...
|
|