feat: newrepublic parser shows image on page (#159)

pull/146/head
Silas Burton 7 years ago committed by GitHub
parent 11382ce651
commit 51a4d1d12f

@ -37,8 +37,8 @@ export const NewrepublicComExtractor = {
content: {
selectors: [
'div.content-body',
'.minutes-primary div.content-body',
['.article-cover', 'div.content-body'],
['.minute-image', '.minutes-primary div.content-body'],
],
// Is there anything in the content you selected that needs transformed

Loading…
Cancel
Save