mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Add litecoin schemes
https://litecoin.info/docs/key-concepts/uri-scheme
This commit is contained in:
parent
45ee206f0c
commit
6970a6c0a6
2 changed files with 4 additions and 0 deletions
|
|
@ -457,6 +457,8 @@ ignored_schemes_other = r"""
|
|||
|gemini # Gemini protocol
|
||||
|isbn # ISBN (int. book numbers)
|
||||
|javascript # JavaScript
|
||||
|litecoin # Litecoin payment
|
||||
|ltclightning # Litecoin Lightning invoice
|
||||
|ms\-windows\-store # Microsoft Store
|
||||
|slack # Slack Technologies client
|
||||
|tg # Telegram
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ iana_uri_schemes_other = {
|
|||
"gemini": "Gemini protocol",
|
||||
"isbn": "ISBN (int. book numbers)",
|
||||
"javascript": "JavaScript",
|
||||
"litecoin": "Litecoin payment",
|
||||
"ltclightning": "Litecoin Lightning invoice",
|
||||
"ms-windows-store": "Microsoft Store",
|
||||
"slack": "Slack Technologies client",
|
||||
"tg": "Telegram",
|
||||
|
|
|
|||
Loading…
Reference in a new issue