Martin Fridrich
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.

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.