Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

beautiful soap python get the link online

import requests
from bs4 import BeautifulSoup

...
url = "https://example.com"
req = requests.get(url, headers)
soup = BeautifulSoup(req.content, 'html.parser')
print(soup.prettify())
Source by hackersandslackers.com #
 
PREVIOUS NEXT
Tagged: #beautiful #soap #python #link #online
ADD COMMENT
Topic
Name
1+9 =