Ethan Stam
Results
2
comments of
Ethan Stam
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'}) to tag = soup.find(name='form', attrs={'id': 'gs_bdy_frm'}) Try...