We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a9f3f0 + 83332a9 commit ba1a548Copy full SHA for ba1a548
user_scanner/user_scan/other/pastebin.py
@@ -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