View Single Post
Old 11-26-2020, 10:04 AM   #1
feuille
Connoisseur
feuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enough
 
Posts: 62
Karma: 666
Join Date: May 2020
Location: Germany
Device: android smartphone + tablet
Metadata plugin: url when redirected?

Hello,

i'm wondering, if there's a chance to get the url of the actual page when redirected:

page = browser.open_novisit(url, timeout=timeout).read().strip()
soup = BeautifulSoup(page, 'html.parser')
actual_url = ???


In the Browser Object i can't see an appropiate method.
feuille is offline   Reply With Quote