edsu / etudier

Extract a citation network from Google Scholar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support for search in non-english language

pjcha opened this issue · comments

commented

When I tried to do use Etudier to generate map for article on German language of Google search, it only compiled the search from the first page. It will good to at least know in the output that due non-english version of the search it could not complete the search hence failed to generate the map properly.

commented

Looking at the google scholar links, it contain host language param hl=en for English and hl=de for German. A simple regex check can be added to change the links to English so that Etudier can also work for non-english links.

Where do you see the regex check for hl?