Skip to content

Commit ba1a548

Browse files
authored
Merge pull request #315 from Brumbelow/main
Add pastebin support
2 parents 1a9f3f0 + 83332a9 commit ba1a548

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from user_scanner.core.orchestrator import status_validate
2+
3+
def validate_pastebin(user):
4+
5+
url = f"https://pastebin.com/u/{user}"
6+
show_url = f"https://pastebin.com/u/{user}"
7+
8+
return status_validate(url, 404, 200, show_url=show_url)

0 commit comments

Comments
 (0)