Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with the domain #8

Open
dspelaez opened this issue Nov 21, 2017 · 1 comment
Open

Problems with the domain #8

dspelaez opened this issue Nov 21, 2017 · 1 comment

Comments

@dspelaez
Copy link

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.

@wfc1102
Copy link

wfc1102 commented Sep 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants