We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9482bfe commit 54247adCopy full SHA for 54247ad
2 files changed
lib/re.js
@@ -66,6 +66,13 @@ module.exports = function (opts) {
66
// - parts of file path
67
// - params separator
68
// until more examples found.
69
+ "\\'[\:a-zA-Z0-9%/&]|" + // Odysee uses `'` as a separator
70
+ // Restrict to
71
+ // - english
72
+ // - percent-encoded
73
+ // - parts of file path
74
+ // - params separator
75
+ // until more examples found.
76
'\\.(?!' + re.src_ZCc + '|[.]|$)|' +
77
(opts['---'] ?
78
'\\-(?!--(?:[^-]|$))(?:-*)|' // `---` => long dash, terminate
test/fixtures/links.txt
@@ -332,4 +332,4 @@ www.a--b.com
332
333
www.c--u.com
334
335
-http://a---b.com/
+https://odysee.com/@EatMoreVegans:4/can-chefstemp-knock-thermoworks':0
0 commit comments