Page 1 of 1

Extract URLs filter - suggested extension

Posted: Wed Apr 19, 2017 10:33 pm
by dfhtextpipe
Currently the Extract URLs filter has the following function:
Extract URLs. This filter lists http://, https://, ftp:// and gopher:// URLs one per line (using a DOS line feed, CR/LF).
Refrerring to https://en.wikipedia.org/wiki/Uniform_R ... Identifier
it's apparent that only four schemes are presently supported.
  • http
    https
    ftp
    gopher
Since the filter was first included in TextPipe, several more schemes have emerged as URIs.

For example, Chrome has special URLs that load application-specific pages instead of websites or files on disk.

It would seem sensible therefore to permit the user to extend this filter to facilitate the extraction of URLs that make use of such further schemes.

Best regards,

David

Re: Extract URLs filter - suggested extension

Posted: Mon Apr 24, 2017 10:32 pm
by DataMystic Support
Just updated this filter to support ANY scheme, from the previously supported mailto:, http:, https:, nntp:, gopher:, ftp:, ftps:, and new ones such as call: and skype:

Re: Extract URLs filter - suggested extension

Posted: Mon Apr 24, 2017 11:22 pm
by dfhtextpipe
Excellent.

I guess that means it would even support

Code: Select all

sword://
and

Code: Select all

bible://
See https://crosswire.org/wiki/Frontends:URI_Standard

David

Re: Extract URLs filter - suggested extension

Posted: Tue Apr 25, 2017 8:11 am
by DataMystic Support
Yes, it will!