why BeautifulSoup change the position of </html>

23 views
Skip to first unread message

g2295...@gmail.com

unread,
Sep 19, 2017, 10:34:54 PM9/19/17
to beautifulsoup
This is the website:  http://www.lanmeiyy.com/list.php?type=0
here is the code:
url = 'http://www.lanmeiyy.com/list.php?type=0'
request = urllib.request.Request(url)
source_code = urllib.request.urlopen(request).read().decode('utf-8')
# print(source_code)
Reply all
Reply to author
Forward
0 new messages