remove redundant code from prev commit
This commit is contained in:
parent
d156a1ac45
commit
e12929960a
|
@ -52,25 +52,6 @@ module.exports = function() {
|
|||
}
|
||||
}
|
||||
|
||||
if(link.preview && link.thumbnail !== 'self') {
|
||||
if(!link.url.startsWith('/r/') && isGif(link.url)) {
|
||||
images = {
|
||||
thumb: await downloadAndSave(link.thumbnail, 'thumb_')
|
||||
}
|
||||
} else {
|
||||
if(link.preview.images[0].resolutions[0]) {
|
||||
let preview = null
|
||||
if(!isGif(link.url) && !link.post_hint.includes(':video'))
|
||||
preview = await downloadAndSave(link.preview.images[0].source.url)
|
||||
images = {
|
||||
thumb: await downloadAndSave(link.preview.images[0].resolutions[0].url, 'thumb_'),
|
||||
preview: preview
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
link.permalink = `${protocol}://${config.domain}${link.permalink}`
|
||||
|
||||
if(is_self_link)
|
||||
|
|
Loading…
Reference in New Issue