feat: browser-friendly selector for medium (#61)

This commit is contained in:
Adam Pash 2016-12-07 17:58:29 -05:00 committed by GitHub
parent 3297ab079d
commit 06397a4360

View File

@ -20,6 +20,7 @@ export const MediumExtractor = {
content: { content: {
selectors: [ selectors: [
'.section-content', '.section-content',
'article > div > section',
], ],
// Is there anything in the content you selected that needs transformed // Is there anything in the content you selected that needs transformed