Add aesgcm:// urls to the /link plugin
This commit is contained in:
parent
aea95e4343
commit
c9fe8f0737
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ from poezio.xhtml import clean_text
|
||||||
from poezio import common
|
from poezio import common
|
||||||
from poezio import tabs
|
from poezio import tabs
|
||||||
|
|
||||||
url_pattern = re.compile(r'\b(?:http[s]?://(?:\S+))|(?:magnet:\?(?:\S+))\b',
|
url_pattern = re.compile(r'\b(?:http[s]?://(?:\S+))|(?:magnet:\?(?:\S+))|(?:aesgcm://(?:\Z+))\b',
|
||||||
re.I | re.U)
|
re.I | re.U)
|
||||||
app_mapping = {
|
app_mapping = {
|
||||||
'Linux': 'xdg-open',
|
'Linux': 'xdg-open',
|
||||||
|
|
Loading…
Reference in a new issue