Skip to content

Instantly share code, notes, and snippets.

@imneonizer
Created October 28, 2021 08:59
Show Gist options
  • Save imneonizer/1e55dfd86274a3bb1de48435b52c5b12 to your computer and use it in GitHub Desktop.
Save imneonizer/1e55dfd86274a3bb1de48435b52c5b12 to your computer and use it in GitHub Desktop.
How to download from pan.baidu without account

How to download from pan.baidu.com

Disclaimer:

  • This methods uses a 3rd party website: https://baidu.kinh.cc/.
  • I don't know chinese and after one day of searching for a method I finally found this. I don't know how safe this website is but it does the job.
  • Do it on your own responsibility. I have no idea about possible copyright (if there is such a thing in China) and other stuff regarding to this.

Steps

1. Open the website mentioned above and fill out fields as following:

2. Click on the shown button below in order to get into download page.

Sometimes, after that, you see the following error/warning. You just have to wait.

3. When the download page is finally loaded, you'll need to copy these two things:

  • UA (UserAgent) for the link (Number 1 in the screen shot)
  • The download link itself: (Click on Nr 2, it will be saved in your clipboard)

4. You can now use whatever download manager/method which supports user agents.

For wget use the following:

  • Save the download link in a file like "dl_link.txt"
  • And use the following command:
$ wget -i dl_link.txt -O <desired_output_filename> -U <UA>
@alihkousha
Copy link

alihkousha commented Jul 6, 2024

Here are your files

Thank you so much, you have saved me.I'll make sure your website is promoted

@calamarokosa
Copy link

@Farzam69
Copy link

Farzam69 commented Jul 6, 2024

Could you please help me download this file. I'm from Iran and unfortunately because of sanctions I can't pay for download.

https://pan.baidu.com/s/17bKJHHX3SsTyEAAXvIlS2A?pwd=cgtt#/home/%2F/%2F

Password: cgtt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment