Graycot / loop-ring

GNU General Public License v3.0
10 stars 22 forks source link

Add support for website subdomains #5

Open Graycot opened 1 year ago

Graycot commented 1 year ago

Problem:

Websites with subdomains are not read as valid websites by the script and cannot determine their own position in the member list.

Solution:

Modify Regex to correctly interpret subdomains to at least a degree. Ex: "sub.domain.com" but not "subby.sub.domain.com".

Graycot commented 1 year ago

I have attempted to fix this multiple times. However, Regex is difficult and frustrating. I will attempt to fix it again this month.