mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Convert BLIP.fm to use the Status Code detection method. The site gives a clean 404 error. Add to tests.
This commit is contained in:
parent
8a82d883c6
commit
c76b4524da
2 changed files with 5 additions and 4 deletions
|
@ -43,8 +43,7 @@
|
|||
"urlMain": "https://ask.fm/"
|
||||
},
|
||||
"BLIP.fm": {
|
||||
"errorMsg": "Page Not Found",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"rank": 261919,
|
||||
"url": "https://blip.fm/{}",
|
||||
"urlMain": "https://blip.fm/"
|
||||
|
|
|
@ -158,7 +158,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
|||
"""
|
||||
|
||||
self.username_check(['noonewouldeverusethis7'],
|
||||
["Academia.edu", "9GAG", "About.me", "AngelList"
|
||||
["Academia.edu", "9GAG", "About.me", "AngelList",
|
||||
"BLIP.fm"
|
||||
],
|
||||
exist_check=False
|
||||
)
|
||||
|
@ -180,7 +181,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
|||
"""
|
||||
|
||||
self.username_check(['blue'],
|
||||
["Academia.edu", "9GAG", "About.me", "AngelList"
|
||||
["Academia.edu", "9GAG", "About.me", "AngelList",
|
||||
"BLIP.fm"
|
||||
],
|
||||
exist_check=True
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue