-
Notifications
You must be signed in to change notification settings - Fork 776
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
Bibtex not working #102
Comments
same issue |
1 similar comment
same issue |
What worked for me was changing line 485 from: self.article['url_citation'] = self._path2url(tag.get('href')) to: self.article['url_citation'] = tag.get('href') |
Sorry, this went along with a change from @portalgun's comment on issue #101. I also changed line 985. tag = soup.find(name='form', attrs={'id': 'gs_settings_form'}) Try adding this change along with mine and see if it works. |
That's working 👍 |
so I applied the suggested patches like this:
but trying to run the example command throws the following errors:
So I removed the
then the Google API blocked me, but I saw this work once… |
I needed to apply both changes from issue #101,
and
Together with the fix from @EthanS94 it finally worked for me to use the --citation bt option :-) |
Is the extracting bibtex working? I've been trying for a few days and it doesnt seem to work. Any suggestions?
The text was updated successfully, but these errors were encountered: