We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22bd6b commit 000d2c8Copy full SHA for 000d2c8
dist/index.js
@@ -9433,7 +9433,7 @@ class WayBack {
9433
}
9434
exports["default"] = WayBack;
9435
WayBack.baseWaybackUrl = 'https://web.archive.org/save';
9436
-WayBack.statusGuidRegex = /watchJob\("(?<guid>[0-9nps]{4}-[0-9a-f]{40}-[0-9a-f]{8})/;
+WayBack.statusGuidRegex = /watchJob\("(?<guid>[0-9nps]{4}-[0-9a-f]{40})/;
9437
9438
9439
/***/ }),
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wayback",
3
- "version": "1.3.18",
+ "version": "1.3.19",
4
"private": true,
5
"license": "MIT",
6
"repository": {
0 commit comments