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 d2a5104 commit 5885333Copy full SHA for 5885333
src/cluecode/finder.py
@@ -177,7 +177,7 @@ def uninteresting_emails_filter(matches):
177
# TODO: consider: http://blog.codinghorror.com/the-problem-with-urls/
178
179
180
-schemes = 'https?|ftps?|sftp|rsync|ssh|svn|git|hg'
+schemes = 'https?|ftps?|sftp|rsync|ssh|svn|git|hg|https?\+git|https?\+svn|https?\+hg'
181
url_body = '[^\s<>\[\]"]'
182
183
def urls_regex():
0 commit comments