mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 01:40:23 +00:00
Add Telegram and WhatsApp link schemes
This commit is contained in:
parent
067dd8edbb
commit
cc48a09308
2 changed files with 4 additions and 0 deletions
|
|
@ -412,6 +412,8 @@ ignored_schemes_other = r"""
|
|||
|isbn # ISBN (int. book numbers)
|
||||
|javascript # JavaScript
|
||||
|slack # Slack Technologies client
|
||||
|tg # Telegram
|
||||
|whatsapp # WhatsApp
|
||||
"""
|
||||
|
||||
ignored_schemes = "^(%s%s%s%s)$" % (
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ iana_uri_schemes_other = {
|
|||
"isbn": "ISBN (int. book numbers)",
|
||||
"javascript": "JavaScript",
|
||||
"slack": "Slack Technologies client",
|
||||
"tg": "Telegram",
|
||||
"whatsapp": "WhatsApp",
|
||||
}
|
||||
|
||||
filter_uri_schemes_permanent = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue