added MyDramalist, closes #1577

Credits @MohamadElhadidy
pull/1689/head
Siddharth Dushantha 1 year ago
parent 2ad5d5d173
commit 157242657c

@ -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",
}
}

@ -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

Loading…
Cancel
Save