mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 03:21:07 +00:00
Merge branch 'master' of github.com:wummel/linkchecker
This commit is contained in:
commit
9a124513e3
1 changed files with 5 additions and 0 deletions
|
|
@ -252,6 +252,11 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
|
|||
self.aliases.append(newurl)
|
||||
# XXX on redirect errors this is not printed
|
||||
self.add_info(_("Redirected to `%(url)s'.") % {'url': newurl})
|
||||
|
||||
# Reset extern and recalculate
|
||||
self.extern = None
|
||||
self.set_extern(newurl)
|
||||
|
||||
self.urlparts = strformat.url_unicode_split(newurl)
|
||||
self.build_url_parts()
|
||||
self.url_connection = response
|
||||
|
|
|
|||
Loading…
Reference in a new issue