Also points out that non-URLs characters are ignored in extract_urls(). - plumb - Open certain URL patterns with an ad-hoc opener (plumber)
 (HTM) hg clone https://bitbucket.org/iamleot/plumb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset d951c65c07ef7e3c1a3fbdb189ce55fb71fbff84
 (DIR) parent 81f9df542fe0a316c743edceda02dcde52a80aa3
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 26 Mar 2018 11:17:15 
       
       Also points out that non-URLs characters are ignored in extract_urls().
       
       Diffstat:
        dplumb |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 81f9df542fe0 -r d951c65c07ef dplumb
       --- a/dplumb    Mon Mar 26 11:11:36 2018 +0200
       +++ b/dplumb    Mon Mar 26 11:17:15 2018 +0200
       @@ -64,7 +64,7 @@
        }
        
        #
       -# Extract all URLs ignoring possible delimeters.
       +# Extract all URLs ignoring possible delimeters and other non-URLs characters.
        #
        # Current delimeters characters are: <...>, (...), [...], "...", '...'.
        #