GoogleScraper icon indicating copy to clipboard operation
GoogleScraper copied to clipboard

Fix GoogleParser first-child selector problem.

Open kcy1019 opened this issue 9 years ago • 0 comments

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.

kcy1019 avatar Nov 19 '15 14:11 kcy1019