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

db download :: download.ripcm.com/phigaro/ broken #34

Closed
EricDeveaud opened this issue Aug 27, 2021 · 6 comments
Closed

db download :: download.ripcm.com/phigaro/ broken #34

EricDeveaud opened this issue Aug 27, 2021 · 6 comments

Comments

@EricDeveaud
Copy link

Hello,

can you provide a mirror of download.ripcm.com/phigaro/.
google drive is not useable with command line tools. (wgat, curl) that breaks some automatic build mechanism of phigaro.

can you provide a wget-able (or curl-able) location for the dbs.

regards

Eric

@PollyTikhonova
Copy link
Collaborator

Hello,
Currently, we have some issues on our servers, but we are trying to fix it. Generally it works.

But there is a way to download files from google drive using wget.
Here is tutorial how to do this: https://medium.com/@acpanjan/download-google-drive-files-using-wget-3c2c025a8b99

Here is the code to download database files separately:
wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1tarima5Bzh523VbApnDevJzu1TieXcI2' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1tarima5Bzh523VbApnDevJzu1TieXcI2" -O allpvoghmms.h3p && rm -rf /tmp/cookies.txt

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=17fVRygsC6-wq3QsBKGzOdsAX6B1qo998' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=17fVRygsC6-wq3QsBKGzOdsAX6B1qo998" -O allpvoghmms.h3m && rm -rf /tmp/cookies.txt

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1fzp5phUybWAOWmhjwImEvA1lu1rcsxny' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1fzp5phUybWAOWmhjwImEvA1lu1rcsxny" -O allpvoghmms.h3f && rm -rf /tmp/cookies.txt

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1XSXgxeEZ6K5Ro6s797e9lmP55VCaSX1q' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1XSXgxeEZ6K5Ro6s797e9lmP55VCaSX1q" -O allpvoghmms.h3i && rm -rf /tmp/cookies.txt

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1BOdhn2dDPTHCVE9sCrK8H_sU69l-_SDm' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1BOdhn2dDPTHCVE9sCrK8H_sU69l-_SDm" -O allpvoghmms && rm -rf /tmp/cookies.txt

@PollyTikhonova
Copy link
Collaborator

I'll try to implement this into a setup process this weekend

@PollyTikhonova
Copy link
Collaborator

Hey, I just got the message that www.download.ripcm.com/phigaro/ works again!

@EricDeveaud
Copy link
Author

thanks for this good news
and sorry for the late reply.

Eric

@EricDeveaud
Copy link
Author

Hummm not sure it is currently possible to download data from
I have a ERROR 403: Forbidden

@PollyTikhonova
Copy link
Collaborator

Sorry, for answering only now.
There was a server maintenance at that day, since that time it works
http://download.ripcm.com/phigaro/

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