-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Invalid links:
- https://chaos.social/@this.is.a.random.something
- https://mastodon.social/@this.is.a.random.something
- https://social.tchncs.de/@this.is.a.random.something
- https://ru.foursquare.com/this.is.a.random.something
- https://www.pinterest.com/this.is.a.random.something
- https://www.facebook.com/this.is.a.random.something
- I'm sure that the link leads to "not found" page
Description:
Hello there 👋 ,
I tried to check for a random username called: this.is.a.random.something
and I got a bunch of invalid results as seen bellow I used the isFound()
method to determine the accounts.
Most of the invalid links seems to be part of the decentralized social network powered by Mastodon.
Here is a parsed result from my end:
[
{'site': 'chaos.social', 'username': 'this.is.a.random.something', 'profile_url': 'https://chaos.social/@this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None},
{'site': 'mastodon.social', 'username': 'this.is.a.random.something', 'profile_url': 'https://mastodon.social/@this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None},
{'site': 'social.tchncs.de', 'username': 'this.is.a.random.something', 'profile_url': 'https://social.tchncs.de/@this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None},
{'site': 'Foursquare', 'username': 'this.is.a.random.something', 'profile_url': 'https://ru.foursquare.com/this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None},
{'site': 'Pinterest', 'username': 'this.is.a.random.something', 'profile_url': 'https://www.pinterest.com/this.is.a.random.something/', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None},
{'site': 'Facebook', 'username': 'this.is.a.random.something', 'profile_url': 'https://www.facebook.com/this.is.a.random.something', 'location': None, 'follower_count': 0, 'following_count': 0, 'created_at': None, 'avatar_url': None, 'full_name': None, 'country': None, 'is_verified': None}
]
Screenshots:
The screenshots are taken when the links are clicked:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working