I want to get "Main content" instead of < tag> Main content , where the latter is html code and could be retrieved using urllib.urlopen(url).
Just as you open the url in browser, select all text and then copy&paste.
Is there a possible way for this with Python?
Thanks.