How to get the final URL? of Baidu URL jump by python

in the Baidu search results page, Baidu encrypts the URL so that the real URL of the landing page will not be displayed. To get the final URL, of Baidu URL below, I tried to use requests, but failed, as shown in the figure below.
URL is: http://bzclk.baidu.com/adrc.php?t=06KC06c00fZh69_0tg-T0F4yAsaBuqwU00000jE3GNb00000uSlZO1.THLcGTHDVEb0UWdBmy-bIgI9T7qLTsK15Hb4nvfYmWKWPyDzmvD3myc0IHdjfYD4wWDvnb7DrRm3Pj9jnbRknHFawRFDrjbYnW-Af6K95gTqFhdWpyfqn1DsPj0YPHRkrausThqbpyfqnHm0uHdCIZwsrBtEIAqdmv68TgN8mgc8mvqVQ1qBu7q1ULNzmvRqmh7GuZNsX6KWThnqPW04n1T&wd=%E5%8E%BB%E5%93%AA%E5%84%BF&tpl=tpl_11524_17233_12861&l=1504049211

how do I get the final URL?

Sep.23,2021

the easiest way is to initiate a request. The jumped URL is written in the returned html. Parsing the html is done

.
Menu