Skip to content

Instantly share code, notes, and snippets.

@Resilixia
Created February 8, 2022 14:12
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 Resilixia/52cedfcf5a07a8e0cbafe11c18d42672 to your computer and use it in GitHub Desktop.
Save Resilixia/52cedfcf5a07a8e0cbafe11c18d42672 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:

  • All methods use 3rd party websites.
  • 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 and I can not guarantee the safety of the use of these sites.

Update 13.01.2022:

It looks like there is no stable working method at the moment, however, there are two other alternative methods mentioned by @pPkMnh4to8994h here and by @CiceroCiceronis here.

Update 31.12.2021:

The service seems to be no longer available for free use. In case it gets fixed, the solution provided by @joemck here is now more accurate, as the website has recently been redesigned.

Steps [Not Working, see updates]

1. Open the website (https://baidu.kinh.cc/) 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