Ignore anchor when fetching the page for the title

This commit is contained in:
Sam Ruby 2010-10-14 04:58:09 +08:00 committed by Morten Frederiksen
parent 3340c3a940
commit 632fe3e7cc

View File

@ -214,6 +214,7 @@ class html(sgmllib.SGMLParser):
self.feedurl = ""
self.intitle = False
url = url.split('#')[0]
headers = check_cache(url)
try: