alephdata / memorious

Lightweight web scraping toolkit for documents and structured data.

Home Page:https://docs.alephdata.org/developers/memorious

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetch should ignore mailto links

rhiaro opened this issue · comments

There's no case where we'd want to try to fetch mailto links is there? Would be handy to have fetch ignore these out of the box.

I guess we could even make this a whitelist instead: all we really understand is http, https and "nothing" (which probably implies Http) as the URL scheme.

makes sense - ftp and webdav are covered by other operations than fetch