mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 07:04:44 +00:00
Recalculate extern settings after changing intern patterns.
This commit is contained in:
parent
6be3e9ddff
commit
b86be09d9e
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ def add_intern_pattern (url_data, config):
|
|||
if pat:
|
||||
log.debug(LOG_CHECK, "Add intern pattern %r", pat)
|
||||
config['internlinks'].append(get_link_pat(pat))
|
||||
url_data.set_extern(url_data.url)
|
||||
|
||||
|
||||
def get_link_pat (arg, strict=False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue