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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b40651-2bd59.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b40651-2bd59.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?