Ignore anchor when fetching the page for the title
This commit is contained in:
parent
3340c3a940
commit
632fe3e7cc
@ -214,6 +214,7 @@ class html(sgmllib.SGMLParser):
|
||||
self.feedurl = ""
|
||||
self.intitle = False
|
||||
|
||||
url = url.split('#')[0]
|
||||
headers = check_cache(url)
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user