From 06397a43605d414ecf3d911f2c30aec8562623d9 Mon Sep 17 00:00:00 2001 From: Adam Pash Date: Wed, 7 Dec 2016 17:58:29 -0500 Subject: [PATCH] feat: browser-friendly selector for medium (#61) --- src/extractors/custom/medium.com/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extractors/custom/medium.com/index.js b/src/extractors/custom/medium.com/index.js index 1e3a84b0..6bff76a9 100644 --- a/src/extractors/custom/medium.com/index.js +++ b/src/extractors/custom/medium.com/index.js @@ -20,6 +20,7 @@ export const MediumExtractor = { content: { selectors: [ '.section-content', + 'article > div > section', ], // Is there anything in the content you selected that needs transformed