diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index abe4609..9687ba8 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2527,5 +2527,12 @@ "username": "{}" }, "username_claimed": "red" + }, + "Mydramalist": { + "errorType": "message", + "errorMsg": "Sign in - MyDramaList", + "url": "https://www.mydramalist.com/profile/{}", + "urlMain": "https://mydramalist.com", + "username_claimed": "elhadidy12398", } } diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index b20a0e4..3bfb948 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -395,6 +395,9 @@ def sherlock(username, site_data, query_notify, error_flag = False else: # If it's list, it will iterate all the error message + print("woah") + print(errors) + exit() for error in errors: if error in r.text: error_flag = False