Martin Fridrich

Results 5 comments of Martin Fridrich

It appears to me, that sci-hub does not use the frames anymore. They utilize divs, see the example below. ``` ``` PR with the quickfix below. #16

Great, what about a reproducible example? DOI maybe? I just randomly checked the sci-hub, and it seems fine. PDFs flourishing and resting in their embed lane.

![image](https://user-images.githubusercontent.com/13402178/150332399-a075e01f-ba24-4694-8e79-f3e7d7037f9e.png)

You can just use this hotfix> ``` from scidownl.scihub import * class SciHub(SciHub): def __init__(self, doi, out='.', title=None): self.doi = doi self.out = out self.title = title self.sess = requests.Session()...

This seems to be a frequent issue, see #926 & #950.