Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: natgeo parser #89

Merged
merged 8 commits into from
Feb 8, 2017
Merged

feat: natgeo parser #89

merged 8 commits into from
Feb 8, 2017

Conversation

janetleekim
Copy link
Contributor

Same as the news.nationalgeographic.com parser - for some reason the
author name doesn’t appear to be getting pulled into the local copy of
the file.

janetleekim and others added 4 commits February 8, 2017 11:43
Same as the news.nationalgeographic.com parser - for some reason the
author name doesn’t appear to be getting pulled into the local copy of
the file.
@dviramontes dviramontes force-pushed the feat-natgeo-extractor branch from 12b1478 to 82c9101 Compare February 8, 2017 18:43
@dviramontes dviramontes removed the bug label Feb 8, 2017

title: {
selectors: [
'h1.main-title',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generalize this h1?

'h1',
'h1.main-title',


dek: {
selectors: [
'div.article__deck',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And just use the class?

Copy link
Contributor

@kev5873 kev5873 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dviramontes dviramontes merged commit 2279c2d into master Feb 8, 2017
@dviramontes dviramontes deleted the feat-natgeo-extractor branch February 8, 2017 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants