diff --git a/src/content.js b/src/content.js index 5b087a3..f387b0c 100644 --- a/src/content.js +++ b/src/content.js @@ -1,4 +1,4 @@ -const REGEX = /^https?:\/\/(.+?)\.webex\.com\/(?:recordingservice|webappng)\/sites\/([^\/]+)\/.*?([a-f0-9]{32})(.*)/g; +const REGEX = /^https?:\/\/(.+?)\.webex\.com\/(?:recordingservice|webappng)\/sites\/([^\/]+)\/.*?([a-f0-9]{32})[^\?]*(\?.*)?/g; const MATCH = REGEX.exec(location.href); const SUBDOMAIN = MATCH[1]; const SITENAME = MATCH[2]; diff --git a/src/manifest.json b/src/manifest.json index 2c2dc41..5967218 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "description": "Enables downloading of Webex meeting recordings", - "version": "1.2.1", + "version": "1.2.2", "permissions": [ "storage", "tabs",