Ignore anchor when fetching the page for the title

This commit is contained in:
Sam Ruby 2010-10-13 16:58:09 -04:00
parent ee4f756cf5
commit bc9f3353fe

View File

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