scihub2pdf
scihub2pdf copied to clipboard
Problems with the domain
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.
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