Skip to content

Instantly share code, notes, and snippets.

@huyhoang17
Created August 30, 2021 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huyhoang17/1325b16197ed6bb409ac3ff0f392596d to your computer and use it in GitHub Desktop.
Save huyhoang17/1325b16197ed6bb409ac3ff0f392596d 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment