scihub2pdf icon indicating copy to clipboard operation
scihub2pdf copied to clipboard

Problems with the domain

Open dspelaez opened this issue 7 years ago • 1 comments

It seems that my school has banned the "sci-hub.cc" domain but the "sci-hub.bz" it is still working. Is there any way to change the domain? maybe passing it as an argument or using some kind of a config file?. A search between a list of possible domains can also be useful.

dspelaez avatar Nov 21 '17 01:11 dspelaez

If you are using Linux-type OS, you might try below:

git clone https://github.com/bibcure/scihub2pdf.git cd scihub2pdf/scihub2pdf modity the variable domain_scihub in download.py and scihub.py to the available sci-hub URLs on https://whereisscihub.now.sh/ for example: domain_scihub = "https://sci-hub.se/"

cd ../ python setup.py build ### sudo python setup.py build if not administrator ... python setup.py install

then you are free to run scihub2pdf

wfc1102 avatar Sep 10 '19 07:09 wfc1102