pull/571/head^2
Siddharth Dushantha 4 years ago
parent 6be5679936
commit 75c51f545b

3
.gitignore vendored

@ -27,3 +27,6 @@ tests/.excluded_sites
# MacOS Folder Metadata File
.DS_Store
# Vim swap files
*.swp

@ -46,6 +46,7 @@
},
"Academia.edu": {
"errorType": "status_code",
"regexCheck": "^[^.]*$",
"url": "https://independent.academia.edu/{}",
"urlMain": "https://www.academia.edu/",
"username_claimed": "blue",
@ -1548,6 +1549,7 @@
},
"Trakt": {
"errorType": "status_code",
"regexCheck": "^[^.]*$",
"url": "https://www.trakt.tv/users/{}",
"urlMain": "https://www.trakt.tv/",
"username_claimed": "blue",
@ -2251,4 +2253,4 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}
}

Loading…
Cancel
Save