hust-open-atom-club / linux-edu-rank

Linux 内核高校贡献排名榜
https://edurank.hust.openatom.club
BSD 2-Clause "Simplified" License
2 stars 6 forks source link

".edu" substring is not a good signal to identify if a domain is an university #12

Closed mudongliang closed 3 months ago

mudongliang commented 3 months ago
    if not ".edu" in domain:
        continue

This ".edu" is an identifier to classify university domain, but this is not always true in the real world.

The solution:

[1] https://github.com/Hipo/university-domains-list

mudongliang commented 3 months ago

I finished the function, and would push a PR today or tomorrow