Quantcast
Viewing latest article 2
Browse Latest Browse All 4

Answer by G_M for python Get a link from string

Assuming that dict from your description is now in a variable named d (it was just a bit long to put in here):

>>> from bs4 import BeautifulSoup>>> soup = BeautifulSoup(d['body'], 'lxml')>>> link = soup.find('a', target='_blank')>>> link['href']'http://www.boomlings.com/database/accounts/activate.php?uid=8722046&actcode=xlCReGjLdkWmINt1GY9e'

BeautifulSoup docs


Viewing latest article 2
Browse Latest Browse All 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>