This commit is contained in:
Simulation G 2016-08-28 13:18:33 -06:00
Родитель b7750a14e5
Коммит 42c56fc684
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ module.exports = (robot) ->
.get() (error, response) ->
msg.http(response.headers['location'])
.get() (err, res, body) ->
col1 = body.indexOf '<div class="nest">'
col1 = body.indexOf '<div class="entry">'
if (col1 != -1)
body = body.substring col1
match = body.match /http:\/\/media.peopleofwalmart.com\/wp-content\/uploads\/\d\d\d\d\/\d\d\/.+?\.jpg/g