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

Fix GoogleParser first-child selector problem. #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix GoogleParser first-child selector problem. #131

wants to merge 1 commit into from

Conversation

kcy1019
Copy link

@kcy1019 kcy1019 commented Nov 19, 2015

For now, the GoogleParser can't parse results of files like these:

[PDF]david singer (LoA).pdf
home.sogang.ac.kr/.../david%20singer%20(LoA).pd...

In this case, since <span class="_ogd b w xsm">[PDF]</span> is the first child and <a href="..."> is the second child, the parser can't parse the link. However, w/o first-child works very well in both cases(file and non-file cases). I think this is somewhat redundant and should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant