BartoszKlonowski/how-long-ive-been-here

Domain is incorrectly parsed for some websites

Closed this issue · 1 comments

There are cases, when a website has it's domain parsed and hence displayed incorrectly.
For example:


So it looks like the letters that are part of "https" (so h, t, p, s) are also omitted when parsing URL.
It seems to be an issue with the regex used for this.

This issue is still valid for websites that starts with "w" character.