Thursday, April 4, 2019

Download html file using python

Hi all,
 IAM having html content file similar to as follows:
<html>
<head>
<meta charset= 'utf-8'/>
<title>educa</title>
</head>
<body>
<div id="header">
<ul class="menu">
<li ><a href="/login/">login</a></li>
</ul>
</body>
</html>
I have to download this html content file using python remember I have to download the html file not to write the data  in another file name

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMgkGLV9SubH7upVE%2BwEYgPEnkEpBhHbG9R58o3wC8nL5Xc8Lg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment