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

Fixed Issue with https links #107

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

Fixed Issue with https links #107

wants to merge 1 commit into from

Conversation

alz2
Copy link

@alz2 alz2 commented Apr 13, 2018

There's an issue with _path2url(self, path) which concats returned https links to http://scholar.google.com/.

For example:

$ python3 scholar.py --author "Margaret Fleck" | grep link.springer
           URL http://scholar.google.com/https://link.springer.com/chapter/10.1007/3-540-61123-1_173
           URL http://scholar.google.com/https://link.springer.com/article/10.1023/A:1008145029462
           URL http://scholar.google.com/https://link.springer.com/chapter/10.1007/3-540-61750-7_36

The actual url should be https://link.springer.com/chapter/10.1007/3-540-61750-7_36

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.

1 participant