webex support added

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2020-12-18 21:10:37 +01:00
parent 3724cc7fe7
commit 8ce7d5476d
No known key found for this signature in database
GPG key ID: 69DE3C3C097DB7F7

View file

@ -1,7 +1,7 @@
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: light-brown; icon-glyph: magic;
// Version 0.2.1 Beta-Version
// Version 0.2.2 Beta-Version
/****************************
Notice
@ -62,6 +62,11 @@ const matchPatterns = {
/<(https:\/\/teams\.microsoft\.com\/l\/meetup-join\/.+)>/
]
},
webex: {
online: [
/(https:\/\/.*\.webex\.com\/meet\/[A-Za-z0-9_-]+)/
]
},
zoom: {
online: [
/(https:\/\/.*\.zoom\.us\/j\/[^<>]+)/